Tagged: Software

3

Geek’s way of Setting up EV Charger at Home

Most electric vehicles come with a charger that you can use at home. You will usually have single-phase, three-pin plugs rated at 6A/230V or 16A/230 V at home in India. They deliver roughly 1.2kW (kilo watts) and 3.3k, assuming 0.9 as the power factor, but it might be better than that. Introduction Most...

2

Tools for Effective Documentation

Over the years I have gathered a set of tools for effective documentation and communication. I use these tools to communicate on this blog, with my coworkers or anyone else that I want to share things with. Now that all of us are working remotely, they have become very important. I am listing my favorite ones here.

Zim Wiiki screenshot in my outliner mode 0

Outlining Your Notes with Zim Wiki

I have been using Zim Wiki for a long time now. Its my knowledge base. Very frequently I also use it as an outliner to take notes. This is an outline about that; written in Zim Wiki and exported as HTML. I have also attached a screenshot below. Outline is hierarchical text. Its...

0

How to be a Good Software Developer

Yesterday I spoke to students of NPTEL. The topic was “How to be a Good Software Developer”. It’s more like my advice to my younger self. The talk went on quite well except for few internet glitches. It was also special we because I was part of NPTEL’s engineering team at Google. I...

1

How to use DigDag Restful APIs to Trigger a Job

DigDag has been a tool of choice to run data workflows and some batch jobs at First Walkin Technologies. I liked DigDag from day one. Just like any Unix tool, It does a limited set of things but it does them quite well.  One of the things I really missed is to trigger...

3

Using SQLite with Libreoffice Base on Linux

I love SQLIte for its simplicity, portability and stability. Most of my personal projects use SQLite as the database. For most I suggest using DB Browser for SQLite (DB4S) project which has a great UI, is open source and cross-platform. But I still know some who like to use LibreOffice Base. LibreOffice is...