DEV Community

Iru.
Iru.

Posted on • Updated on

2021, favorite resources

This last year I've not been very active working on dev.to.
2021 brought me a huge opportunity to work on a full-remote, English speaking company with a high level of technical base, where I can be mentored in new skills (Golang, TDD, Hexagonal Architecture) while putting my 15+ year knowledge into good use.

So, will skip to a brief annual content insight of 'favorite resources' and 'a year in images'


Open Source Projects

Freedom of source, Freedom of usage, Freedom of enhancement.
Let's thank back those that provide these helpful tools.

Love back

  • Diagrams as Code based on graphviz; for prototyping cloud system architectures

  • DirEnv; unclutter your .profile

  • Cloud Custodian; rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources


Tools

cli :: wormhole

$ whatis wormhole
wormhole (1)- Securely and simply transfer data between computers
Enter fullscreen mode Exit fullscreen mode
-- will give you a autogenerated_code for the receiver to 
$ wormhole send whatever_file

$ wormhole receive autogenerated_code
Enter fullscreen mode Exit fullscreen mode

aweeesomeeee
alt text

edit: also in web version in case no CLI is available https://wormhole.app

cli :: pre-commit

A framework for managing and maintaining multi-language pre-commit hooks.

https://pre-commit.com/

Firefox Containers

A must when you need to deal with several cloud-accounts at the same time 😓

https://www.thechiefmeat.com/guides/containers.html

cli :: checkinstall

avoid using make install in favour of chekcinstall

CheckInstall keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution.

https://help.ubuntu.com/community/CheckInstall


Other


What's been your most relevant resources this year? Let's share those #dirtylittlethings

Top comments (0)

Some comments have been hidden by the post's author - find out more