Using Unicode on MacOS
Setting up Unicode on my MacBook took some research, so I’m leaving myself a note here if I need to do it again. Maybe it’ll help someone else too. From the System Settings dialog, go to Keyboard and click the Edit button next to Input Sources. Click on the +
Read moreRunning Heavy SQL Queries in Production Using AWS
Run queries without compromising your production systemContinue reading on Better Programming »
Read moreDeploy an Astro JS Site to an AWS S3 Bucket
Want to deploy a simple website to AWS S3 for free?Continue reading on Better Programming »
Read moreMake Your Rust Code Unit Testable With Dependency Inversion
Use Traits to invert your Rust dependencies and keep your code loosely coupled and testableContinue reading on Better Programming »
Read moreHow to write high-performance SQL for your Postgres database
Ben and Ryan talk with Lukas Fittl, founder and CEO of pganalyze, which provides in-depth Postgres database monitoring and optimization. They talk about why Lukas considers himself a founder-CEO by title but engineer by trade, what’s important to understand about SQL, and the role of AI in database optimization.
Read moreHow to Create CSS Ribbon Shapes with a Single Element
Learn how to use modern CSS tricks to create fancy CSS ribbon shapes with minimal code and hover animations, using just a single element. Continue reading How to Create CSS Ribbon Shapes with a Single Element on SitePoint.
Read moreThe Engineer Bouquet: Making a Team Where People Can Grow
Career ladders are a poor model for personal growth. People don’t take pre-defined steps, and they never go in a straight line.Continue reading on Better Programming »
Read moreHow to Rise From Management to Leadership
Key practices that can help managers leap to the next levelContinue reading on Better Programming »
Read moreCrafting Mazes
Inspired while creating a maze map for the Wall-E project. Follow this tutorial to explore ways to generate mazes using Graph Theory algorithmicallyPhoto by Ben Mathis Seibel on UnsplashIn my previous article, we delved into pathfinding problems in graphs, which are inherently connected to solving mazes.When I set out to create a
Read more