Add 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
Published inNerd 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
Well in that case, you can refer: https://www.youtube.com/watch?v=VS0zsXvDJ08&ab_channel=FireshipFeb 21, 2021Feb 21, 2021
InfluxDB 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
Testing 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
Getting 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
Deploying 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
Go 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
Go-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
Go-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
Go-Swagger: User Registration with MySql & GoGo has really gained a lot of momentum in the market. Combining Go with swagger using go-swagger, makes it a very powerful yet simple web…Aug 2, 2020Aug 2, 2020
Go-Swagger : Structuring & Implementing APIsIn my previous article, I have provided an introduction to go-swagger. I covered on how to setup a project and create an endpoint using…Jul 20, 2020Jul 20, 2020
Go-Swagger : A Go Web Framework Worth LearningIn this modern world of software development, we are seeing more rapid development of applications than ever before. In this race of…Jul 19, 2020Jul 19, 2020
Continuous Deployment of Angular App on Google App Engine with GitIn today’s world of automation, wouldn’t it be fun to have an integration where our changes in git repo is automatically being deployed to…May 29, 20201May 29, 20201
ForRoot() & InjectionToken() in action — AngularIn Angular there are some of the concepts which are often overlooked. forRoot() and InjectionToken() are among such topics which are…Dec 23, 20192Dec 23, 20192
Testing Angular Component with TemplateRef as “@Input()”Unit testing of a component is one of the best practices which Angular has incorporated. It’s significance can be seen from the fact that…Jul 21, 20192Jul 21, 20192
Moral obligation of being a DeveloperNow a days, when every field that we know of is associated with Software, it has created a ton of job opportunities in the Software…May 4, 2019May 4, 2019
Understanding XSS and preventing it using Pure JavaScriptCross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to…Apr 20, 20191Apr 20, 20191
Taking Code Coverage to Newer Heights with Ease — Angular & Karma — VS CodeOften while developing an Angular application, we get so lost in writing Unit tests that we forget to check if we are Over-doing it Or if…Apr 4, 2019Apr 4, 2019
Testing Services in Angular — KarmaIn my previous article, I have explained the fundamentals of Unit testing and how Karma-Jasmine works together to achieve this goal. I…Apr 4, 20193Apr 4, 20193