Please open Telegram to view this post
VIEW IN TELEGRAM
β€59π16π₯5
Local Storage vs Session Storage
Choose Local Storage for persistent, cross-session data and Session Storage for temporary, tab-specific data, ensuring sensitive information is handled securely server-side.
β€36π3π₯3
π
Building Full-Stack Applications with HTMX
π Author: Fikayo Adepoju
π° Level: Intermediate
β° Duration: 2h 58m
π Topics: Web Development, Full-Stack Development
π€ Join Web Development for more courses
π Master full-stack web development by learning how to build real-world applications with HTMX.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€16
Get up and running with HTMX in this hands-on course with software developer Fikayo Adepoju. Discover the essentials of building real-world web functionalities with HTMX and a Hypermedia API. Fikayo demonstrates how to use HTMX in your applications by first building common web functionalities like search to find information, paginated tables to manage data, infinite scroll, and a dynamic web form powered by a Hypermedia back end. Along the way, youll get a chance to practice your new skills and technical know-how by building a complete application, a blogging platform, from the ground up.This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice alongside the course content to advance your programming skills.
Please open Telegram to view this post
VIEW IN TELEGRAM
2β€28
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯17β€15
Please open Telegram to view this post
VIEW IN TELEGRAM
β€64π37π₯11
A visualization of different flex axes in CSS, for different flex directions π
π17β€9
Version 4 is βoptimized for performance and flexibilityβ, takes full advantage of modern web platform features, and is now CSS-first, moving away from a JS-based configuration. Thereβs lot of detail to dig into here.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€30π7π₯5
π
CSS: Variables and Fluid Layouts
π Author: Jen Kramer
π° Level: Advanced
β° Duration: 2h 2m
π Topics: Cascading Style Sheets
π€ Join Web Development for more courses
π Learn how to leverage recent advances in CSS to more efficiently build sites with a single design that adapts readily to different screens and environments.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11
When responsive web design was first introduced, it was at once magical and inefficient. Designers had to work with floats to lay out their grid-based systems, as well as hack media queries. Recent advances in CSS simplify this process, letting your design adapt to circumstances more fluidly. But leveraging these new features requires abandoning current practices and shifting to a model where you trade precise control for consistency and ease of implementation. This course can help you make that shift. Jen Kramer lays out how to do math directly in CSS via the calc() function and leverage custom properties, or variables, to streamline your CSS. She presents practical examples and hands-on practice exercises. Along the way, Jen shares examples of how to use these properties, including how to add custom properties to type scale and work with Flexbox and Grid.
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11
Please open Telegram to view this post
VIEW IN TELEGRAM
β€9
Please open Telegram to view this post
VIEW IN TELEGRAM
β€9π1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€30π2π₯1
π° CSS Select and element's parent
For a long time, in CSS land, developers were longing for a feature that allowed to select the parent of a particular element.
In this example, we have two .parent elements but with different children. With the :has() pseudo selector, we can select the parent of a particular child. With this we can apply some styling only to that particular parent.
This opens up a lot of possibilities such as
β¨ Style a list when a particular element is hovered
β¨ Style a card depending on whether or not it has an image
β¨ Style a header depending on whether or not it has an hyperlink
The possibilities are endless π₯
For a long time, in CSS land, developers were longing for a feature that allowed to select the parent of a particular element.
In this example, we have two .parent elements but with different children. With the :has() pseudo selector, we can select the parent of a particular child. With this we can apply some styling only to that particular parent.
This opens up a lot of possibilities such as
β¨ Style a list when a particular element is hovered
β¨ Style a card depending on whether or not it has an image
β¨ Style a header depending on whether or not it has an hyperlink
The possibilities are endless π₯
β€16
This media is not supported in your browser
VIEW IN TELEGRAM
π° Responsive Card with CSS Flexbox β¨
π5β€1