blog.wajeshubham.inPostgreSQL Hosting on EC2: Configuring Automated S3 BackupsThe primary reason for hosting your database on EC2 is cost savings. At the time of writing this article, the most affordable/smallest RDS deployment costs approximately $20-$40 per month (depending on the usage). In contrast, you can utilize a t2.mi...Aug 10, 2023·9 min read
blog.wajeshubham.inUnderstand TypeScript GenericsIt is one of the most critical things in software development to create components that are not only well-defined and consistent but also reusable. Components that are capable of working on the data of today, as well as the data of tomorrow, will giv...Mar 9, 2023·17 min read
blog.wajeshubham.inAdvance TypeScript: Take Your Development to the Next LevelBy now, we've learned about most of the types and concepts in TypeScript that are vital when working with medium-to-complex applications. The goal of this article is to explore the more complex and advanced types and concepts used in TypeScript appli...Feb 27, 2023·15 min read
blog.wajeshubham.inInterfaces in TypeScriptLast article, we talked about TypeScript classes, how to use them effectively, and all of the fundamental concepts associated with them. In this article, we’ll create interfaces, learn how to use them, explore the differences between normal types and...Jan 26, 2023·13 min read
blog.wajeshubham.inClasses in TypeScriptLooking back to our last article, we covered Functions in TypeScript which gave us an idea about how Functions work, are structured and are implemented in TypeScript. In this article, we will discuss the syntax of creating classes, the different feat...Jan 23, 2023·18 min read