Computer Science
What happens when a Windows user tries to use as much CLI as possible
For the past week, I found many CLI replacements for GUI tools that I no longer enjoy.
This tag is an umbrella for all Computer Science Topics.
Computer Science
For the past week, I found many CLI replacements for GUI tools that I no longer enjoy.
General
I just spent the first half of 2021 working on various finance applications despite being a full time 3rd year computer science student.
Computer Science
In Computer Science, a promise represents the eventual completion of a operation. In JavaScript, it allows asynchronous execution of functions without blocking the main thread.
Computer Science
When you input the largest number your calculator can handle, and divide 1 by that number, you will get 0. Yes, you can get 0 from division in a budget scientific calculator. Let me explain how and why.
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.
General
I'm currently a Computer Science freshman at Nanyang Technological University in Singapore. While taking the first semester, I have gathered some reading materials that helped (or would have helped) me during my first semester.
General
Imagine a standardized environment across your macOS developers, Windows developers, your test and production servers. Introducing Containers.
General
As a Computer Science freshmen at NTU, I have to transit from my hobby of writing JavaScript to writing C. Here are some notes.