Elena Diaztrigvent.hashnode.dev·Jan 16, 2025How Can Effective UX Design Boost Your Customer Retention Rate?In today’s competitive digital landscape, retaining customers is just as important as acquiring new ones. Effective UX (User Experience) design plays a pivotal role in achieving this. By focusing on user satisfaction and seamless interactions, busine...ux design
nithin kumarcodewithnithin.hashnode.dev·Jan 15, 2025Client side Vs Server Side: A guide for beginnersWhen developing websites or applications, it's essential to grasp the distinction between client-side and server-side operations. Here's a detailed breakdown: What is the Client? The client is the device or application used by a user to access a we...1 likeWeb dev cohort - 1JavaScript
Rohit Singhfor4ever Engineeringlearnbasicweb.hashnode.dev·Jan 13, 2025Key Tips Every Developer Should Know: Check Out My Blog!Introduction To start, let me introduce myself. I am Rohit Kumar Singh. From a young age, I have been captivated by technology. Some mechanisms fascinated me so much that I would spend countless hours researching how they work. In this blog, I will ...10 likes·54 readsengineering
Priyali Priyadarsiniall-about-web-dev.hashnode.dev·Jan 11, 2025Overview - Frontend - API - BackendHave you ever thought about BTS - no I am not talking about the boy band but we sure must have thought about them once :P - I am talking about the BTS of how website works. There are three key parts to it - Frontend - Backend and API. Overview - A we...#webdevbasics
Shine Dezign Infonet Pvt Ltdjimmorgan.hashnode.dev·Jan 7, 2025A Complete Guide on Shopify Polaris 2025Shopify Polaris is a robust design system built by Shopify to help designers and developers create cohesive, intuitive interfaces in Shopify applications. Launched in 2017, Polaris provides a guideline, components and reusable tools for developers. T...shopify
AnkitforAnkit 's blogimankit.hashnode.dev·Jan 3, 2025What is Redis and How to Use it with Node.js: A Comprehensive GuideIn the ever-evolving world of web development, Redis has emerged as a powerful tool for data storage and caching. This guide will delve deep into Redis, explaining what it is, the problems it solves, and how to harness its capabilities effectively in...SessionManagement
Vishal Yadavvyan.hashnode.dev·Dec 27, 2024Building an Attendance System with Face Recognition Using Nextjs and FACEIOExecutive Summary In the digital transformation era, traditional attendance tracking is rapidly becoming obsolete. Our cutting-edge solution leverages advanced facial recognition technology, Next.js, and Faceio create a sophisticated, secure, and int...2 likeswebdev
Ahmed Razaahmedrazadev.hashnode.dev·Dec 26, 2024How to Write Automated Tests for a Golang and GraphQL APIAutomated testing is a critical aspect of software development, ensuring that your application behaves as expected and changes to the codebase do not introduce new bugs. In this article, we’ll explore how to write automated tests for a Golang applica...Web Development
Ahmed Razaahmedrazadev.hashnode.dev·Dec 23, 2024Mastering Time Handling in Go: Libraries, Tips, and ExamplesEfficient time management is critical in application development, whether for scheduling events, calculating durations, or formatting timestamps. Go’s time package offers a robust foundation for working with dates and times, while third-party librari...Programming Blogs
Sandeep Singhsandeepdevhub.hashnode.dev·Dec 17, 2024Exploring setTimeout and setInterval: JavaScript Timing Functions ExplainedHi 👋 fellow developers, My name is Sandeep Singh, and I am an aspiring full-stack developer. If you are a beginner, you have probably tried to create a stopwatch or timer as one of your projects. In doing so, you may have come across the setTimeout ...SetTimeout