Dominika Wojewskawitchwrites.hashnode.dev·Feb 9, 2025Preview Your Local Website on a Real Mobile DeviceHave you ever wondered how your web project looks on a real mobile device while you're developing it? And why should you even care when browser developer tools are at your disposal? Well, the thing is, some devices (looking at you, Apple) tend to han...2 likesweb dev
Raja Kumarrajagceian.hashnode.dev·Jan 19, 2025day #10 : Web Development JourneyToday’s Topic is Emmet. What is Emmet? Emmet is a plugin available in most modern code editors (like Visual Studio Code, Sublime Text, and Atom). It allows you to write short abbreviations that expand into complete HTML and CSS code snippets. Think o...Emmet
Piyush Kumarpiyushkumar-blog.hashnode.dev·Jan 4, 2025What is CORS Error and how to fix itWhen working with web applications, you might have encountered CORS errors that block your requests to APIs or external resources. Let’s dive into what CORS errors are, why they happen, and how to resolve them effectively. 🛠️ Why Do CORS Errors Happ...30 readsCORS
Ahmed Razaahmedrazadev.hashnode.dev·Dec 24, 2024Free APIs Every Developer Should KnowAPIs (Application Programming Interfaces) are essential tools in modern software development. They empower developers by providing access to services and data, enabling integrations, and facilitating innovation without reinventing the wheel. Free API...APIs
Abc Defpracts.hashnode.dev·Dec 15, 2024WT_PractsDRIVE LINK: https://drive.google.com/drive/folders/1e5-xCou_MXcVHw9s2ULN1TPX5Pz3c3YA?usp=drive_link SHRUTI DRIVE LINK: https://bit.ly/metdbox116 readsweb dev
Naitik Prajapatinaitikprajapati01.hashnode.dev·Nov 7, 2024How to Recreate React Features Using Only Vanilla JavaScriptAs a web developer, understanding the underlying principles of popular libraries and frameworks can be incredibly valuable. In this article, we'll explore how to implement a basic React-like functionality using only vanilla JavaScript. By understandi...2 likes·52 readsReact
Brandon Lazenbyblazenby.com·Sep 15, 2024A Critical Look at Modern Web FrameworksIn recent years, the landscape of web development has seen a proliferation of frameworks and libraries. However, upon closer examination, many of these tools lack the comprehensive feature set traditionally associated with full-stack web frameworks. ...107 reads.NET
Precious Okerenebistack.hashnode.dev·Aug 11, 2024Rendering Patterns DemystifiedIn web development, choosing the right rendering pattern is crucial for optimizing performance, user experience, and search engine optimization (SEO). This article will demystify common rendering patterns used in modern web applications, explaining t...Frontend Development
CodeCaracodecara.hashnode.dev·Aug 11, 2024Read, read and read some more...Things I've worked on/completed since my last post… I am currently working my way through Intermediate HTML & CSS in The Odin Project. I have completed up to and including 'More CSS Properties'. Things that went well... I enjoyed the section on table...Web Development
Shaique Hossainshaique7.hashnode.dev·Aug 11, 2024Introduction to Node.jsNode.js is a powerful, open-source, JavaScript runtime environment that allows developers to execute JavaScript code outside of a browser, primarily on the server side. Built on Chrome's V8 JavaScript engine, Node.js is designed for building scalable...Node.js