Extra Fundamentals
Interesting things to learn on your semester break
Hey university students, want to learn some interesting tools and technologies during your semester break? Here's a list
Things that a typical computer science / information system education doesn't teach you.
Extra Fundamentals
Hey university students, want to learn some interesting tools and technologies during your semester break? Here's a list
Computer Science
For the past week, I found many CLI replacements for GUI tools that I no longer enjoy.
The Angsana Series
Babel is a compiler. Babel is a transpiler. Babel is a piece of software that helps developers write modern JavaScript without having to worry about compatibility with browsers.
Extra Fundamentals
This semester, I am doing a project with a couple of school mates, all of them new to web development. Here are some tools that I implemented to minimize time wasted on unnecessary annoyances.
Extra Fundamentals
These are some links related to version control for my school's project team to read through.
Web Development
In this post, I will explain some of the common developer vocabulary.
Extra Fundamentals
This post is a collection of bad practices from my school projects. You can read this to learn about bad practices or treat it as a comedy about the subpar standards displayed by some student developers.
Version Control with Git
This is a guide for learning how to use Git in a responsible way with multiple users. It will show how having different branches can help to simplify merge conflicts.
Extra Fundamentals
School curriculum often misses out on many crucial fundamental tools and concepts. This post is one of the many that helps to bridge that gap, starting with setting up and using an editor.
Web Development
How do different independent web services built on different platforms on the internet communicate with one another? They do it through many different types of protocols. Today, we will be talking about one of them, RESTful API.
Web Development
When you visit a website, your browser has to download the page as HTML or CSS or JavaScript files and render them into the web page you see. In this post, I will explain how the process works.