Vinyl Davylvinyldavyl.hashnode.dev·19 hours agoWhat Are Web Workers and How to Leverage Them for Optimized Frontend PerformanceHello guys, Vinyl here again! 👋 Welcome back to my blog. I know it's been a while, but I’m excited to share some of my latest findings and learnings while working on one projects I’ve been on with this year — a template playground used to draft, tes...40 likes·68 readsFrontend Development
Vinyl Davylvinyldavyl.hashnode.dev·19 hours agoWhat Are Web Workers and How to Leverage Them for Optimized Frontend PerformanceHello guys, Vinyl here again! 👋 Welcome back to my blog. I know it's been a while, but I’m excited to share some of my latest findings and learnings while working on one projects I’ve been on with this year — a template playground used to draft, tes...40 likes·68 readsFrontend Development
shivamshivamr.hashnode.dev·an hour agojavascript event loop - in detail.javascript is a single threaded. which means, even if the machine it’s running on has 16 cores, it’ll utilize only one core. javascript executes code line by line. but what if you have an db or an api call, does the code execution stop there and we a...Web Development
Sync Nimbusthe-architecture-advantage.hashnode.dev·4 hours agoIntelligent Architectures: The Power of AI in Web and AppsHi Hashnode Community, Imagine a future where web architectures build and optimise themselves. In this guide, we explore how to design an intelligent web architecture that blends serverless and server-based approaches, while weaving AI into its core ...Web Development
Haimantika Mitrathealgorithm.hashnode.dev·21 hours agoLooks like Google is finally catching up - Introducing Willow and AI updates from other playersBeen a while since I last wrote here, how have you been doing? Incase you are wondering where I have been busy, I started a new job 🌻 https://twitter.com/HaimantikaM/status/1868913658937614732 If you are looking for jobs, 2025 might be a better ye...16 likes·38 readsWeb Development
Varun KumawatforDevHubdevhubcommunity.hashnode.dev·10 hours agoUnderstanding Event Handling in JavaScriptEvent handling is a key part of JavaScript programming. It's not only a common interview topic but also essential for building basic web applications. As a developer, you should have a strong understanding of JavaScript fundamentals. Unfortunately, m...1 likeJavaScript
Shefalidevshefali.hashnode.dev·15 hours ago5 Websites Every CSS Developer Should KnowIn this post, I’ll share 5 websites that you should know as a CSS developer. Let’s jump right into it!🚀 CSSnippets CSSnippets is a great website that collects useful code snippets for HTML, React, CSS, and Tailwind CSS. It has ready-made code for th...Web Development
Howin Cloudblog.howincloud.com·17 hours agoCreating a Real-Time Job Search App for Recruitment AgenciesIn the fast-evolving job market, recruitment agencies must adopt innovative strategies to connect job seekers with opportunities effectively. A real-time job search app can revolutionize the recruitment process by making it more efficient, responsive...Web Development
Varun Kelkardevvarun.hashnode.dev·20 hours agoHoisting in JavaScript: The Simple Concept That Can Trick YouHoisting is one of the most commonly asked JavaScript interview questions, often considered a beginner-friendly concept. However, its behaviour can be deceptive, leading even seasoned developers into traps. What is Hoisting? Hoisting in JavaScript is...JavascriptJavaScript
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
Patricio Salazarpatriciosalazar.hashnode.dev·Dec 23, 2024Getting My First Users From Building Something UnexpectedThis one has to start with the story. I’ll try to keep it short. A Random Memory When I was younger, say in my teens, I would do this thing in my head where I would double numbers. Sometimes random numbers, but most of the time from the number 2. So ...1 likeReact