10 followers
Hi, my name is Henry Barreto. On this blog, I want to try to muster up the courage and share what I know as a young Back-End Web developer. I hope that help someone at somewhere.
Testing are a way that you can do to verify if the features of your application are working correctly, either isolated or integrated. This practice became a software development process called TDD (Test-driven development), what consist basically in ...
Vim is a highly configurable text editor created by Bram Moolenaar in 1991, basing it over an older text called vi, created by Billy Joy in 1976. The greatest differential of vim is the productive it provides through the uses of shortcuts and command...
The major time I have been using Linux I have used distro which has APT as its package manager, but some weeks ago, I have migrated to an Arch Linux distro called Manjaro because I wanted a rolling release and easy distro. To help me in this journey ...
The greater resume from this chapter is the fight between behavior and architecture, what is it, who earn with a good behavior and well-designed architecture and a good programmer should care about both. Bob begins showing the software system has two...
A good question would be asking why WebAssembly outside a browser, as it was idealized to be run in one. I know, I also did it. Searching around on the internet I have found many articles talking about it and its utilities, but in resume, security, s...
Opening the chapter, the author begins asking about what it designs and architecture and what the difference about it. First he contextualizes those words: architecture as high level and design as low level. As an example, he uses an analogy as a hou...