© 2023 Hashnode
#lua
What is rate limiting? Imagine someone making a request to an API. Now, let's say there are many requests coming in from different people or applications, and the server that handles these requests ge…
I. Giới thiệu về Redis Redis là một hệ thống quản lý cơ sở dữ liệu key-value in-memory mã nguồn mở. Tên gốc của Redis là "Remote Dictionary Server", nhưng hiện nay nó đã được phát triển thành một hệ t…
I will be formatting the devlog titles like-so: v0.0.0 | title. The first half will describe the game's current version/state with the second half being the title of the post. Welcome to the first en…
The Lua programming language is a language used in Neovim as an alternative to the classic VIM Script language. The purpose of using Lua language is different from classical VIM Script, it is preferre…
I have been using vim motions with vscode for about a year now. Recently I switched to Neovim for my editor. This is my configuration for Neovim. I also use Tmux with Neovim but I will cover it in ano…
In a future cyberpunk world, a young hacker named Nyah was always on the lookout for new ways to express her creativity and push the boundaries of technology. She was always on the lookout for new too…
Neovim is a powerful and highly customizable text editor that is well-suited for a wide range of programming and text editing tasks. If you are looking for a fast and reliable text editor, Neovim is d…
Have you been wanting to write your own neovim configuration in Lua, or translate your old vimrc? If the answer is yes, you're in the right place. In this article, I'm going to tell you everything you…
Hello. I've decided to try something for the game I'm developing. The game is a long-running online solo/coop space strategy game with resource balancing and 4x elements, but that's not the subject of…
Last week at the end of that article I mentioned that I was working on a game in order to explore LÖVE. That game is called Beathoven. It is a rhythm game based on the remix sound of the 5th symphony …