Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/programming_writings
My thoughts on programming in written form
https://github.com/kixunil/programming_writings
Last synced: about 2 months ago
JSON representation
My thoughts on programming in written form
- Host: GitHub
- URL: https://github.com/kixunil/programming_writings
- Owner: Kixunil
- Created: 2020-06-03T14:44:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T17:47:34.000Z (over 1 year ago)
- Last Synced: 2024-11-24T20:08:50.208Z (about 2 months ago)
- Size: 15.6 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Writings about programming
This repository contains my thoughts on programming in written form.
This is a bit of an experiment to see if publishing such things using GitHub is a good idea.
You can watch this repository if you're interested in seeing more articles.
I also have a very similar repository about [information security](https://github.com/Kixunil/security_writings).The are currently these articles in the repository:
* [How Rust language secures your code](how_rust_secures_your_code.md) - explains how Rust can help you avoid many common, annoying bugs, leading to safer and more stable code.
* [Reasons NOT to use excavators](excavators.md) - an analogy, read and see for yourself :)
* [Packaging is not dead](packaging_is_not_dead.md) - argues that some of the advantages of distribution packaging are still valuable today