# Scientific Coding
The how is what you needed most for getting anything done. But in order to connect the dots, you must collectively consider the why. Years of experience often be one of the most gauge when it comes…
The how is what you needed most for getting anything done. But in order to connect the dots, you must collectively consider the why. Years of experience often be one of the most gauge when it comes…
In the world of frontend development, simplicity is often overlooked in favor of the latest and trendiest technologies. As developers, we’re bombarded with new libraries, frameworks, and tools that…
There has been a significant push from online courses, influencers, and governments promoting the idea that everyone should learn to code. The push is fueled by the booming popularity of online…
Authentication is one of the hardest thing to do. Even when almost every application that you need to implement nowadays (Client-To-Server), needs an authentication system. Today, I’m going to debunk…
Recently, I’ve stumbled across the newer languages and frameworks that are prevalent and expected by the dev community to be the future of backend. I tried Rust tokio-rs/axum the framework way and…
Docker has revolutionized the way we develop, package, and deploy applications. It provides a way to run applications isolated in containers, which are lightweight and include everything needed to…