Digging into the classic problem Continue reading on Better Programming »
Browsing Category software-engineering
Auto Added by WPeMatico
This Is How to Use Version Control in Anvil
Learn how to track changes with Anvil’s built-in version control Photo by Yancy Min on Unsplash Without version control software like Git, it can be complicated to track the changes you make to code. Anvil, the platform…
How to Make an AI-Assisted Phone Service With Twilio
Follow along to make your own bot Continue reading on Better Programming »
Getting Started With Basketry
Code-generation for any language Photo by Andrea Scully on Unsplash Basketry is the pluggable, service-oriented code-generation pipeline for any language. Read more about Basketry and view Basketry on Github. This guide will take you step-by-step through generating a…
Managing your Google Domains in Amazon Route 53
A step-by-step guide for when your domain isn’t in Route 53 Continue reading on Better Programming »
Extracting Lazily Loaded Elements for UI Testing in a SwiftUI iOS App
Build robust SwiftUI apps Photo by Devon Janse van Rensburg on Unsplash Lazy loading is a powerful optimization technique used by online apps where data is loaded on-demand, and not monolithically. Online apps are constantly sending and…
Implement an Email Masking Proof-of-concept Using AWS Simple Email Service (SES) and AWS Rust SDK
Stem the email marketing tide using masking Implement an Email Masking Proof-of-concept Using AWS Simple Email Service (SES) and AWS Rust SDK was originally published in Better Programming on Medium, where people are continuing the conversation…
3 Things to Consider Before Starting a Career in Software Development
Software development is different in the real world compared to what is taught 3 Things to Consider Before Starting a Career in Software Development was originally published in Better Programming on Medium, where people are continuing…
Measuring Performance in Software Engineering
Always add measures to prevent the system from degrading Measuring Performance in Software Engineering was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
How to Create Your Own Operating System
Learn from diving into one of the most challenging endeavors in programming Continue reading on Better Programming »
The Case Against Glorifying Developers for Wrong Reasons
Recognition of software teams and individuals needs a serious rethink Continue reading on Better Programming »
Building Serverless Applications That Scale The Perfect Amount
Designing for the right amount of scale is a huge architectural task. With serverless part of it is handled for you, but for some of it… Continue reading on Better Programming »
The Terms “Junior” and “Senior” Developer Needs an Overhaul — Here’s a Better Model
A proposal that honors every developer by performance Continue reading on Better Programming »
Monorepos: Collaborate or Die
This is why I love monorepos — but it’s not for everyone A big monorepo at work. Photo by Dennis Kummer on Unsplash I’ve been taking care of monorepos for a good few years now, and after recently moving…
How to Create a CI/CD Pipeline With Jenkins, Containers, and Amazon ECS
Learn the step-by-step process of deploying a sample Nodejs containerized application Continue reading on Better Programming »