How to create iOS reminders programatically with alarms or recurrences
A technical guide on using EventKit and EKReminder to programmatically create iOS reminders with alarms and recurrences.
A technical guide on using EventKit and EKReminder to programmatically create iOS reminders with alarms and recurrences.
A guide to creating a custom GitHub profile README using Markdown, including examples and dynamic content ideas.
A discussion on why there's no single correct way to write tests, challenging the dogma around unit testing and TDD.
Introducing MaVoice, a free Mavo app for voting on GitHub repo issues with one-click reactions and sorting by popularity.
A developer argues for adopting named arguments in PHP 8, addressing concerns from open-source maintainers about breaking changes.
A tutorial on automating GitHub profile README updates using Python and GitHub Actions to display recent blog posts.
Reflections on the 10-year impact of the 'Continuous Delivery' book and the core principles of the software engineering practice.
A technical guide on implementing error handling and type assertions for a Kafka producer written in Go.
A technical guide on building a virtual event platform using Microsoft Azure services like App Service and Azure AD B2C, focusing on SaaS solutions and pay-as-you-go pricing.
Analyzing how Cohesity's VM backup solutions impact Recovery Time Objectives (RTO), focusing on ransomware detection and restore processes.
A software developer reflects on the need for continuous learning and shares a personal 'brag document' strategy to track accomplishments in the tech field.
A developer builds a student enrollment form using Python and Django, focusing on context data, Tailwind CSS styling, and unit testing.
OpenIddict 3.0 beta2 release notes: removed System.Linq.Async dependency and MongoDB auto-initialization for performance.
A technical tutorial on creating a basic Kafka producer in Go, highlighting initial setup and code with minimal error handling.
A developer's journey learning to use the Go programming language with Apache Kafka, starting with the Confluent Go client.
A guide to quickly create and publish a NuGet package using GitHub CLI, Dotnet Boxed templates, and GitHub Actions for automated builds.
A beginner's guide to starting with AWS, covering essential services like S3, CloudFront, and Lambda for cloud computing.
Explains AWS Elastic Beanstalk deployment policies like All-at-once, Rolling, and Immutable, comparing their impact on downtime and capacity.
An explanation of REST (Representational State Transfer) architectural style, its six constraints, and how to design RESTful web APIs.
A comparison of PHP 8's new match expression versus the traditional switch statement, highlighting syntax, strictness, and benefits.