© 2023 Hashnode
#showhashnode
Portfolio Update Hi everyone. l've just updated my portfolio. Here are the things I've worked on: - Added Blog Cards - Fixed mobile responsiveness - Added Project cards - Some Bug fixes - Some other design and bug fixes Link: https://span41…
For a full video demo, check this article on our main blog. Medusa is happy to announce Order Editing and Payment Collections as the latest additions to the Order API, strengthening one of the most cr…
Contrary to other platforms, dev.to doesn't have built-in support for Table of Contents (TOCs). Many articles describe tricks to generate TOCs, but those are often laborious and lack a clean UI. I am …
Adding chat to your website is a must nowadays. Whether you need chat for community engagement, live streaming, virtual events, in-app chat, gaming chat or customer-centric chat Chat has become an imp…
What is EBS Snapshot in AWS? Amazon Elastic Block Store (Amazon EBS) snapshots are point-in-time copies of Amazon EBS volumes. Snapshots are saved in Amazon S3 and are incremental, meaning that only t…
I am not involved in animation and can hardly draw a cat. I am, however, fascinated with technologies and coding ideas. This one really blew me away: such a simple idea, such a potentially big impact!…
In this post, we are going to be making Homer Simpson in CSS. To help you personalise and make it your own, I'll walk you through the code and then explain how to apply it. Let's get started now! Gett…
Hello there, At my job, whenever I was working on node express.js projects, I used to find myself copy-pasting the same directory and file structures over and over again. It was a repetitive and cumbersome process. And what do we developers…
What is Noteslify? Noteslify ( Github ) is a privacy friendly alternative for Google Keep, and other tons of Notes and Productivity apps out there. Recently this evening, we made our first pre-releas…
A single instance of Node runs in a single thread. To take advantage of multi core systems the user will sometimes want to launch a cluster of Node processes to handle the load. The cluster module all…