Published inJavaScript in Plain EnglishUsing Predefined Spacings for Padding and Margin in SCSSIntroduction to Predefined SpacingsApr 24Apr 24
Published inJavaScript in Plain EnglishA Guide to Resizing Dialogs for Full-Screen and Normal-Screen Views in AngularIn Angular applications, dialog boxes are often used to present information or interact with users. One common requirement is to allow…Mar 19Mar 19
Validating Multiple Email Addresses and Phone Numbers Separated by Commas in Angular FormsIn Angular applications, form validation plays a crucial role in ensuring data integrity and accuracy. Validating a field that accepts…Jan 8Jan 8
Comparing Memorization in JS and useMemo in React: Performance Optimization TechniquesUnderstanding the differences and similarities between memorization in JavaScript and useMemo in React can be enlightening for developers…Dec 28, 20231Dec 28, 20231
Enhancing User Experience with Hover-over Custom Overlay Hints in Angular ComponentsIn modern web applications, providing intuitive user interfaces is crucial for a seamless user experience. One effective way to offer…Dec 21, 2023Dec 21, 2023
Understanding the Difference Between useEffect and useLayoutEffect in ReactReact, a popular JavaScript library for building user interfaces, provides developers with powerful tools to manage the lifecycle of…Dec 19, 2023Dec 19, 2023
Using semantic-release in Nx monorepoIn Nx monorepos, semantic-release automates versioning and release processes. By following commit message patterns, it manages version…Dec 7, 2023Dec 7, 2023
Canvas PerformanceIn this article, we talk about the performance rules in webpages and the importance of the performance in Canvas. Then, some solutions are…Dec 25, 2021Dec 25, 2021
Published inNerd For TechWhat is the Redux.js?Redux is an open-source js library for handling web application state. This library can be used in different web app frameworks such as…Apr 11, 2021Apr 11, 2021
Published inNerd For TechRedux-SagaRedux-Saga is a middleware library which is handling async tasks with side effects, such as API. Also, we are able to read the state and…Apr 4, 2021Apr 4, 2021