profile picture

2 pages tagged with "c"

Modern C++ on Arduino

August 03, 2021 - 465 words - 3 mins
Embedded programming is always different with regular high-level programming with humanlike APIs--they tend to be closer to the metal, and less easy for humans to read. However, recent developments of the C++ has some convenient features which you can use with Arduino--one of the most popular embedd… read more

How to Create REST API with ASP.NET Core and Entity Framework + MySQL

August 14, 2021 - 2542 words - 13 mins
ASP.NET Core has gained traction throughout the years, and it has become #1 most loved web framework according to the GitHub developer survey 2020. One of the things you can make with ASP.NET Core is a REST API, along with other things like MVC web app, server rendered view with Razor template--simi… read more