JSJatin Sharmainhashnode.j471n.in·May 10, 2023 · 4 min readTypescript: InterfaceIn this article, you'll learn about what interface are and how to use them, along with the difference between type and interface. This article gives you a basic understanding of the interface. This is going to be a full series of typescript where yo...00
JSJatin Sharmainhashnode.j471n.in·Mar 12, 2023 · 3 min readTypescript: EnumsIn this article, you'll learn about what enums are and how you can use them in your projects. Enums, short for Enumerated Types. This is going to be a full series of typescript where you will learn from basic topics like string, boolean to more comp...00
JSJatin Sharmainhashnode.j471n.in·Feb 28, 2023 · 3 min readChrome Extensions of the Month - February 2023In this article, I will suggest to you some of the best extensions you need to install for better productivity that can come in very handy. So without further due, let's get into it. OSlash OSlash is a free, top-rated Text Expander and Custom Keyboar...01O
JSJatin Sharmainhashnode.j471n.in·Feb 11, 2023 · 6 min readOperating System and it's conceptsIn this article, I'll be explaining what is an operating system, its functions, types and services. What are kernel, shell and system calls? and what is CPU scheduling? This will be a short or brief introduction about each of the mentioned topics. Wh...00
JSJatin Sharmainhashnode.j471n.in·Feb 8, 2023 · 5 min readTypescript: Array & TuplesIn this article, We are going learn about how you can use type in Array and there is a special thing that is Read only Array. In which you can't manipulate the values. In addition, I'll talk about Tuples as well. How you can use it? This is going to...00