Getting CSS Translate values with JavaScript
A tutorial on extracting CSS translateX, translateY, and translateZ values from computed transform matrices using JavaScript.
A tutorial on extracting CSS translateX, translateY, and translateZ values from computed transform matrices using JavaScript.
A CSS tutorial on creating hover effects for irregular-shaped links in grid layouts using subgrid and accessibility considerations.
Discusses the shift from 'master' to 'main' for Git branches, arguing it's a small but meaningful step towards more inclusive language in tech.
A brief guide on using the new UIColorPickerViewController introduced in iOS 14 for color selection in apps.
A guide explaining how to access screen, browser window, and web page dimensions using JavaScript properties.
A guide to using abstract resource classes in Laravel Nova to share and reuse functionality like default sorting, relationship search, and shared components across multiple resources.
A guide on how to add API controllers directly from integration tests in ASP.NET Core to test framework-specific configuration.
A guide to reverse engineering an Android APK to understand and modify API calls, including debugging and parameter analysis.
Firefox DevTools shortens long HTML attributes like srcset, which can confuse developers. A setting exists to disable this truncation.
Explores if large Node.js module dependencies impact performance in regular apps vs. Serverless functions, based on community insights.
A tutorial on using the Oak framework to build backend web applications in Deno, including setup and basic middleware.
A guide to automating the process of downloading and restoring a production Postgres database backup for local Django development.
A guide to implementing and using CSS layout wrappers (containers) for better content readability and design structure.
A guide to setting up a Python project with automated testing, linting, and type-checking to improve code quality and team collaboration.
Answers common questions about data science in business, covering requirements, model interpretability, web scraping, and team roles.
Introducing BARE, a new binary encoding format designed to create compact, efficient stateless tokens for APIs and web services.
A simplified explanation of Object-Oriented Programming (OOP) concepts like classes, objects, abstraction, encapsulation, inheritance, and polymorphism using real-world analogies.
Explains how to use .NET startup hooks to monitor garbage collection statistics by injecting a polling thread into applications.
The author argues against using heavy JavaScript frameworks like Gatsby for blogs, advocating for simpler static site generators like Eleventy for better performance.
A tutorial on integrating Azure Key Vault with Azure Functions using PowerShell, covering setup, configuration, and credential management.