Cryptography: Types of Encryption-Decryption

30 May 2020 — Written by Bharat
#notes

Short notes about: types of encryption-decryption in cryptography, mainly: symmetric, asymmetric and hybrid methods of encryption and decryption.

Read more →

`next` related gotcha in Ruby on Rails

22 February 2020 — Written by Bharat
#ruby#backend

You are a backend developer. You build with Ruby On Rails. You think you understand it well. Until one day, when you use `next` inside a loop, inside a transaction.

Read more →

Free & simple Netlify forms for your frontend site

26 January 2020 — Written by Bharat
#frontend

You are a frontend developer, in love with your beautiful site that you created yourself and deployed to Netlify. Now you want to add a 'contact me' section to it, but don’t want to deal with backend development..

Read more →

Copy text to clipboard using [Vanilla] JavaScript

17 October 2017 — Written by Bharat
#javascript#frontend

A simple function to copy any text to clipboard using vanilla javascript, that is, without any dependencies.

Read more →