Skip to content

Instantly share code, notes, and snippets.

View MarcelaBarella's full-sized avatar
🤘

Marcela Barella MarcelaBarella

🤘
View GitHub Profile
@vbarboza
vbarboza / archlinux.md
Last active September 17, 2018 12:12

Arch Linux Quick Install

This is a quick guide for installing the Arch Linux distribution without too much PITA. Thus, I am not not encrypting the disk with LUKS, but [here][3]'s a tutorial.

My system is an old laptop with an Intel chipset, 4GB of RAM, 500GB of disk and no VGA. EFI boot is not supported, but [here][2]'s another good tutorial covering this case.

References

This guide is based in a few others which I have used myself.They have a set of much more complete instructions regarding each steps of the installation process. If this is your first time installing Arch, I'd start with one of the following as I did.

@scottwd9
scottwd9 / building-evolutionary-architectures.md
Created August 13, 2018 12:28
Building Evolutionary Architectures

Building Evolutionary Architectures

Chapter 1 - Software Architecture

Architecture is 'the important stuff, whatever that is' or 'the parts that are hard to change later'. An architect analyzes business, domain, and other requirements to develop solutions that satisfy a list of prioritized architectural characteristics (-ilities). We should consider time and change with respect to architecture, or evolvability.

Software ecosystems are in a state of dynamic equilibrium. New languages, tools, methods constant force new equilibriums to emerge (free OS, linux, + free operations, puppet, led to the shift to containers). The pace of change in technology is constantly and rapidly changing in unexpected ways. We should architect systems knowing the landscape will change. Make ease of change a principal of architecture, remove the 'hard to change' definition of architecture.

An evolutionary architecture supports guided, incremental change across multiple dimensions. Evolvability is a meta characteristic that

@alexandre
alexandre / learn_path.md
Last active December 9, 2023 23:13
Um guia para estudar python do básico ao intermediário (meu nível) utilizando alguns livros e outros recursos