FinsFlowfinsflow.hashnode.dev·Nov 28, 2024Maverik FontDiscovering the Maverik Font: A Sophisticated Sans Serif Choice In the ever-evolving landscape of typography, the Maverik font emerges as a standout contender within the sans serif category, offering a fresh and sophisticated alternative to beloved c...Discussaesthetic
Michael Andreuzzamichaelandreuzza.hashnode.dev·Nov 11, 2024How to create and print an invoice Tailwind CSSDesigning and coding a printable invoice layout can be challenging, but today we'll create one and explore the classes needed to ensure it prints correctly. Read the full article, see it live and get the code.DiscussTailwind CSS
Dheeraj Purohitutkrshtdev.hashnode.dev·Mar 16, 2024Svelte - 103 (build a simple layout)Hey all, today will explore some nitty gritty of svelte for building layouts concepts we will learn today: Svelte basic project setup Svelte routing Slot - composable UI Styling Let's Begin npm create vite@latest - select project name - select ...Discuss·31 likes·104 readsSvelteOf course.... Yes, accompanying snippets are always useful for these type of articles 10
David Carrdcblog.dev·Jan 18, 2024Creating Flexible Layouts in Laravel with Yields, Includes, and SlotsYields In Laravel, the @yield directive is used in blade templates to define a section that can have code injected or "yielded" by child views. Here's a basic explanation of how @yield works: Defining a section with @yield('name') In a blade file typ...Discuss·1 like·2.3K readsLaravel
Juwon oladele walk.hashnode.dev·Sep 30, 2023Difference between layouts and templates in Next.jsIntroduction Templates and layouts are often used interchangeably without regard for the use cases and differences between the two concepts. This article explains the difference between templates and layouts in Next.js and the appropriate use cases f...Discuss·12 likes·2.3K readsNext.js
Qasim Aminqasim.au·Sep 24, 2023The Layout File In NextJsWhat Is Layout Layout is a file convention in NextJs that allows coders like us to access or implement code through the file branch. An example could be to make a navbar that is only used in that file tree, so you would create a navbar in the layout...Discusslayouts
Debarghya Chakravartydebarghya.hashnode.dev·Jul 31, 2023Harnessing the Full Potential of Constraint Layout in Android DevelopmentIntroduction When it comes to building responsive and flexible user interfaces for Android apps, developers often face challenges in maintaining consistency across various screen sizes and orientations. To address these challenges, in Android Studio ...Discuss·5 likes·195 readsandroid app development
Khushi Agarwalkhushiblogs.hashnode.dev·Jun 25, 2023Getting started with XMLGetting started with Android app development might be an overwhelming process but taking small steps goes a long way. Start building with basic frontend layouts which include basic views. So all these terms might sound unfamiliar but this won't be th...Discuss·32 readsxml
Subham Sahasubhamsaha.hashnode.dev·Apr 24, 2023CSS Layouts: Boost Web DesignI would like to draw your attention to the fact that we have previously covered CSS Selectors and the Box Model. Therefore, I suggest that we review these concepts before diving into CSS Layouts. By doing so, we can have a better understanding of the...DiscussCSS
nidhinkumarblog.nidhin.dev·Oct 12, 2022CSS Layout Patterns #7If you don’t have time to read but want to know what’s there in this post. Find the quick read 👇 On this Series We are going to look at the commonly used CSS layout patterns. Most of the patterns which we are going to see use CSS grid and flexbox t...DiscussCSS