Skay
Skay's Blog

Skay's Blog

Follow
homeAbout Mebadgesnewsletter
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

What is Technical Debt?

Nov 28, 20208 min read 708 views

What is Technical Debt? I would like to simply define Technical debt as the actions taken by the engineering team to expedite delivery for a piece of...

What is Technical Debt?

How to provide estimates as a Junior Developer?

Nov 13, 20207 min read 2.4K views

Introduction I recently interacted with a friend who had just started out as a developer and she told me that she found it really hard to provide...

How to provide estimates as a Junior Developer?

Why work at a Startup and What to expect?

Nov 5, 202010 min read 473 views

Introduction This is an article based on my experience working with startups for 4+ years. I have previously worked with enterprises and product...

Why work at a Startup and What to expect?

Understanding Hoisting

Oct 12, 20205 min read 486 views

Introduction Before we talk about hoisting, I think it is important to understand how the JavaScript engine looks at the code, interprets, and runs...

Understanding Hoisting

What is Currying in JavaScript?

Oct 9, 20206 min read 473 views

Introduction In this article, we will first look at what first-class citizens and higher-order functions are to lay the foundation to explain...

What is Currying in JavaScript?

What are Git Hooks?

Sep 23, 20207 min read 1.6K views

Introduction In this article, we'll look at what Git Hooks are, why using Git Hooks are beneficial, and some practical examples of how to use them for...

What are Git Hooks?