Rami Mohappydev.blog·Dec 20, 2024Stage 4: Advanced CSS - Enhancing Styling SkillsAfter learning the basics of HTML, JS, and CSS, we are one step closer to creating beautiful and functional web pages. We will learn how to make a web page responsive so it looks good on different screen sizes, animate elements, and work with more co...Mastering Front-End DevelopmentFrontend Development
DoePixeldoepixel.uk·Dec 5, 2024Crystals SVG Bundle🔍 Check out Crystals SVG Bundle now! Explore this 📁 printable illustrations and claim your 🆓 free download here. Let's start crafting together! 🚀 Welcome to my store! You will get SVG and PNG files. Best quality! SVG and PNG are universal file fo...tumbled
syncfusionsyncfusion-blogs.hashnode.dev·Dec 2, 2024Easily Integrate Syncfusion UI Components into PowerAppsTL;DR: Integrating Syncfusion UI components can enhance your Microsoft PowerApps functionalities and user experience. This blog covers everything from setting up the prerequisites to deploying the Syncfusion component. It is perfect for developers lo...grid
Tamas Kovacsampere.hashnode.dev·Nov 28, 2024Introduction & Problem spaceArchitectural Katas Architectural Katas are collaborative exercises where software architects and developers work together to design solutions for hypothetical scenarios. The term "kata" is borrowed from martial arts, where it refers to a practice ro...Gird the Grid - Architectural Kataarchitecture
IOi-o.hashnode.dev·Nov 26, 2024Perfume Product CardThis challenge required that I use a mobile-first approach to produce a product-preview card for a perfume. The task This required that I change my workflow from desktop to mobile-first. Approach I approached the task with a Flex layout in mind. This...HTML
Walter Mark B. Inductivo Jr.walterific.hashnode.dev·Nov 23, 2024Angular Ecommerce Product GridGOAL Create a List of Object Data Structures product.service.ts product.model.ts product.component.ts product.component.html product.service.ts product.model.ts product.component.ts product.component.html OUTPUT: Mobile view Tablet view D...20 likesAngular
Walter Mark B. Inductivo Jr.walterific.hashnode.dev·Nov 23, 2024Angular Recipe GridGOAL Create a List of Object Data Structures recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html recipe.service.ts recipe.model.ts recipe.component.ts recipe.component.html OUTPUT: Mobile view Tablet view Desktop vi...10 likesAngular
Walter Mark B. Inductivo Jr.walterific.hashnode.dev·Nov 23, 2024Angular Library GridGoal Create a List of Object Data Structures book.service.ts book.model.ts book.component.ts book.component.html book.service.ts book.model.ts book.component.ts book.component.html OUTPUT: Mobile view Tablet view Desktop view Github Link...10 likesAngular
Nehal Fathemasafaranokhi.hashnode.dev·Nov 17, 2024CSS Grid vs Flexbox: When and Why to Use EachWeb developers often find themselves debating whether to use CSS Grid or Flexbox for their layouts. While both are powerful tools for modern web design, they shine in different scenarios. Let’s break down their strengths, differences, and best use ca...grid
Ayusharpcoderreacttonext.hashnode.dev·Nov 12, 2024CSS Grid vs. Flexbox: When to Use Each and WhyAs a frontend developer, two of the most powerful layout tools you can have in your CSS toolkit are CSS Grid and Flexbox. Both are designed to help you create responsive, flexible layouts, but they have different strengths and use cases. Knowing when...1 likewebdev