TECH DIVE: IN-DEPTH TECHNICAL ARTICLES
The case for using Rust in MLOps
Discover why Rust is becoming a solid alternative to Python for MLOps, offering superior performance, package management, and energy efficiency, mainly when used in conjunction with GitHub Copilot, in this comprehensive guide that might convince you to make the switch.
A half-hour to learn Rust
Embark on a swift and engaging journey to master the Rust programming language, a tool designed for performance and safety, in just half an hour with this comprehensive guide.
What you don't know about application performance
Dive into this insightful ACM article to discover unconventional yet effective methods of predicting program performance and capacity planning without needing full-scale benchmarking.
Interesting learning from outages - real-world engineering challenges
Explore the latest edition of 'Real-World Engineering Challenges' from The Pragmatic Engineer, where you'll delve into intriguing case studies of outages at Adevinta, GitHub, and Reddit and learn valuable lessons on system resilience, disaster recovery, and infrastructure debt.
Writing CSS in 2023: Is it any different than a few years ago?
Discover how the landscape of CSS has evolved in 2023 with this Smashing Magazine article exploring new features, techniques, and the impact of these changes on how we write CSS, from color functions to user preference queries.
Create an advanced search engine with PostgreSQL
Unleash the power of PostgreSQL to create your advanced search engine, exploring full-text search capabilities, relevancy boosters, typo-tolerance, and faceted search in this comprehensive guide from Xata.
ChatGPT and Crunchbase API: How to create a plugin from scratch
Embark on a step-by-step tutorial to create a ChatGPT plugin from scratch, leveraging the Crunchbase Basic APIs to extend the capabilities of ChatGPT, and learn how to customize and enhance ChatGPT responses in this comprehensive guide by Diego Romero.
JWTs on a journey — sending JWT access tokens across APIs
Embark on a journey with JWTs across APIs in this comprehensive guide from The New Stack, exploring the intricacies of token-based authorization, the challenges of token lifetime and data adequacy, and the various token-sharing techniques to meet security requirements in complex cloud-native applications.