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...
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...
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...
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...
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...
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...
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...
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...
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...