- Kolade Dev Digest
- Posts
- Beginner Typescript Resources
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
Yesterday, I published an article on how to fix the annoying LCP warning in your Next.js applications.
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:
React Owner Components by React Training. 4-minute read.
12 Best JavaScript Animation Library by Vishal Yadav via Dev.to. 2-minute read.
Learn TypeScript – A Comprehensive Guide for Beginners by Isaiah Clifford Opoku via freeCodeCamp
YouTube Videos of the Week
What is :has in CSS? A few seconds YouTube short by Ania Kubow
The HTML Tags They NEVER Taught You 7 minutes YouTube video by Giodev
How to Build a WordPress Website in 2024? 2 hours 22 minutes YouTube video by Nayyar Sheikh
Learn Typescript – Full Tutorial 4 hours YouTube video by Hitesh Choudhary via freeCodeCamp
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.