Neovim by kickstart.nvim on WSL2 Ubuntu
Neovim is a modern vi editor, the best one. The kickstart.nvim is the best approach to start use it at full capacity.
Software developer
The personal blog of software developer Alex Alekseichuk
Neovim is a modern vi editor, the best one. The kickstart.nvim is the best approach to start use it at full capacity.
There was a project for auto-selling and unlock items by SMS. I've designed electronic schema based on ESP32 and implemented Arduino Sketch to control it.
I implemented working prototype of Plinko game 2 months ago. I used popular phaser 3 framework with built-in physics.
Vim modes and keys are effective at line of plain text editing. Use Vim extension in VS Code to edit in the same way.
I found the Zebra Puzzle task. I implemented golang brute force program instead of truth table approach.
I've done simple bash script to get the titles of the man pages of a set of unix/linux CLI tools.
Code samples in the books are not so good, as should be in the books.
I've solved 3 pure test tasks in JavaScript for simple test few days ago. See the code.
I took a part in JS1024 contest several weeks ago. The goal is to implement some JavaScript application in 1kB.
In Linux I use ZSH + plugins. There are cool aliases for handling Docker images and containers. Try Lazydocker console tool for new experience.
Any front-end code should be provided for the browser in the compact (minified) form. Uglifyjs3 .
Criteria for better comments writing.
I'm hosting SPA demo application based on Nuxt on GitHub. But Jekyll engine ignores _nuxt/ dir because of leading underscore. There is the best workaround.
From time to time it needs to implement some CLI tool. There is the approach to wait for any key press, then exit the process.
I build complicated application by webpack+babel. It's important to exclude third party libraries loaded from node_modules.
I use vi/vim text editor for 30+ years, but only now found for myself Tabs as a its feature.
I like UML visual style to explain ideas. As I use GitLab, there is the best approach to have UML diagrams as a tool.
There is a workaround for the express framework to register common error handler before concrete routes handlers.
There is built-in enums in JavaScript. There is the best approach to define and use enums in JavaScript.
There are several services hosted by kubernetes cluster. How to obtain the ports they are available for client application?
I'm going to continue blogging for both self-promotion and self-improvement. I'm going to try new approach.