Skay
Skay's Blog

Skay's Blog

Follow
homeAbout Mebadgesnewsletter
Tag

100DaysOfCode

#100daysofcode

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?

A Detailed overview of NPM, Registry, CLI & it's related Components

Nov 2, 202015 min read 745 views

Introduction In this article, we will look at an overview of what NPM is. When we usually run 'npm install', we know that certain packages are being...

A Detailed overview of NPM, Registry, CLI & it's related Components

The React Ecosystem

Oct 30, 20208 min read 1.5K views

Introduction When I started learning React, there was a huge debate on whether React is a library or a framework. While I assumed React to be a...

The React Ecosystem

Why you should choose to learn 'React'?

Oct 27, 20206 min read 1.9K views

Introduction I have been working with the React library for a while now and the more I understand it, the more I'm in awe of the library. In this...

Why you should choose to learn 'React'?

Async/Await in JavaScript Explained

Oct 24, 20209 min read 1.8K views

Introduction I have previously written articles on Callback & Promises which I recommend you read first to understand the absolute fundamentals of...

Async/Await in JavaScript Explained