Vue.JS Learning Resources

2021-05-26
5 min read
In the time of information overload and rapid technological advancement, it is really hard to follow and try out all the interesting projects, articles and samples. Continue reading...
Blog Image

Browser Automation in Google Cloud with Puppeteer Sharp

2021-05-25
2 min read
Recently I worked on creating a web browser automation tool that needed to be hosted on Google Cloud Compute Engine. Currently, it is a .Net Core console app that uses the Puppeteer Sharp library to run a chrome headless browser. Compute Engine is a VM with Debian Linux OS with no graphical interface. Continue reading...
Blog Image

Wanna learn Algorithms and Data Structures? Here are the links...

2021-05-18
2 min read
I came across several requests asking what resources can be used to learn Algorithms and Data Structures. This topic teaches at formal Computer Science courses and may be presented in different languages. For those who want to learn in their own time and at their own pace see links below. Continue reading...
Blog Image

Python Learning Resources

2021-01-26
2 min read
In the time of information overload and rapid technology advancement it is really hard to follow and try out all the interesting projects, articles and samples. Continue reading...
Blog Image

Setup unit tests code coverage in VS Code for .Net Core projects

2020-10-25
5 min read
When working on the project, does not matter how big or small, having written unit tests, integration tests, it is like having safety net under you before walking the thin line of changing functionality. Code coverage reporting after running tests helps track how much of the production code is covered by tests. Continue reading...
Blog Image

Using AutoMapper & Heroic AutoMapper in .Net Core WebApi

2020-10-16
5 min read
AutoMapper is a library that helps to write clean code by removing need to explicitly map one object to another by hand. In this post I am going to discuss how to add AutoMapper to WebApi .Net Core project and use Heroic.AutoMapper to write cleaner mapping interfaces between objects. Continue reading...
Blog Image

How can I disable Chrome experimental option same-site-by-default-cookies in C# Selenium?

2020-09-02
1 min read
C# code snippet to add same-site-by-default-cookies option to Selenium ChromeOptions Continue reading...

How to change directory casing on github repository

2020-08-08
1 min read
In the time of information overload and rapid technology advancement it is really hard to follow and try out all the interesting projects, articles and samples. Continue reading...

Angular Learning Resources

2020-07-06
2 min read
In the time of information overload and rapid technology advancement it is really hard to follow and try out all the interesting projects, articles and samples. Continue reading...

Moving Blog? Why vuepress?

2020-06-01
2 min read
Why I decided to create my own blog. No, not completely from scratch... Continue reading...

Online coding playgrounds

2020-06-01
2 min read
Code playground is an online environment that allows you to write code, run it and share, collaborate with others. It allows you to try different technologies without the need to install required tools and libraries. Continue reading...
Blog Image