Shashank VivekAdd Batman in Your VS CodeAs a Software Developer, it is not always about writing code. We also share a passion to personalize our workstations and development…Sep 8, 20211Sep 8, 20211
Shashank VivekinNerd For TechA Smart Angular Spinner - Scoping on App as well as ComponentCreating spinner components in Angular is done in almost all web apps. The 1st rule of thumb is to avoid Spinners as much as we can. There…Apr 11, 2021Apr 11, 2021
Shashank VivekWell in that case, you can refer: https://www.youtube.com/watch?v=VS0zsXvDJ08&ab_channel=FireshipFeb 21, 2021Feb 21, 2021
Shashank VivekInfluxDB 2.X — A quick hands-on intro to timeseries DBIn today’s world where data is the new oil, we are often lured into collecting all forms of data. Once we have those data, the next step…Jan 10, 2021Jan 10, 2021
Shashank VivekTesting Input with `debounceTime` using `tick()`— Karma-Jasmine TestingIn the world of unit testing in Angular, use of tick() often remains mystery unless we stumble upon its use case. I will try to explain…Nov 26, 20201Nov 26, 20201
Shashank VivekGetting to know fixture.debugElement : Angular Unit TestingIn the Angular world of Unit testing, we often overlook some concepts unless we actually need them to serve specific purpose. After…Oct 17, 20201Oct 17, 20201
Shashank VivekDeploying a Go-swagger service using Google Kubernetes Engine (GKE)There are several ways to deploy a Go app on Google Cloud. You can use App Engine, GCE or GKE. In this tutorial, we’ll be focusing on GKE…Sep 14, 2020Sep 14, 2020
Shashank VivekGo lang: Defining Struct Methods With & Without PointersI started my backend career in Java. Coming from Java as an Object Oriented Language, I had a keen interest in knowing the object oriented…Aug 31, 2020Aug 31, 2020
Shashank VivekGo-Swagger : User Authentication & securing API using JWT — Part 2This article is the continuation of user authentication using JWT . In Part-1 of this article, we successfully generated a valid JWT token…Aug 13, 20201Aug 13, 20201
Shashank VivekGo-Swagger : User Authentication & securing API using JWT — Part 1In my previous article, I have explained on how to register a new user for a website. We saved our password securely using bcrypt into the…Aug 9, 2020Aug 9, 2020