Have you moved from Twitter to Mastodon for social media?
A developer shares their experience moving from Twitter to Mastodon, discusses the tech community exodus, and provides helpful resources for newcomers.
A developer shares their experience moving from Twitter to Mastodon, discusses the tech community exodus, and provides helpful resources for newcomers.
Explores surprising and subtle aspects of Python's scoping rules, focusing on unusual cases like exception binding and garbage collection.
A developer built CodeGuessr, a game where players guess which open-source project a random code snippet belongs to, using Next.js and the GitHub API.
A guide to using Zustand, a minimal state management library for React, with tips and best practices for implementation.
A talk from GDG DevFest 2022 on how to maximize benefits from Open Source by actively contributing to communities like Python and Django.
Recap of Jakarta EE and MicroProfile sessions at EclipseCon 2022, covering new specs, community updates, and future roadmaps.
A front-end developer criticizes the Modern Frontends Live event for poor treatment of speakers and attendees, sharing warnings from other speakers.
A guide to using AutoFixture with xUnit to generate anonymous test data, making unit tests more robust and maintainable.
A developer explains why they prioritize a self-hosted newsletter over social platforms like Twitter and Mastodon for audience control.
Explains the structure and benefits of .NET MAUI project files for building cross-platform mobile and desktop applications from a single codebase.
A front-end developer humorously recounts a coding documentation change that caused chaos among UX designers, framed as a fictional horror story.
Learn how to access and manage your WordPress database directly from the dashboard using the Adminer plugin as an alternative to phpMyAdmin.
A developer discusses plans to redesign and consolidate personal websites, moving from WordPress to Eleventy and reorganizing content.
A tutorial on creating a reusable, generic autocomplete component for Blazor applications, moving from a hardcoded solution to a flexible one.
A developer shares their process and answers FAQs about applying to speak at tech conferences, covering submissions, preparation, and networking.
A developer shares their proven process for successfully applying to and speaking at tech conferences, from research to submission.
A guide to benchmarking Python code, comparing tools like timeit and Docker for objective performance measurement.
The article critiques the misapplication of DevOps and Platform Engineering, arguing they are about organizational culture, not just tools or rebranding.
Learn how to deploy multiple ML models on a single GPU using Hugging Face Inference Endpoints for scalable, cost-effective inference.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.