Collava for Developers
Created by collava

dev tools
how-to
use-case

QR Code
Collava for Developers

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
 This is the collection of Otto, the developer. We will show as an example of how to use Collava. 

Otto is a young developer that needs gather a lot of code snippets, websites with the late trends in development and also forums and other tools he can use to perform his work.
how-to
use-case
otto-developer
QR Code
How to use Collava - Otto, the developer

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
NeoVim
Best editor ever, it is so configurable and you move so fast when you finish learning! Some people even call it an IDE ... I know what a tragedy
https://neovim.io/

Zed
For those who can't handle NeoVim, nothing beats Zed, fast as fuck and amazing developers behind it.
https://zed.dev/

LazyGit
Fantastical GUI for working with git in the terminal
https://github.com/jesseduffield/lazygit

LazyDocker
Same as LazyGit, but to work with Docker containers
https://github.com/jesseduffield/lazydocker

OrbStack
Docker for desktop is SLOW and frustrating, I like OrbStack way more.
OrbStack is the fast, light, and easy way to run Docker containers and Linux. Develop at lightspeed with our Docker Desktop alternative.
https://orbstack.dev

Mise
Version control for any tool on your stack, like ASDF but supports basically anything. Can't live without it.
https://mise.jdx.dev/

Httpie
Api requests, has a desktop and cli app.
https://httpie.io/

Wezterm
Terminal app with multiplexer capabilities
https://wezfurlong.org/wezterm/

DBGate
Database client
https://dbgate.org/

Firefox Developer Edition
https://www.mozilla.org/nl/firefox/developer/
development-tools
editor
dbgate
firefox
wezterm
httpie
api-client
mise
package-manager
orbstack
docker
nvim
neovim
zed
lazygit
lazydocker
QR Code
Top 10 free tools that I love as a developer

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
dot-files
nvchad
astrovim
neovim
nvim
lunarvim
lazyvim
QR Code
Best Neovim Links

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
Preview for Top Programming Languages to Learn in 2024 (For High-paying Jobs)
how-to
use-case
otto-developer
QR Code
Top Programming Languages to Learn in 2024 (For High-paying Jobs)

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
HTML
<div class="border">Some text</div>

CSS
.border {
  height: 100px;
  width: 200px;
  background: linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(90deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%), linear-gradient(0deg, blue 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 10px;
  animation: border-dance 4s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }
  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}


how-to
use-case
otto-developer
QR Code
Dashed Board Animated

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
how-to
use-case
otto-developer
QR Code
Sites to learn programming for free

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
how-to
use-case
otto-developer
QR Code
App Frameworks

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
how-to
use-case
otto-developer
QR Code
CSS Frameworks

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!
how-to
use-case
otto-developer
QR Code
Coding Challenges

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!

https://dotfyle.com/this-week-in-neovim

This Week in Neovim: Stay Up-to-Date

The world of Neovim is constantly evolving, with new features, plugins, and updates being released regularly. Staying on top of these changes can be challenging, but it's essential for developers who want to leverage the full potential of this powerful editor. That's where 'This Week in Neovim' comes in. This weekly roundup provides a concise overview of the most important happenings in the Neovim ecosystem, ensuring you're always in the loop.

What You'll Find in This Week in Neovim

Each week, 'This Week in Neovim' covers a range of topics, including:

  • New Releases: We highlight the latest Neovim releases, outlining the key changes and improvements. This allows you to quickly understand what's new and how it might impact your workflow.
  • Plugin Spotlight: We feature noteworthy plugins that enhance the Neovim experience. These plugins can cover a wide range of functionalities, from code completion and debugging to project management and version control.
  • Community Highlights: We celebrate the contributions of the vibrant Neovim community. This includes showcasing user-submitted projects, tutorials, and discussions that demonstrate the power and versatility of Neovim.
  • Tips and Tricks: We share practical tips and tricks that can help you become a more efficient Neovim user. These insights often come from experienced developers who have discovered clever ways to utilize Neovim's features.

Why 'This Week in Neovim' Matters

Staying informed about Neovim developments is crucial for several reasons:

  • Enhanced Productivity: By leveraging new features and plugins, you can streamline your workflow and boost your productivity.
  • Improved Code Quality: Neovim's powerful features, such as syntax highlighting, code completion, and linting, can help you write cleaner and more maintainable code.
  • Expanded Skillset: Exploring the latest Neovim advancements can expand your knowledge and skillset as a developer.
  • Community Engagement: Participating in the Neovim community through discussions, contributions, and sharing your experiences fosters a collaborative and supportive environment.

Ready to dive into the world of Neovim? Check out the latest edition of 'This Week in Neovim' at https://dotfyle.com/this-week-in-neovim and stay ahead of the curve.

Mastering Neovim: A Journey of Continuous Learning

Neovim is a constantly evolving editor, with new features and improvements being added regularly. This means that mastering Neovim is a journey of continuous learning.

However, the rewards of this journey are significant. Neovim offers unparalleled customization and flexibility, allowing you to tailor your editing experience to your specific needs. It also boasts a vibrant and supportive community, always ready to help you along the way.

To truly unlock the potential of Neovim, it's essential to embrace the learning process. This involves exploring its extensive documentation, experimenting with different plugins and configurations, and engaging with the community.

Remember, the key to mastering Neovim is to be curious, persistent, and open to learning. By embracing this mindset, you can transform Neovim from a simple text editor into a powerful tool that elevates your development workflow.

neovim
news
otto-developer
how-to
use-case
neovim updates
neovim news
QR Code
This Week in Neovim | Neovim news

You can show this QR Code to a friend or ask them to scan directly on your screen!

Thanks for sharing! 🫶

The url for this was also copied to your clipboard!