You can publish docker images without running docker - here's how
A guide to building and publishing Docker images to Docker Hub using GitHub integration, without needing Docker installed locally.
A guide to building and publishing Docker images to Docker Hub using GitHub integration, without needing Docker installed locally.
Practical tips for integrating mypy static type checking into existing Python projects, covering setup, manual type hints, and handling Optional types.
A guide to understanding and building URLs in Django, covering URLconfs, path functions, and routing.
A guide to using iOS 13's new Diffable Data Source API for UITableView to simplify data management and avoid common update errors.
Web Share API support in Safari and iOS is a win-win for user-friendly content sharing, prompting a deeper look.
A guide to analyzing and reducing AWS Lambda costs through tagging, monitoring, and understanding pricing models.
Explains how to handle query string parameters without values in ASP.NET Core by creating a custom model binder for boolean parameters.
An introduction to the Django Riffs podcast, a beginner-friendly educational series for learning web development with the Django framework.
The maintainer reflects on 10 years of the 'hub' CLI tool for Git/GitHub, its evolution, and the transition to the official 'gh' CLI.
Explains how to use custom JDK Flight Recorder events to monitor REST API performance, including request counts and durations, with Java 14+ streaming.
Explains how to use custom JDK Flight Recorder events to monitor REST API performance, including request counts and durations, in Java applications.
A developer's personal endorsement of the Eleventy static site generator, with a call to support the project and a brief professional introduction.
Learn how to build a CLI tool with JavaScript to automate the creation of text files like React components and blog posts, saving time and ensuring consistency.
Learn 5 essential best practices for writing clean and effective arrow functions in JavaScript, including naming and formatting tips.
A guide to creating a custom JsonConverter in System.Text.Json for deserializing JSON into polymorphic class hierarchies, using a real-world SDK example.
A guide to building a developer community, focusing on sincerity and engagement strategies like Micro, Macro, and Network.
Explains Microdata, a format for describing web page content for SEO and structured data, comparing it to RDFa and JSON-LD.
Explores curriculum learning strategies for training reinforcement learning models more efficiently, from simple to complex tasks.
A guide to programmatically finding keyboard-focusable elements for accessible JavaScript widgets, including a reusable function.
Explores methods for copying data into Azure Synapse Analytics (SQL DW), focusing on the CTAS and new COPY INTO commands.