Beginner Typescript Resources

Get started with TypeScript using an article and a video

Hi there 👋🏽

Welcome to the fourth issue of the Kolade Dev Digest newsletter. Today I bring to you two resources with which you can learn Typescript, a cool date formatter library for your projects, and more…

Share this newsletter with your friends and family using the social icons on the top-right corner.

Last week, I built a callout component for my blog. If you’re wondering what a callout component is, it’s a visually distinct box for emphasizing important information like warnings, tips, notes, or errors.

I’m working on an article to show you how to build a callout component for your Astro blog or documentation site too. I will make it available on freeCodeCamp. So stay tuned.

I’m also working on the following:

  • an article detailing 10 practical examples of using DayJS in your JavaScript applications. It will be available on the OpenReplay blog.

  • an article on the JavaScript intersection observer API. It’ll be available on my blog.

  • two articles on how to format currencies in PHP and JavaScript. Both will be available on my blog.

Latest Posts From My Blog

Here are other articles I recently published:

And here are my two most popular articles:

Tech How to Articles of the Week

Here are some inspiring and helpful tech articles I found on the internet this past week:

YouTube Videos of the Week

Tech Tool of the Week

Day JS is a minimalistic date formatter for your JavaScript applications. DayJS is minimalistic, at the same time ridiculously easy to use.

If you’re still using the default JavaScript date object to display dates in a huge application, it’s time to drop it for Day JS.

If you’ve missed any of the previous issues, you can read any of the earlier editions.