gemfile| bundler.io
Longer-term considerations about recently announced changes at Cloudflare.| www.brycewray.com
The article describes setting up a CI/CD pipeline using GitLab, VS Code, and Docker for projects involving various microcontrollers like Raspberry Pi Pico-W, ESP32, and NXP K22FX512. It outlines th…| MCU on Eclipse
Better late than never! This idiom is probably the best way to describe the functionality we’ll introduce in this article, specifically, support for workspaces in IntelliJ IDEA. Intro In a nutsh| The JetBrains Blog
The one where I remove my content from GitHub| dbushell.com
A while ago, I built a system-tray application in Rust to notify me of new e-mail called buzz. It was working fine, but every now and again, it would fail to connect to the mail server on boot if it started before my network connection was up. Sounds easy enough to fix, so I just added a loop around my connect (even made it have exponential backoff!) and considered the issue dealt with.| thesquareplanet.com
.. in which we look at how to manage the versions of packages used by a Racket application, and ensure that the correct package versions are used when building the application....| alex-hhh.github.io
This post describes how to set up a blog using Hugo, an open-source static site generator. The blog is hosted on GitHub Pages, a web hosting service offered by GitHub. The Travis CI continuous integration service is used to deploy changes to the blog. This post is based on Artem Sidorenko’s article Hugo on GitHub Pages with Travis CI. Contents Overview Installing Hugo Setting up the blog repository Setting up the github.| cjolowicz.github.io
I love decoupling. This makes the project maintaining easier. We have 2 main ways to do it: Git submodules. This is a good conception but sometimes very confusable. Also, you must commit updates in parent project for each submodule changing. Packaging. I think this solution is better because you already use many packages in your project. You can easily package your project and explain this concept to any junior. This article about creating python package without pain.| blog.orsinium.dev
Vim 8 added a native way to load third-party packages. This means, for me at least, there is no longer any need to use a third party plugin helper like Pathogen.| George Ornbo
How I built Yax.com. The worklog from July 2020.| blog.yax.com
FOSS • Linux • Programming| blog.orhun.dev
Bundling dependencies is undeservedly frowned upon. Lets explore how to do it reasonably. Update: Zig's package manager will support it a reasonable mode of bundling dependencies!| jakstys.lt
How we're managing, evolving, and sharing Protobuf schemas across several services and programming languages.| andrealeopardi.com