VS Code: Keep Editors Open
When you click a file in VS Code, it will open in a new tab. If you click another file, it will open in the… Read More »VS Code: Keep Editors Open
Disable All CSS on a Page with JavaScript
Let’s say you want to verify the order in which the content is displayed, or you want to test the accessibility of a page when… Read More »Disable All CSS on a Page with JavaScript
Detect CAPS LOCK with JavaScript
Sometimes it’s possible to have Caps Lock on without realizing it. It’s even more frustrating when this happens while creating a password. That’s why some… Read More »Detect CAPS LOCK with JavaScript
VS Code: Locked Scrolling
Find out how to synchronize scrolling across the editors to scroll them at the same time.
VS Code: Hide Indent Lines in Explorer
In this post, I will show you how to hide the indent lines in the folders explorer. Let’s get started! The Setting Press down CTRL… Read More »VS Code: Hide Indent Lines in Explorer
Disable Scroll Beyond Last Line in VS Code
By default, VS Code allows you to scroll beyond the last line. If you don’t like this and you want to turn this feature off… Read More »Disable Scroll Beyond Last Line in VS Code
Use Emoji as Cursor — CSS Tutorial
Did you know you can use an emoji as the cursor? Place the cursor in the CodePen window below to try it out: See the… Read More »Use Emoji as Cursor — CSS Tutorial
VS Code — Read Only Files
Many applications include generated files under folders such as vendor, node_modules or OpenAPI data models or schemas. You should not edit those files manually. But… Read More »VS Code — Read Only Files
Models & Application Code in Migrations – Good or Bad?
In this post, we’re going to take a quick look at whether it’s a good or bad idea to use Eloquent Models and application code… Read More »Models & Application Code in Migrations – Good or Bad?