Schweigi's Blog
  • Home
Sign in Subscribe

Angular

A collection of 3 posts
JS

A plugin API for your Angular app

You might wonder do I really need plugins for my Angular app? When building Angular-Gantt [https://github.com/angular-gantt/angular-gantt] we had the same thoughts. But we run into problems when our library got bigger and bigger. Not everyone needs all the functionality and certain users would like to have
23 Mar 2015 6 min read
Make your own Assembler simulator in JavaScript (Part 2)
JS

Make your own Assembler simulator in JavaScript (Part 2)

In part 1 [https://www.mschweighauser.com/make-your-own-assembler-simulator-in-javascript-part1/] we did create the CPU. In the second and final part, we gonna focus on the memory, console output, assembler and the UI. The memory We will use a simple array to represent the memory. Each slot contains a JavaScript numeric value.
16 Mar 2015 5 min read
Make your own Assembler simulator in JavaScript (Part 1)
JS

Make your own Assembler simulator in JavaScript (Part 1)

I always enjoy developing in assembler because it is fairly simple to learn, each command does exactly one thing and thus gives a good insight on how a computer operates. Nevertheless, it is possible to make sophisticated software and there is the problem of developing in assembler. It can get
08 Mar 2015 4 min read
Page 1 of 1
Schweigi's Blog © 2025
Powered by Ghost