Software Engineering Blog

K3d: A lightning fast and easy way to run k8s on your local machine

Kubernetes is one of the most popular container orchestration platforms in the world, and K3s is a lightweight version of Kubernetes that’s optimized for edge computing. If you’re looking to run a K3s cluster locally, you might want to consider using K3d, a tool that makes it incredibly easy to run K3s on your machine. In this article, we’ll discuss what K3d is, how it works, and why you might want to use it.

jenv: A Game Changer for Java Version Management

Have you ever found yourself in a situation where you need to run multiple Java applications, but each one requires a different version of Java? This can be a real pain, especially when you’re trying to switch between different projects or applications. But don’t worry, there’s a tool that can help you manage multiple Java versions on your system, and it’s called jenv! jenv is a simple and easy-to-use tool that allows you to manage multiple Java versions on your system.

coc.nvim – user-friendly code completion for vim

Code completions are a critical component of software development, providing developers with a faster and more efficient way to write code. They eliminate the need to manually type long, complex code snippets and provide a list of suggestions based on the syntax and context of the code being written. In the Vim text editor, code completions are a powerful feature that can greatly enhance the development experience. Popular code completions There are several popular code completion plugins for Vim, each with its own unique set of features and benefits.

Vimtutor. Getting started with Vim

Vimtutor is a fantastic starting point for anyone who wants to learn Vim. It’s user-friendly, interactive, and covers all the essentials of Vim in a way that’s easy to understand. By the time you complete Vimtutor, you’ll have a solid foundation in the basics of Vim, which you can then build upon as you continue to use the editor.