Skip to main content

Comparing scrum vs shape-up as a developer

· 7 min read
D Balaji
Lead Design Technologist

meeting

On my first dev job around a decade ago, I worked as an agile team member. Ever since every project I worked on used some variant of scrum framework like agile, broken agile, pseudo agile, etc. There is a new kid in the block called shape up which also talks about executing projects with a team. Here are some differences and similarities between scrum and shape-up.

How to give a talk about a tech book in front of people

· 5 min read
D Balaji
Lead Design Technologist

Some alt text

As a passionate reader, I find myself describing the book in brief passionately to my friends. I went on to give multiple book talks in the library. In this post, I put a checklist on the steps to prepare and deliver wonderful book talks at library/community events or on Youtube.

Backing up amazon kindle books & understanding DRM

· 3 min read
D Balaji
Lead Design Technologist

Amazon kindle books

What is amazon kindle & how it stores ebooks

Kindle is an ebook reading device with a browser and other capabilities. The kindle differs from tablets in one thing, i.e. the screen of the kindle is easy on your eyes so you can read for long hours without straining your eyes.

You can download books to kindle and they are available offline. The download happens through 2 modes.

  1. Through wifi, direct download to kindle

  2. Through USB transfer, the book can be downloaded from the amazon site and sideloaded.

Amazon has its ebook format (AWZ3) in which the book gets downloaded to the device and is locked with DRM.

Must know terminal commands before touching production servers

· 7 min read
D Balaji
Lead Design Technologist

ls command

I use windows 10 on a day to day basis. My colleagues and friends use windows too. The problem starts when the GUI disappears and we just have SSH access to the production boxes. On a production machine, running one wrong Unix/Linux command could risk your job. Here I am compiling the must know Unix/Linux commands keeping in mind the deployment and operations related tasks.

Publishing my first npm package

· 3 min read
D Balaji
Lead Design Technologist

starting my first npm package

How does anyone know if their customer got any JS errors/application crashes? How does the operations team know about the crash before the customer screams on email/social media? Finding an answer to this question led to the building of my first npm package.