Explore >> Select a destination


You are here

blog.glcs.io
| | msfjarvis.dev
11.2 parsecs away

Travel
| | GitHub Actions is a power CI/CD platform that can do a lot more than your traditional CI systems. Heres some tips to get you started with exploring its true potential.
| | www.blog.pythonlibrary.org
13.1 parsecs away

Travel
| | When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,
| | www.stochasticlifestyle.com
10.6 parsecs away

Travel
| | Semantic versioning is great. If you don't know what it is, it's just a versioning scheme for software that goes MAJOR.MINOR.PATCH, where MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes That's all it is, but it's a pretty good system. If you see someone has updated their package from v3.2.0 to v3.2.1, then you know that you can just take that update because it's just a p...
| | nsirap.com
85.8 parsecs away

Travel
| This is my personnal journey about gaining skills for DevOps, it could give you some ideas to improvements your DevOps learning skills.