HI THERE!

Enjoy technology & code with step by step instructions
LATEST POSTS

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…

Implement task processing logic by using Azure Functions Part 3 – Create a function that’s triggered by an HTTP request
Now let’s create a new function inside our function project. Next create the code as instructed in the lab documents here. Now it’s time to test your local Azure Function! Run the command below and go to your function adress. In postman type the Function App url and content a message and watch your Functionapp…
Implement task processing logic by using Azure Functions Part 2 – Configure local Azure Functions project
Before you create your function make sure that you have enabled the Azure Functions extension in visual studio code. Create the functionapp and select dotnet Get the connectionstring for your azure storage Now go into your Azure functions project and change the storage account to your storage account connection string. Save and build In the…
Loading…
Something went wrong. Please refresh the page and/or try again.
You must be logged in to post a comment.