Upgrade PostgreSQL from 14 to 15 on Ubuntu 23.04
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
A technical guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu 23.04, including commands and troubleshooting steps.
Developer works on Python exercises via Exercism and adds course resource features to a Django-based homeschool application.
A developer stream recap covering a Python class exercise, SaaS feature deployment, performance fixes, and Neovim configuration.
A developer works on a Python/Django SaaS project, solving an Exercism problem and adding a new model field to a homeschool app.
A guide to building a simple, reflection-based object mapper in C#, explaining the core concepts behind libraries like AutoMapper.
A developer tackles a Python set exercise, fixes a Django template bug, and improves type annotations in a SaaS application.
A developer's analysis of Podman as a Docker alternative, concluding it's not yet a viable replacement due to docker-compose issues.
A guide to getting started with Microsoft Sentinel, covering its SIEM/SOAR capabilities, cost structure, and initial setup for security monitoring.
A developer compares GPT-4 to GPT-3.5, sharing hands-on experiences with coding tasks and evaluating the AI's strengths and weaknesses.
An overview of prompt engineering techniques for large language models, including zero-shot and few-shot learning methods.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A developer reflects on improving writing skills, using a vocabulary app, and shares weekly tech topics like Kendo and Twitter communication.
A tutorial on building a custom cron job scheduler in ASP.NET Core using BackgroundService, for educational purposes.
Developer works on Python exercises, creates a custom 404 page for a Django app, and builds a GraphQL service with Go's gqlgen.
A guide to improving code reviews by focusing on constructive, non-personal feedback and providing clear, actionable comments.
Entity Framework 8 adds native SQL Server support for .NET's DateOnly and TimeOnly types, eliminating the need for custom converters.
Explains the pitfalls of comparing ReadOnlySpan<char> objects in C#/.NET, highlighting differences from string comparison due to memory representation.
The author discusses switching to Neovim, an Exercism Python exercise, and adding django-stubs for better type hinting in their SaaS project.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient change data capture and data privacy.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient, server-side change data capture filtering.