Rijul Rajesh T Prijultp.hashnode.dev·13 hours agoThe Tool That Cut My Frontend Development Time and Elevated My UI GameAs a developer, I'm always on the lookout for tools and strategies that help me save time without sacrificing quality. Recently, I discovered shadcn components, and they have been a game-changer for my projects. Here's how I leveraged them to not onl...50 likesProgramming Blogs
Abhijeet Sinhaabhijeetsinha.hashnode.dev·16 minutes agoHTML Forms: A Comprehensive Guide to Input ElementsTLDR: HTML forms are a fundamental aspect of web development, allowing users to send data to a server. This blog dives deep into the wide range of input elements supported by HTML, such as text fields, password fields, checkboxes, radio buttons, file...HTML5
Abhijeet Sinhaabhijeetsinha.hashnode.dev·3 hours agoFlexbox: A Complete Guide to the CSS Layout PowerhouseFlexbox, short for Flexible Box Layout, is a one dimensional layout mechanism that allows to create web layouts through a responsive and flexible system for aligning and distributing items within a container. Advantages of Flexbox? Responsive Design...1 likeHTML5
Ajeet Singhajeet2016.hashnode.dev·7 hours agoHow Tailwind CSS Enhances Web and Mobile Development in React EcosystemsIn the ever-evolving landscape of web and mobile development, React has become a dominant framework, celebrated for its flexibility and component-based architecture. Tailwind CSS, a utility-first CSS framework, has gained immense popularity as a styl...React
Maksim Krv-grid.hashnode.dev·11 hours agoTop 3 DataGrids performance reviewHi there! 😊 Welcome to our recently conducted series of performance benchmarks. Data grids are becoming more popular and increasingly important as they play a vital role in managing and visualizing large datasets, especially in data-intensive applic...datagrid
Robert Muendojavascript-for-beginners.hashnode.dev·12 hours agoIntroduction to JavaScript for Absolute BeginnersIntroduction JavaScript is one of the most popular programming languages in the world, powering everything from simple web pages to complex web applications. If you're just starting out, you're in the right place! In this blog, we'll cover the basics...JavaScript
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 23, 2025What is Web Development?If you’ve ever wondered, “How do websites work? How do people create them?”—congratulations! You’re officially curious about web development, the magical process of building the internet as we know it. Don’t worry if you’re starting from scratch; by ...20 likesWeb Development
Abdul Basit Khan (Abdul Basit)abdulbasitblog.hashnode.dev·a day agoUnderstanding " this " in JavaScript Event Listeners: Arrow Functions vs Normal FunctionsWhen working with JavaScript, you may encounter situations where using this behaves unexpectedly, especially in event listeners. A common example is the difference between using an arrow function and a normal function inside an event listener. Let's ...TypeScript
Jack Pritom Sorenjps27cse.hashnode.dev·Jan 24, 2025The Ultimate Frontend Developer Roadmap for 2025Frontend development has become more dynamic as the IT sector develops further, embracing state-of-the-art tools, frameworks, and advances in artificial intelligence. This roadmap will walk you through the necessary knowledge, resources, and trends t...Roadmap
koustav moitrahtml-notes-by-koustav.hashnode.dev·Jan 24, 2025A Beginner's Guide to HTML: Mastering Hypertext Markup LanguageHTML and its structure : Think of HTML as the skeleton of every website you visit. Just like how our skeleton gives our body structure, HTML gives structure to web pages. It's like giving instructions to your browser about what to show and how to or...HTML5