Stanley Owarietaday3-of-30days-js-blog.hashnode.dev·Nov 6, 2024Day 16: Mastering Modern JavaScript - Key Features of ES6Today was meant to be a relaxed writing session for our Day 16 blog post, complete with a glass of white wine. But after a quick stop at the ShopRite mall to pick up a new facial product (as you may have seen in my latest tweet on X), I missed the ch...Discuss·10 likesJavaScript
Payal Porwalcodeswithpayal.hashnode.dev·Oct 14, 2024"Mastering RobotJS : A Beginner's Guide to Automating Desktop Interactions with JavaScript"Introduction to RobotJS RobotJS is an open-source Node.js library designed to automate desktop applications. It allows developers to simulate human interactions with a computer, such as keyboard inputs, mouse movements, and clicks. This makes it incr...Discuss·1 likeAI
Zainul Khanzainul.hashnode.dev·Oct 6, 2024Understanding Vite: The Next-Gen Build Tool for Modern Web DevelopmentIn the fast-paced world of web development, efficiency and performance are crucial. Enter Vite, a modern build tool that is rapidly gaining popularity among developers. But what exactly is Vite, and why should you consider using it for your next proj...DiscussModern Javascript
Ajay Singh Panwarajaypanwarsingh.hashnode.dev·Aug 11, 2024JavaScript Through the Years: An Evolution TimelineJavaScript has come a long way since its inception, evolving from a simple scripting language to a powerful tool that drives modern web development. In this article, we’ll take a journey through the key milestones in JavaScript’s history, showcasing ...DiscussJavaScript
Jayshree Sadangijayce10.hashnode.dev·Aug 3, 2024Top CSS / Tailwind Libraries for Modern WebsitesIn the ever-evolving world of web design, having the right tools at your disposal can make all the difference. Whether you're a seasoned developer or just starting out, these top CSS and Tailwind libraries will help you create stunning, responsive, a...Discuss·20 likes·145 readssoftware development
Asif Siddiquesemi-colon.hashnode.dev·Aug 1, 2024You don't have to write JavaScript for everythingJavaScript is a very versatile language. It does everything—you can use it to build web, mobile, and desktop applications, then AI, drones, robots, games. I mean, it can even call the aliens from space. But good luck getting it to center a div on the...Discuss·1 like·98 readsJavaScript
Nani Samireddynanisamireddy.hashnode.dev·Jul 26, 2024Understanding the Intersection Observer APIThe Intersection Observer API is a modern web API designed to observe changes in the intersection of a target element with an ancestor element or the viewport. It provides a way to asynchronously observe changes in the intersection of an element with...DiscussJavaScript
Mido Sayedmidosayed.hashnode.dev·Jul 11, 2024The Evolution from Imperative to Declarative Programming: A Deep Dive into Modern Software ParadigmsIn the ever-evolving landscape of software development, the shift from imperative to declarative programming paradigms marks a significant milestone in how we approach problem-solving in code. This transition is not merely a change in coding style; i...Discussprogramming paradigm
Softsource Centersoftsource.hashnode.dev·Jul 10, 2024Unveiling the Latest Features of JavaScript ES6: A Comprehensive GuideJavaScript ES6, also known as ECMAScript 2015, has revolutionized the way we write JavaScript code by introducing a plethora of innovative features. In this article, we will delve into some of the key functionalities introduced by ES6, exploring how ...Discuss·1 likeJavaScript ES6
Kennedy Ngosakennedyng.hashnode.dev·Jul 1, 2024Understanding Rendering In Next jsRendering in the NextJS framework is one of the powerful feature that can be used to optimize application performance, improve search engine optimization (SEO), and improve the user experience. NextJS offers basically four types of rendering techniqu...Discuss·34 readsNext.js