|
You are here |
andre.arko.net | ||
| | | | |
www.ramblingcode.dev
|
|
| | | | | Collection of bite-sized posts and projects on web development - focusing mainly on Ruby, Linux and Javascript. | |
| | | | |
www.rasulkireev.com
|
|
| | | | | Poetry is relatively new packaging and dependency manager. It makes it very easy to upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive into how Poetry works and all its features. Today I just want to focus on how to configure it for a Django project. | |
| | | | |
adol.pw
|
|
| | | | | [AI summary] The post explains how to set up an isolated Ruby environment using RVM for Jekyll development to avoid conflicts with system Ruby and ensure consistent gem dependencies. | |
| | | | |
ericlathrop.com
|
|
| | | One of my favorite parts of Git is how it lets you fix your mistakes. One mistake I needed to fix a few times in the last year was having two separate repositories, when they ought to be a single respository. I will present commands to merge a child repository into a parent respository as a subdirectory. The new child repository subdirectory will preserve its history and look like it was always part of the parent repository. | ||