
Karthikeyan
@imkarthikeyans
Passionate about tech and lifelong learner


My Journey into technology
Written by Karthikeyan
Hello everyone, I will be sharing with you , my journey towards technology and how I became a developer. Quick intro about me before getting started. ``` { name: "Karthikeyan Shanmu...


How to sign your Github Commits ?
Written by Karthikeyan
In this blog , we are going to see how we can sign your Github commits and get the verified sign when you commit your code. 

Getting Started with Index signatures
Written by Karthikeyan
In this blog post we will be learning about a concept in typescript - Index signatures. ## What is **Index Signatures :** Index signature is used to represent the type of object/dictionar...


Resources to practice web development
Written by Karthikeyan
> Excellence is not an art. It is the habit of practice — Aristotle > Best way to be good at any piece of tech is to practice it. In order to practice the tech , you need challenges , idea...


Quick Guide to Closures In Javascript
Written by Karthikeyan
In this blog, I will be explaining one of the important features of JS which is `Closures` and why we need them. So let's dive in. ## Closures? Understanding Closure will help in underst...


My VS Code setup
Written by Karthikeyan
In this blog post I will be sharing my VS Code set up i,.e themes and extensions.  # Themes One-dark-pro: I am curre...