Cesscesscode.hashnode.dev·Sep 29, 2023Understanding the anatomy of a URL: A breakdown of the components and their significanceThis post was originally published on Hackmamba. Most of us are familiar with Uniform Resource Locators (URLs) - the simple and effective way to access our favorite websites. But how much do we know about URLs and how they function? The infrastructur...Discuss·35 likes·200 readsFrontend Development
Ebenezer Ekunkenezer.hashnode.dev·Oct 1, 2023An Introduction to HTML TagsIntroduction HTML (HyperText Markup Language), as the name implies, is a markup language used to create the layouts of web pages within a website. Various tags are used to organize and instruct the web browser on how to handle different contents and ...Aladenika Oluwabunmi and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·64 readsHTML5Learning the basics of HTML is fundamental and this article really broke down the basics. Will be great to see more HTML contents in the future! 20
Vinh Nguyen QuangProvincenguyen.hashnode.dev·14 hours agoUnderstand shadowsBy defining shadow, we can make it look like there's a shadow under the box. Just like when the sun shines through an object and makes a shadow on the ground Shadows can come with a lot of benefits and we can enhance them to take our design to the ne...Discuss·20 likesWebsite GraphicsHTML5
Mohamed wwwmimodz.hashnode.dev·2 hours agoSecure Your Web Application: A Hands-On Guide with React and Flask"Introduction: In today's digital age, security is paramount when it comes to developing web applications. Whether you're a seasoned full-stack developer or just starting your journey, ensuring the security of your web app should be a top priority. In...DiscussJavaScript
Ozz Shafririozzs.dev·6 hours agoHow to build a customizable dashboard with tremor, recharts and react-grid-layoutLooking to craft a personalized dashboard that perfectly suits your data needs? You're in the right place! In this blog post, I'll guide you through the process of building a customizable dashboard using tremor and react-grid-layout. To initiate our ...DiscussReact
Ayush Agarwalblogs.ayushdev.com·7 hours agoA Guide to Internationalization (i18n) in AngularIn the vast digital landscape, reaching a global audience is the ultimate goal for web developers. One way to achieve this is by making your Angular application multilingual. Welcome to the world of Internationalization (i18n), where your app can spe...DiscussAngular
Sagar Agarwalzenandoffice.hashnode.dev·9 hours agoDive into JavaScript: Your First StepsAre you ready to embark on a journey into the exciting world of JavaScript? In this comprehensive guide, we will take you through your first steps into the realm of JavaScript programming. Whether you are a complete beginner or someone looking to ref...DiscussJavaScript
Chriskristijan-pajtasev.hashnode.dev·9 hours agoVueJS part 6: Components introductionIntroduction Recently, I started learning VueJS, and this article is part of the series of my notes while learning it. Components are a very important part of Vue, and in this article, I am giving a brief introduction to what they are and how to use ...Discuss·10 likesVueJSJavaScript
Ayoub ElGueddariadev1.hashnode.dev·10 hours agoHow To use .env in ReactjsTo use .env in react : \=> You need to create .env file . \=> Open the .env file and declare your environment variable. REACT_APP_NAME=react app REACT_APP_CLIENT_ID=adkksclsc.cscd52 Note: React enforces the prefix REACT_APP on every custom variable....DiscussJavaScript
Mohammad Talimtalim.hashnode.dev·11 hours agoReact + Tailwind CSS: The Perfect Frontend Stack for BeginnersIntroduction Throughout the past year, I have been actively learning Frontend Development. During this time, I have come across a multitude of tutorials, tools, frameworks, and technologies. I have spent countless hours watching videos on YouTube abo...DiscussFrontend Development
OJEBIYI FULNESSjebbs.hashnode.dev·a day agoBeginner’s Guide to Frontend Web Development — Part 2In the previous section of this guide, we talked about what frontend web development is all about and the tools to get you started in your web development journey. In this article, we will talk about the second tool you need, CSS. What is CSS? Why do...DiscussCSS
Olubisi Folarinoluwalonibisi.hashnode.dev·Oct 2, 2023Anatomy Of An Html TagTABLE OF CONTENTS Introduction Paragraph Tags Link Tags Formatting Tags List Tags Image Tag Form Tags Table Tag Conclusion What is HTML? HTML is Hypertext Markup Language that describes the structure of a web page. To learn HTML you need t...DiscussHTML5