Heatwave: An Animated CSS Sun Illustration
A tutorial on creating an animated sun illustration using only CSS, including gradients, pseudo-elements, and mask-image.
A tutorial on creating an animated sun illustration using only CSS, including gradients, pseudo-elements, and mask-image.
A guide exploring seven methods for securely managing application secrets and configuration values in .NET Core applications deployed on Azure.
A developer shares how they built a low-cost Azure game using Logic Apps and Face API for event engagement, with code on GitHub.
A technical guide on integrating Redux Persist with Next.js to maintain the Redux store state between browser sessions.
A developer shares their journey learning Regex by applying it to normalize phone numbers in Active Directory, moving from copy-pasting to understanding patterns.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
Explains how modern PHP 7 is cloud native and container-ready, with principles for building scalable, stateless web apps.
A developer discusses the importance of simple, efficient tooling and workflows in modern web development stacks (React/Vue, Node, webpack) for better team productivity and onboarding.
A developer's reflection on the fundamental differences between frontend and backend development, focusing on user perception vs. system communication.
A guide to setting up affordable consumer equipment for recording and streaming meetups and conferences, covering basics like laptops and cables.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A guide explaining Kubernetes' challenges for business leaders, focusing on stateful data risks and security pitfalls.
A software developer shares a personal journey from shallow knowledge to deep expertise, emphasizing deliberate learning in JavaScript and CSS to overcome project failures.
Explains DNS resolution challenges and solutions for a private AWS EKS cluster without internet access, using Route 53 Resolver endpoints.
A technical comparison of Azure NetApp Files performance tiers against other storage options for Azure Kubernetes Service (AKS) workloads.
A tutorial on implementing role-based authorization in a client-side Blazor application using ASP.NET Core Identity.
A tutorial on building a toy xylophone mobile app using React Native, Expo, and the Expo Audio API for playing sound files.
A tutorial on Dart language features including type inference, final/const variables, and parameter handling for writing cleaner code.
Explains the purpose and best practices for using a .gitattributes file to manage line endings and Git LFS in software repositories.
A beginner-friendly explanation of the return statement in JavaScript, covering its purpose, syntax, and differences from console.log.