“Technology made large populations possible; large populations now make technology indispensable”
Make the keys to everything you do online easier and safer. Stop resetting passwords and filling out forms. Try Dashlane on your first device for free here.
While it is true that Node.js is a single-threaded JavaScript runtime, it is possible to spin additional processes or threads on demand. This article explores few interesting techniques: child processes, the cluster module and worker threads.
What happens when you set fontSize: 32 in your favorite editor? If you expect that the size of a character should become 32px, you'd better give this wonderful article a chance... you'll be surprised!
On January 13th, the Cybersecurity and Infrastructure Security Agency (CISA) published a report highlighting an increase in successful phishing attacks exploiting cybersecurity weaknesses of remote and distributed teams. Successful attacks gave hackers access to companies’ cloud services via both personal and corporate devices. sponsored
This GitHub repository presents and extensive collection of common Golang snippets compared to Node.js equivalents. A great resource for learning Go if you are coming from JavaScript/Node.js.
How do we plan future-proof styles in a world with an infinite degree of device and user ability variance? Let's explore how things can break and how modern CSS provides solutions.
Every action we take on the web starts with a button click, and yet most buttons are ho-hum and uninspired. In this tutorial, we'll build an animated 3D button with HTML and CSS that sparks joy.
Dive into the concept that React Context API is primarily a tool for injecting dependencies into a React tree and how we can use that to improve testability, reusability, and maintainability of our application (and not for state management).
Book of the week
Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5
by Robin Nixon
The fully revised, updated and extended 4th edition of the hugely popular web development book - includes CSS, HTML5, jQuery and the mysqli extension. Build interactive, data-driven websites with the potent combination of open-source technologies and web standards, even if you only have basic HTML knowledge. With this popular hands-on guide, you'll tackle dynamic web programming with the help of today's core technologies: PHP, MySQL, JavaScript, jQuery, CSS, and HTML5.