Palash Mondaliampalash.hashnode.net·Aug 13, 2021🔥 6 Awesome CSS Layout GeneratorsHi everyone 👋 Today I wanted to share with you 6 awesome CSS layout generators/tools that will help you in rapid prototyping and front-end development of CSS layouts for your projects. I hope you will find it useful and bookmark it so that you can r...Rahul Das and 4 others are discussing this5 people are discussing thisDiscuss·330 likes·12.5K readsWeb DevelopmentCSSNice Article as always. Thanks for sharing. 👍 10
Trisha LimforTrisha Lim - Frontend Engineertrishalim.hashnode.net·Mar 1, 2022FeaturedCSS Tricks to Create that Dark Futuristic Web3 LookThis dark mode web3 aesthetic looks very cool and futuristic. They all have some common designs that achieve this look. Taking inspiration from The Graph, ARCx Money, Rabbithole, Sushi Swap, Buildspace (among others), here are some simple styles you ...Eleftheria Batsou and 12 others are discussing this13 people are discussing thisDiscuss·299 likes·25.5K readsWeb3
Laylalaylacodes.hashnode.net·Sep 5, 2021FeaturedWhat is Semantic HTML? 🤨What's goooooood, coders! 😎 I've been crazy busy with homework for my Computer Science classes, but I wanted to talk about an important topic I've come across in my self-taught frontend journey: semantic HTML! 😍😍😍 Table of Contents 🤩 Wtf is '...James Q Quick and 14 others are discussing this15 people are discussing thisDiscuss·225 likes·4.6K readsHTML5
Ömer Kavakomerkvak.hashnode.net·Apr 25, 2023Front End Yol HaritasıMerhaba. Bu yazımda Front End Developer yol haritası hakkında bahsettim. Araştırıp öğrendiğim ve çoğunu deneyimlediğim konuları ele aldım. Bu alanda ilerlemek isteyen ve ilerlemiş olan herkese başarılar dilerim. 1. Adım: HTML Hiper Yazı İşaretleme D...Discussroadmaps
Madeline Caplesmadelinecaples.hashnode.net·Apr 24, 2023Getting Started with PlaywrightWhat is Playwright? Playwright is a testing library built by Microsoft for frontend end-to-end testing. End-to-end testing simulates a real-world scenario from the end user's perspective. Installation To get started you'll need to install Playwright....Discuss·26 readsend to end testing
kunal gavhanekgkunal.hashnode.net·Apr 23, 2023Mastering Web Development: The Ultimate Front-end and Back-end Developer Roadmaps.Hey there, I'm Kunal Gavhane, a web developer who loves writing about all things web dev and JavaScript. Recently, I've been exploring the fascinating world of front-end and back-end development, and I've been eager to share my insights on the essent...Discuss·1 likeRoadmap
Thanh PhamforDwarves Foundation's Team Blogdwarvesf.hashnode.net·Apr 21, 2023Lessons Learned from Being a Part of Corporate Microfrontend ImplementationCo-authored with Thinh Le. Introduction As we venture further into the dynamic world of frontend development, we developers are on a constant quest for techniques that boost productivity, maintainability, and collaboration among multiple teams. Micro...Discuss·17 likesMicrofrontend
Sanju Msanjusm.hashnode.net·Apr 21, 2023Control value accessor in AngularThe ControlValueAccessor interface offers a collection of functions that enable Angular forms to communicate with native DOM elements. In essence, it serves as a vital link between Angular Form APIs and DOM elements. interface ControlValueAccessor { ...Discuss·1 like·40 readsFrontend Development
Dipeshdssitachi.hashnode.net·Apr 20, 2023Understanding the State in ReactLet us start with the WHY. Why do we need state? When a component is mounted first, it displays data on the screen. And when an interaction causes a change in data, we expect the component should re-render with the updated value. Consider the followi...Discuss·3 likes·104 readsReact
Kelvin Okuroemixylophone.hashnode.net·Apr 18, 2023Type it Up: Exploring Typescript's PowerCover photo credit: prisma.io Introduction Are you tired of spending hours debugging and fixing errors in your codebase? Look no further, Typescript has got your back! Typescript is more than just a static checker, it comes with a range of features t...Discuss·10 likesGeekin' into TypescriptTypeScript
Pallav Singhpallavsingh.hashnode.net·Apr 18, 2023What is TypeScript?I. Introduction TypeScript is a programming language that builds on top of JavaScript by adding static typing and other features. It was developed by Microsoft and is now an open-source project. Using TypeScript can help developers catch errors early...DiscussTypeScript
Mo' Claudiuskodedmo.hashnode.net·Apr 16, 20237 Essential Tips to Optimize Angular Applications for High Performance and Best PracticesBy now everyone knows that Angular is a powerful and popular web application framework developed by Google and with its robust features and ease of use, it has become the go-to choice for developers when building single-page applications (SPAs). Howe...DiscussAngular
Samuel Oluwatobi Amureoluwatobialure.hashnode.net·Apr 16, 2023What happens when you type google.com in your browser and press Enter?So you pick up your smartphone or computer and type google.com in your browser and voila the homepage appears almost as soon as you press the Enter key and everyone's happy. But have you ever wondered what goes on between the term interval of pressin...DiscussWeb Development