PostgreSQL Load Balancing Made Easy: A Deep Dive into pgpool - Highgo Software Inc. Introduction This blog is aimed at beginners trying to learn the basics of PostgreSQL and PGPool but already have some experience under their belt. For this tutorial, we will assume you have PostgreSQL correctly installed on Ubuntu. All of these steps wer...
Embracing the monolith with Inertia.js By using Inertia, I'll show how you can bridge the gap between traditional backends and modern frontend frameworks like React and Vue.
Outlive by Om Swami - os.me - A Spiritual Home I have always been fascinated with the science of health. Yes, it is a science for the most part. I grew up reading books on Ayurveda, herbs, rasayana (Vedic
Book notes & reflections: An Elegant Puzzle An overview of the book “An Elegant Puzzle: Systems of Engineering Management” by Will Larson, including some of my key takeaways, how they relate to my own experience, and what I am trying to implement as a result.
Investment Strategy for the apocalypse What should we do to prepare for the next black plague, which killed half of the European population in the 14th century ? What should we do if the financial...
The Evolution of Trust in Game Development: From ZX Spectrum to Unity's Pricing Change and the Rise of Open Source Open source, in essence, is more than just code. It’s a commitment to fostering a community-driven ecosystem where creativity thrives and trust remains unbroken. After all, our collective dreams deserve a canvas that stays true, game after game, era after...
Reading files on Vercel during Next.js ISR | François Best A little hack to let the Next.js file tracer pick up relative file paths.
The Blind Men and the Coin - Part I | Boaz Sobrado's Website Cryptocurrency is a controversial topic. Yet much of the debate around it is confused because, like the blind men in the parable, both advocates and critics have a myopic view of what it is. Here I discuss the Crypto Casino and Crypto Movement.
GitHub - bricelam/SqlString: Adds syntax highlighting to SQL in C# strings Adds syntax highlighting to SQL in C# strings. Contribute to bricelam/SqlString development by creating an account on GitHub.
Keyed services in .NET 8 | Dependency injection update .NET 8 brings keyed services, a dependency injection update for creating the same service with a different implementation in the IoC container.
Mario Zechner (@badlogic@mastodon.gamedev.place) Today was ... interesting. If you followed me for the past months over on the shitbird site, you might have seen a bunch of angry German words, lots of graphs, and the occassional news paper, radio, or TV snippet with yours truely. Let me explain. In Aus...
Plugins and Blazor – Dev Leader Weekly Issue 9 In this issue of Dev Leader Weekly, we have Blazor and plugin architecture taking the spotlight!
Strange Loop's greatest hits The LAST Strange Loop conference is right around the corner! The conference has accumulated 673 videos on its YouTube channel, which means there’s gold in them hills, but finding the gold might consume some of your precious time. Good news! I was hanging ...
Subdomain Center | ARPSyndicate Subdomain Center utilizes Apache's Nutch, Calidog's Certstream, OpenAI's Embedding Models & a few of our proprietary tools to discover more subdomains than anyone else.
How To Use IHttpContextAccessor In ASP.NET Core #shorts 📌 Check out my Pragmatic Clean Architecture course: https://bit.ly/3PupkOJ🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanj...
Code Maze Weekly #185 - Code Maze Issue #185 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks Building a Resilient Email Sending Method in .NET with SmtpClient, Retry Support, and the Outbox Pattern [ardalis.com] Sending emails is a functio...
ZK Security meetup with the Succinct Labs folks! · Luma Are you into zero-knowledge proofs? Do you care about security (the answer is yes). We over at www.zksecurity.xyz and www.succinct.xyz like the same things you do! So come hang out with us at...
Silk.NET Coffee & Code Catchups Join the Silk.NET team for a quick catchup. This is a more informal stream wherein we'll be discussing what we've been doing on the Silk.NET project, what we...
How Do I Become a Back-End Developer in C# How do you become a back-end C# developer? What tools, languages, and frameworks do you need to know to get started? In this video, we are going to go over s...
Different Ways to Overwrite a File in C# - Code Maze In this article we will explore the different ways to overwrite a file with C#, for both text and binary content
No sacred masterpieces Or "that time I built Excel for Uber and they ditched it like a week after launch"
Feature Flags in .NET and How I Use Them for A/B Testing The ability to conditionally turn features on or off in your application without redeploying the code is a powerful tool. It lets you quickly iterate on new features and frequently integrate your changes with the main branch. You can use feature flags to ...
Backup the caravan Second in my series of Tales From Tech Support. Some stories from the past featuring broken computers and even more broken tech support operatives - mostly me. In the early 1990s I worked as a Technician at a local college. I would set-up and tear down ex...
Practical Application-level Monitoring for Microservices Kert on Software - My thoughts on different aspects of software development
I'm a recovering notification addict I'm a recovering addict. Maybe you are too. My drugs of choice were short-form videos on the internet and little notification bell icons. My dealer was Facebook, Instagam and Snapchat. I haven't used TikTok lately. TikTok spies on you. And they're from Ch...
🌲When Themed Logs are More Useful than Daily Notes I group information by purpose, not chronology. This method allows for more focus, easier retrieval, and less context switching.
🎙️ Trustfall and cargo-semver-checks with Predrag Gruevski - RustShip RustShip is a podcast where I interview other Rust developers to learn from their experiences. In the second episode, Predrag Gruevski walked us through Trustfall and Cargo-semver-checks, two Rust projects he created.
GlassFish Embedded – a simple way to run Jakarta EE apps – OmniFish I’ve been asked by the Eclipse GlassFish project to say a few words about how I use GlassFish Embedded. And since they are working on a series of complex issues that I have raised I guess that is fair. The OmniFish team is one of the main contributors to ...
#1 Bug Bounty: How I made my first $10,000 on a not supported FoT token bug 2 Mediums / 10k$ - DFX is a DEX specialized in "forex" assets. The reported bug is about fee on transfer tokens and USDC upgradability.
The easy way to get 20% team performance boost Management tricks I like the most are the ones which require little to no efforts from your end, but give you a lot in return. Here I want to share a quick trick which can help to get 20% team performance improvement for almost nothing. The classic app...
The essence of engineering Welcome to Nitin Pai’s cyberspace. You are in the structured section of my domain where I have my blog posts, newspaper columns, updates on my
Dynamic Decentralized Cluster Identification Problem Statement Today we create a scalable dynamic decentralized cluster identification protocol. An example to explain:
Semi-supervised clustering with logic programming - Emir's blog I motivate clustering as a problem well suited to logic programming in the general case, and I volunteer a couple artisanal clustering algorithms in Prolog demonstrated on some mock data.
Creating Shared Understanding for Security Leaders - 1 Effective communication is hard: sharing intent, pyramid principle and strategies are useful tools that help me in my work as a security leader.
Losing My First Programming Job ◄ Newer Article ◄ Newer Programming Article Home ⌂ Older Article ► Ol...
Data URLs and Pool in your URL Data urls are kinda cool. Files don't need to be files they can just be urls. Copy and paste this into your browser's address bar: Any…