I know so many super-talented developers who share the same Achilles heel: CSS. Instead of trying to “outrun” CSS, this article explores why leaning in and going deeper can be a tremendous boon for your development life and your career.
Gatsby is a React-based open-source framework with performance, scalability, and security built-in. The latest (v3) release brings some exquisite features to the table.
Error handling in JavaScript and TypeScript can be a “false friend” if you come from other programming languages with similar features. Be aware of the differences...
Uh, what’s@property? It’s a new CSS feature! It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
Angular Universal is an open-source project that extends the functionality of @angular/platform-server. The project makes server-side rendering possible in Angular. This article discusses the issues and possible solutions encountered while developing a real application with Angular Universal.
The React.useRef Hook is used for referencing DOM nodes and persisting a mutable value across rerenders. This is an interactive guide to useRef with real-world examples.
Let’s take a look at the Intl API, the ECMAScript Internationalisation API, and specifically Intl.DateTimeFormat which aids us with date and time functions.