LATEST STORIES
Create a minimal API with ASP.NET Core – Part 1
Let´s go through this tutorial and create a minimal API that doesn´t use controllers. First check that you have vscode, .net sdk and C# for vscode. Check your sdk version by typing dotnet –info. Create a new .net core web project and open the folder in vscode. This asp.net web app serves http pages and…
Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course) – Part 2
So keeping up the same schema it´s all about continuing creating chips. Let’s focus on the OR chip. Remember that by now we have made NAND Chip (already done in the program) and NOT as well as AND. You can check the gates using a logic gate simulator. Logic Gate Simulator | Academo.org – Free,…
Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course) – Part 1
So I decided to take upon myself this course from Coursera. I’ve looked at the book for a long time but not really taken the plunge. So here goes. First and foremost we need Java and the files. Next there are some terminology you should learn. The hardware simulator takes in the HDL programming file…