2022 Work Resolutions
A developer shares his 2022 work resolutions, focusing on creative production, ignoring tech/crypto discourse, hiring, and finding joy in tech.
A developer shares his 2022 work resolutions, focusing on creative production, ignoring tech/crypto discourse, hiring, and finding joy in tech.
A web developer's 2021 review focusing on new CSS features, upcoming browser support, and influential people in the CSS community.
Safari now supports the CSS :has() pseudo-class, enabling powerful parent and relational element styling.
Tutorial on creating an app information component in Nuxt showing version and update time.
A technical guide on integrating Azure Application Insights into an Angular app, covering installation, configuration, and error tracking.
A tutorial on building a reusable component to display app version and update information in a Nuxt.js application.
A comparison of React and Vue.js frameworks, analyzing their differences to help developers choose the right tool for their 2022 projects.
A tutorial on building a customizable news aggregator application using Strapi (headless CMS) and Nuxt.js (frontend framework).
Explains how using variable web fonts can improve website performance by reducing font file requests and page load times.
A developer shares his journey building a custom course platform to teach programming concepts like Array.reduce(), detailing his tech stack and motivations.
A detailed guide to a modern CSS reset, explaining each rule and its benefits for improving web development.
Introducing the Shadow Palette Generator, a tool for creating cohesive sets of CSS shadows for web design.
Explains why CSS `position: sticky` fails inside CSS Grid containers and how to fix it by overriding the default `align-items: stretch` behavior.
A guide on using CSS media queries and custom properties (variables) together to create more manageable and maintainable responsive web designs.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
Learn three methods to conditionally show or hide elements in Vue.js using v-if, v-show, and CSS class binding.
Introducing UnoCSS, a new on-demand atomic CSS engine designed for performance and flexibility, reimagining utility-first CSS frameworks.
A guide on using the Query Function Context in React Query to avoid inline functions and improve code structure, part of a larger series.
Explores the concept of Micro Applications, defining them as small, focused apps with both a frontend and backend, contrasting them with Microservices and Micro Frontends.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.