import idea

import idea

Follow
homeProgrammingMachine learningToolsExpress IdeasAbout Me
Series

Express Ideas

Small & self-contained tips that can help in many larger context. This is my attempt to help you out & shed some light on express ideas that helped me because it's just an idea that all you need ๐Ÿ’ก.

Articles in this series

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

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

Feb 1, 20221 min read 239 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

Working with Avro file format in Python the right way

Dec 19, 20222 min read 477 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