And in addition, save yourself from using third-party libraries. Continue reading on Better Programming »
Browsing Category software-engineering
Auto Added by WPeMatico
How To Read a JSON File and Return Its Content in a Spring Boot API
Mocking an API with a static JSON file in Java and Kotlin Continue reading on Better Programming »
Introducing Scoped Threads — A New Addition of Rust 1.63.0
It’s an awesome update Let the crab threads go rampant Rust 1.63.0 has been released and this release comes with one of the most awaited features in recent times. After all, this capability of crossbeam was one…
How To Create Simple Virtual Audio Interfaces In Linux
Audio routing bliss without all the overhead Continue reading on Better Programming »
MVVM in Jetpack Compose (Part 4)
We are going to learn about how to apply MVVM to Jetpack Compose You can find the previous article about Jetpack Compose tutorial here: A Glimpse Into Jetpack Compose by Building an App Layouting in Jetpack Compose Navigation in…
3 Things To Know Before Building a Multi-Tenant Serverless App
A multi-tenant application is a complex piece of software that could end in disaster if not built with these things in mind Continue reading on Better Programming »
Implementing Snowflake Algorithm in Golang
Snowflake in action Photo by Aaron Burden on Unsplash The background of the snowflake algorithm is, of course, the demand for unique ID generation in the high concurrency environment of Twitter. Thanks to Twitter’s internal technology, the snowflake…
How To Use Control Structures in Elixir
How to use case, cond, if, and unless in Elixir Continue reading on Better Programming »
Error handling with TinyGo WASM
My approach to handling errors Photo by Michael Geiger on Unsplash Error handling “is the process comprised of anticipation, detection, and resolution of application errors, programming errors or communication errors.” In essence, it’s the process of designing…
Constructive Code Conflict
Lean in and embrace the chance to learn and get better. Constructive Code Conflict was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
Dissecting Rust Traits to Learn Their Secrets
We’ll break down the Add trait to learn how it implements all the trait tools to provide all that flexibility Dissecting Rust Traits to Learn Their Secrets was originally published in Better Programming on Medium,…
Does Variable Name Length Affect Python Code Speed?
A deep dive into Python internals to find out how size matters Continue reading on Better Programming »
Localise Your Go App With Package Text
Build your app to reach the world Localise Your Go App With Package Text was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.
How To Respond When an Employee Quits
Goodbyes are not forever. Goodbyes are not the end. They simply mean I’ll miss you until we meet again! Continue reading on Better Programming »
Understanding Partial Indexing
When and how to use partial indexing Understanding Partial Indexing was originally published in Better Programming on Medium, where people are continuing the conversation by highlighting and responding to this story.