-
Understanding Cyclomatic Complexity - is it really worth it ?
Cyclomatic Complexity serves as a fundamental metric of code complexity and has well known usage in software testing and analyis. While it’s built on a sound and interesting graph-theory concept, it has fair share of problems associated with it.
-
Optimizing pod scheduling with Kubernetes Descheduling
I recently started working with Kubernetes Descheduler. Here, we’ll explore how to use it to balance pods and services running on Kubernetes in real world scenarios.
-
Embracing Scalability - A Guide to Microfrontends with Module Federation
Microfrontends, coupled with Module Federation, have emerged as a powerful architectural pattern, offering scalability and flexibility in frontend development. In this blog post, we’ll dive into the world of Microfrontends, explore the principles ...
-
Sia Cloud-Based Storage Development
Sia is the leading decentralized cloud storage platform. No signups, no servers, no trusted third parties. Sia leverages blockchain technology to create a data storage marketplace that is more robust and more affordable than traditional cloud stor...
-
Exploration of Bayesian Optimization and Gaussian Processes
Bayesian Optimization provides a principled technique based on Bayes Theorem to direct a search of a global optimization problem that is efficient and effective. Bayesian Optimization is often used in applied machine learning to tune the hyperpara...
-
Setting up Dell XPS 15 with Pop!_OS Distro
I’ve got a Dell XPS 15 9570 (16GB RAM, i7-8750H CPU) for work expecting it to have good support in Linux, considering other XPS laptops ship with Ubuntu.
-
MarkDown101 and how to use them in your webpages?
This post is a basic cheat-sheet on how to write a markdown based document with proper syntax and formatting. Markdown is an easy-to-remember which is just a lightweight markup language with plain text formatting syntax. We will also explore on ho...