◄ Back

Blogs

What Is GraphQL

GraphQL is a new data API developed by Facebook. It can be added directly to your existing databases and provides a clear way to request data. For example, if you want everyone’s name in the …

What is MOSS and How to Use It

If you are a computer science teacher or professor, one of the problems you might have is when your students copy code from each other. Or if you are investigating someone’s code and you want a …

WSL2: WSL but better

the new WSL(Windows Subsystem Linux) is a nice tool for developers to test and develop projects on a simulated Linux kernel on Windows without running a full VM. Doing so has many advantages such as …