import idea

import idea

Follow
homeProgrammingMachine learningToolsExpress IdeasAbout Me

Working with Avro file format in Python the right way

Dec 19, 20222 min read 475 views

Here are some quick helpful tips for using Avro file format correctly in python. Note: I am asumming you familair with Apache Avro file format, its...

Working with Avro file format in Python the right way

How to supercharge your config to make it truly environment agnostic

Dec 13, 20226 min read 359 views

Best practices to design configs/settings to be environment agnostic which will allow running the same code locally or in DEV or QA or UAT or PROD ยท...

How to supercharge your config to make it truly environment agnostic

The practical guide to write useful comments

Jun 19, 20227 min read 118 views

This is a practical guide for writing good & helpful comments, the ability to tag & navigate them and how to automate them. ยท 1. The Need I don't think...

The practical guide to write useful comments

How to SSH login password free from Windows, Linux, Mac

Feb 1, 20221 min read 238 views

It's very painful and annoying to always provide password for ssh login. But it can be fixed by auto password functionality of ssh ยท 1. Linux OS & MAC...

How to SSH login password free from Windows, Linux, Mac

How to merge a specific directory or file in Git

Sep 27, 20211 min read 2.3K views

Think of the following scenarios: There might be two branches with active development and one of the branch needs some specific (updated) file or...

How to merge a specific directory or file in Git

The Ultimate VS Code setup guide ๐Ÿฑโ€๐Ÿ’ป

Sep 26, 202113 min read 1.1K views

The most complete visual studio setup to supercharged python development ๐Ÿ, git management, boost productivity, theme & tips. ยท The key factor for...

The Ultimate VS Code setup guide ๐Ÿฑโ€๐Ÿ’ป