Quantcast
Channel: Embold Blog
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

How to apply focus to the parent element when a child element is in focus?

Selecting parent elements based on the existence or state of child elements has always been a difficult task in CSS. But, the :focus-within pseudo selector lets us do just that. The :focus-within...

View Article



Image may be NSFW.
Clik here to view.

How to check if two values are nearly or approximately equal?

As a JavaScript developer, there will be instances where you need to compare that the output of a computation is approximate to an expected value, to determine its correctness, especially when working...

View Article

Image may be NSFW.
Clik here to view.

How to extract a specific value from a NodeList?

When you use methods like getElementsByName or querySelectorAll, to access elements in JavaScript, what is returned is a NodeList.  A NodeList is a collection of HTML DOM nodes representing the HTML...

View Article

Image may be NSFW.
Clik here to view.

How to format numbers as currency settings in JavaScript?

The need to format currency according to localization is a common task in JavaScript. Previously, this would have been done with the toLocaleString method, which has several shortcomings. Now, thanks...

View Article

Image may be NSFW.
Clik here to view.

How to hide content on the website except to screen readers?

When we hide content, we’re usually hiding it both visually and from screen readers. However, although less occasional, there may be cases where you’ll want to only hide content visually but make it...

View Article


Image may be NSFW.
Clik here to view.

Change in Analysis: Components to Files

Background Before we address the change from components to files, it is important we understand what components are and why did we choose to analyze components in the 1st version of Embold. In...

View Article

Image may be NSFW.
Clik here to view.

How Does Polymorphism Work In Java?

Polymorphism in java can be understood as an ability of an object to take many forms. In a simple language, With the help of Polymorphism in Java we have liberty to perform multiple actions in a...

View Article

Repository Scan Performance Testing

Before we get into the exact testing approaches that we use, we’d want to talk about the different levels of granular testing.   Let’s look at a software system, which is made up of interconnected...

View Article


Top Jira plugins To Use

The Atlassian Marketplace is brimming with many beneficial Jira plugins and add-ons. With the help of these apps, teams may successfully complete tasks and meet deadlines. Jira is one of the tools,...

View Article


Best Practices and Tools for Remote Developer Teams

The world is becoming more and more connected, and remote working environments are the new norm now. Given this growing demand for developers and programmers, companies are now allowing their...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images