January: What you may have missed?
In January, I have begun a new series called "Typescript" in which I cover the fundamental concepts of the language. Some parts of the series have already been released. Let's take a look at them.
Typescript: Introduction
In this article, you’ll about What is Typescript? What does it do? Installation process. After reading this article you will have a little bit idea of what is Typescript.
Typescript: Types
In this article, you’ll learn about how can you use typescript to make sure that variable type is secure and no other value can manipulate that variable. For example: string value cannot be assigned to a numeric variable.
Typescript: Functions
In this article, you’ll learn about How you can use typescript in functions. And How to restrict the function to take different types of values than define parameters. It will be a basic introduction to functions as we go in-depth in this series you will learn so much more about functions such as How you can use Type Aliases or Interface to define custom types for Functions.
Typescript: Type Aliases and Union
In this article, you will learn about Type Aliases and how you can define your own types in typescript and use that in functions or classes as well. Along with Type Aliases, I have also explained how you can use Union to create multiple type variables which means that one variable can have multiple types at once.
CSS Battle: #17 - Fidget Spinner
Problem
Solution:
* {
background: #09042a;
margin: 60 55;
}
* > * {
width: 60;
height: 60;
border-radius: 1in;
color: #09042a;
box-shadow: 0 0 0 10px #e78481,
120px 0,
120px 0 0 10px #e78481,
60px -53px #f5bb9c,
60px -53px 0 10px,
60px 53px #f5bb9c,
60px 53px 0 10px,
60px 0 0 5px #e78481;
}
10 Best Developer Swags for 2023
My fellow developers, This article will be a little different because in this article I will share 10 swags that you can buy for 2023. As we already know people like developer swag (I'm one of them).
How to use Google Analytics Data API
In this article, I am going to walk you through that how you Google Analytics Data API to fetch data from Google Analytics in the simplest way I can. After reading this article you'll be able to use this in your project with ease.
In my portfolio, I have just implemented Google Analytics Data API so that I can show how many people have visited this site in the last 7 days. As my Portfolio is already using Google Analytics to track user visits. I just need to use its API to fetch that data.
Whose side are you on?
I just conducted a poll on twitter about Tailwind CSS vs CSS. The results are as follows:
Chrome Extensions of the Month - January 2023
I have selected some of the best extensions you need to install this month for better productivity that can come in very handy for you. I have personally used all the above extensions and from my experience, every extension is worth installing.