CSS Findings From Twitter Design
An analysis of interesting and unusual CSS techniques used in the Twitter website's design, including aspect ratios and negative margins.
An analysis of interesting and unusual CSS techniques used in the Twitter website's design, including aspect ratios and negative margins.
A step-by-step tutorial on deploying a custom PyTorch machine learning model to production using AWS Lambda and the Serverless Framework.
A tutorial on adding user comments to a Gatsby site using Netlify serverless functions and GitHub's API to store comments in a JSON file.
An in-depth look at how type system compilers like TypeScript work, focusing on type checks and building a custom compiler.
Explains that containers don't require a full OS inside, clarifying the roles of the kernel, OS, and distributions in containerization.
Explores the true qualities of a Senior Developer beyond years of experience, focusing on experience, leadership, mentorship, and technical ability.
Analysis of the 2020 Facebook SDK crash that brought down many iOS apps, highlighting the risks of third-party SDK dependencies and data privacy.
SQL Server 2019 introduces a new feature in Configuration Manager to simplify certificate import and management for TLS encryption.
Tutorial on building an independent Apple Watch expense tracker app using SwiftUI and Core Data, focusing on watchOS design.
A tutorial on setting up Fluent Bit as a DaemonSet to forward application and system logs from a Kubernetes cluster to Elasticsearch.
Explains the circuit breaker pattern in software communication, comparing it to electrical circuits and demonstrating its use with Hystrix and Resilience4j libraries.
A cloud consultant reflects on his first year as an independent content creator, discussing the challenges and rewards of leaving a stable IT job.
Explores representing a state machine as a simple string, detailing the parsing logic and rules needed for conversion.
Explores why network requests can sometimes be faster than retrieving cached resources, analyzing browser performance data and the Firefox RCWN feature.
A developer changes a Django model relationship from ForeignKey to ManyToManyField and fixes the resulting test errors.
A developer shares insights and lessons learned from speaking at tech conferences, including idea generation and personal experiences.
DEV platform improves comment subscription visibility, making it easier to follow discussions on posts.
A tutorial on creating custom wavy header designs in React Native apps using the react-native-svg library for scalable vector graphics.
A developer details their migration from WordPress to Hugo, a static site generator, for a faster, more secure, and Markdown-friendly blog.
A developer troubleshoots a Terraform error about a missing 'region' argument, revealing an implicit provider creation issue.