.NET Core How to publish a message to a facebook page using a dotnet console application March 12, 2019 Create a never-expiring Facebook token and use it to publish a message to Facebook using Graph API from a C# console application.
.NET Core Twitter standard search API with C# and dotnet core February 21, 2019 C# console application that will make use of Twitter API to retrieve user replies for public tweets of a public account
.NET Core Nginx Building a digital calendar with ASP.NET Core and Raspberry Pi February 9, 2019 Raspberry Pi web app, which starts in full screen and shows a monthly calendar, events, holidays and birthdays, weather and images from google drive
.NET Core MySQL Ubuntu Automated MySql backup and upload in Dropbox using Ubuntu cronjobs and dotnet core January 5, 2019 How to schedule a cronjob command in Ubuntu to backup MySQL database, and then use a .NET Core console app to upload this file in a Dropbox account.
.NET Core Angular PWA Building a Progressive Web Application (PWA) with Angular 7 December 28, 2018 How to build a complete working progressive web app (PWA) with angular 7, and extend this app to support POST and PUT request methods
.NET Core MySQL Nginx Ubuntu Deploy and host Asp.Net Core on Ubuntu with Nginx and MySql December 25, 2018 This is a step by step guide on deployment and hosting process of an ASP.NET Core MVC app on Ubuntu server with Nginx proxy.
Nginx Ubuntu Steps to be taken for securing your application hosted in Ubuntu server with Nginx December 21, 2018 A startup guide to secure your Ubuntu server with Nginx. Basic security tools available like ufw and fail2ban. Demo of a custom fail2ban action.
.NET Core Google Analytics Read page view information from Google Analytics API using .Net Core December 19, 2018 Step by step example on how to get most viewed pages from google analytics using a dot net core console application.