95 followers
dev doing stuff
VSCode Tasks and Code Generation after Save · There are cases that you need to generate code in Dart to be relieved from writing a lot of boilerplate...
TL;DR Below is the .github/workflows/udeps.yaml file I have come up with: name: udeps on: [push, pull_request] jobs: Test: strategy: ...
How to not Enter A Password and Still Be Safe · I use 2FA wherever I can. One of them is Github. However, the problem with 2FA, at least for Github, is...
By default, Laravel uses in-memory SQLite database to run your tests doing database operations. You can confirm this by checking phpunit.xml in the...
End Result The end result is demonstrated below. Introduction I will talk about how you implement a camera in a top-down RPG game in Godot. Before...
NuShell is an alternative shell. It has many features that are pretty useful such as table as output, filtering the columns and rows or searching...