Sampath Balivada
Sampath Balivada

Sampath Balivada

Follow
homeClean CodeNand2Tetrisnewsletter
Tag

Computer Science

#computer-science

More content

Read more stories on Hashnode


Articles with this tag

Understanding and implementing Bezier Curves using HTML Canvas and Javascript

Dec 21, 20215 min read

import { curves } from "bezier-curves"; · TLDR; 2 weeks ago, I saw a video by Fireship titled "WTF is a Bézier Curve?" and realized Bezier curves are...

Understanding and implementing Bezier Curves using HTML Canvas and Javascript

Virtual Machines - Nand2Tetris

Nov 15, 20213 min read

The Universal Translators. · Note that, as per Wikipedia, we are now talking about Process Virtual Machines and not System Virtual Machines. Although,...

Virtual Machines - Nand2Tetris

Assemblers - Nand2Tetris

Nov 4, 20212 min read

"Avengers... Assemble". Or more like "Symbols... Assemble" · Some of the quotes and information are part of the Nand2Tetris course available on...

Assemblers - Nand2Tetris

Game Consoles and Oscillators - Nand2Tetris

Nov 4, 20212 min read

Extra Bits from the internet. · Extra Bits of information related to the course that I found interesting. Game Consoles Remember those game consoles that...

Game Consoles and Oscillators - Nand2Tetris

Harvard and von Neumann Architecture - Nand2Tetris

Nov 4, 20212 min read

There's a subtle difference. · Some of the quotes and information are part of the Nand2Tetris course available on Coursera. von Neumann...

Harvard and von Neumann Architecture - Nand2Tetris

Handling I/O - Nand2Tetris

Oct 27, 20212 min read

The computer senses your touch but how does it realize it? · Some of the quotes and information are part of the Nand2Tetris course available on...

Handling I/O - Nand2Tetris