Creating a Spaceflight News Blog With HTMX and JSON API
Building a dynamic website with HTMX and JSON API with Spaceflight News blog exampleContinue reading on Better Programming »
Read moreUnveiling the Data Modeling Principles of SwiftData
While analyzing code, learning Swift’s new featuresPhoto by Steven Coffey on UnsplashIn the improvements of SwiftData, the ability to declare data models purely in code undoubtedly left a deep impression on Core Data developers. This article will delve into how SwiftData creates data models through code, its new language features, and demonstrate
Read moreBuild Secure, Scalable, and Accelerated Machine Learning Pipelines
Use Intel® SGX Virtual Machines in Azure Kubernetes* Services (AKS) DeploymentsFigure 1. Diagram of the XGBoost pipeline on Kubernetes architectureWhen deploying machine learning models into production, it is critical to ensure the application's security, scalability, and availability. Using the Kubernetes* service on the Microsoft Azure* confidential computing platform is one
Read moreHow to Lead Through Change
The biggest challenge to successfully implementing any change isn’t coming up with a solid strategy or an extensive execution planContinue reading on Better Programming »
Read moreBridging the Gap: From Engineer to Entrepreneur
Top three skills engineers lack to become entrepreneursContinue reading on Better Programming »
Read moreEverything You Need To Get Started With Docker
What is Docker, why use it, and how to do it correctlyContinue reading on Better Programming »
Read moreRust: Generic, Trait, Declarative, and Procedural Macros
My thoughts on different ways to write Rust codeImage by StockSnap from PixabayThis article is about a process I went through when refactoring Rust code. I was looking for a way to reduce the amount of code used to expose data structures in different ways, including database, API, and WASM. This exercise
Read moreFrom graph theory to category theory
Let G be a directed graph whose nodes are the positive integers and whose edges represent relations between two integers. In our first example we’ll draw an edge from x to y if x is a multiple of y. In our second example we’ll draw an edge from x to
Read moreMigrating AWS infrastructure from Terraform to AWS CDK
Migrating AWS Infrastructure From Terraform to AWS CDKSharing my hands-on experienceA data center. Image generated by MidjourneyIntroductionManaging cloud infrastructure has evolved with tools like Terraform and the AWS Cloud Development Kit (AWS CDK) leading the way. Terraform has been a trusted ally for many, helping to set up and manage infrastructure
Read moreTest functions
Test functions are how you can make sense of functions that aren’t really functions. The canonical example is the Dirac delta “function” that is infinite at the origin, zero everywhere else, and integrates to 1. That description is contradictory: a function that is 0 almost everywhere integrates to 0, even
Read more