Faster Python Dependency Management: Migrating from Poetry to Uv
This post describes my experience migrating from Poetry to UV (+Ruff) as my Python packaging and build framework.
This post describes my experience migrating from Poetry to UV (+Ruff) as my Python packaging and build framework.
In Python, you can use the in keyword to check if a value is present in a sequence (list, range, string, etc)…
In many multinational companies, Microsoft SQL Database Server is one of the three most deployed database systems. Its compatibility with other Microsoft Pro...
My daily workloads consist of data analytics stuffs like report generation automation and capturing node performance statistics, and some NetOps automation…..
This post will explain about how I am interfacing with Database using Python and Go.
This post will describe the workaround to solve an issue in Rust AWS SDK client dispatch on a slow network.
This post is about a Rust port of solution of an interesting brain teaser that I’ve solved a couple years ago using Scala…
In Python, you can use the in keyword to check if a value is present in a sequence (list, range, string, etc)…
Every sysadmin knows the following command chain to produce a hashed string….
This post will explain about how I am interfacing with Database using Python and Go.
In many multinational companies, Microsoft SQL Database Server is one of the three most deployed database systems. Its compatibility with other Microsoft Pro...
This post will explain about how I am interfacing with Database using Python and Go.
In many multinational companies, Microsoft SQL Database Server is one of the three most deployed database systems. Its compatibility with other Microsoft Pro...
This post is a summary of how I built a simple and automated JAR package build using AWS services…
I am in the middle of Jose Portilla’s highly entertaining Scala and Spark for Big Data and Machine Learning course in Udemy. …..
For me, 2020 was a dent in space-time continuum…
This post is a summary of how I built a simple and automated JAR package build using AWS services…
Every sysadmin knows the following command chain to produce a hashed string….
Since 2019 I’ve been using PySpark 2.4.4 for local big data development, and my system’s version of Python had moved from 3.6 into 3.8….
Sometimes, we want to push update of our projects to multiple repositories, in different SCM. In this post, I am sharing one of the ways to do that…