Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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