Looking at the GitHub repo, it’s written in Scala.
If you do TDD, you write your tests first. If you don’t follow TDD, you don’t have to. The author insists on this because they assume a TDD approach.
Instead of Test-Driven Design, it should’ve been called Design-By-Testing.
As someone who has worked as a data engineer on an organically grown monolith, the last thing you want to do is ceding control over your schema due to the lack of (sensible) abstraction. Everyone will change it, nobody…
Unpopular opinion: With quickly growing organizations and therefore more inexperienced people managers, promoting someone to staff engineer is an easy way out of responsibility. How often have I heard "you’re at a point…
While I see the benefit of this approach, I’m often baffled why people want to go either 100 % POSIX builtins or 100 % scripting language. The biggest benefit of the shell is its clearly defined input and output (and…
We used mob programming as a framework for conducting coding dojos, it was a very good experience. We based the sessions roughly on the book https://pragprog.com/titles/mpmob/code-with-the-wisdom-of-th... - having some…
There’s been a recent podcast episode on this on the Go Time podcast: https://changelog.com/gotime/209 All the best to your friend, may they have the power and support to go through this change.
It always existed. -- sent from my iMac in Bielefeld
I haven’t worked with C in quite a while, but this repository is beautiful and wants me to look into the language again. Very readable to me and also well formatted.
Do you know cookie cutter? https://cookiecutter.readthedocs.io/en/1.7.0/ There are a lot of task specific templates that can be adjusted and open sourced if needed.
I'm still loving my 2013 MacBook Air 13" with an i7 and 8 GB RAM. I mostly do Python development with Vim (web, DevOps, ML/NLP) and Dart/Flutter stuff with VSCode. For bigger workloads I ssh into my iMac.
I’d suggest based on PyPI download numbers, see https://hugovk.github.io/top-pypi-packages/
The official Flutter course was very good, hosted by London App Brewery. Definitely worth it if you’re looking into cross-platform frontend development.
> Parsoid/PHP also brings us one step closer to integrating Parsoid and other MediaWiki wikitext-handling code into a single system, which will be easier to maintain and extend. I assume that Wikimedia works on a rather…
Looking at the GitHub repo, it’s written in Scala.
If you do TDD, you write your tests first. If you don’t follow TDD, you don’t have to. The author insists on this because they assume a TDD approach.
Instead of Test-Driven Design, it should’ve been called Design-By-Testing.
As someone who has worked as a data engineer on an organically grown monolith, the last thing you want to do is ceding control over your schema due to the lack of (sensible) abstraction. Everyone will change it, nobody…
Unpopular opinion: With quickly growing organizations and therefore more inexperienced people managers, promoting someone to staff engineer is an easy way out of responsibility. How often have I heard "you’re at a point…
While I see the benefit of this approach, I’m often baffled why people want to go either 100 % POSIX builtins or 100 % scripting language. The biggest benefit of the shell is its clearly defined input and output (and…
We used mob programming as a framework for conducting coding dojos, it was a very good experience. We based the sessions roughly on the book https://pragprog.com/titles/mpmob/code-with-the-wisdom-of-th... - having some…
There’s been a recent podcast episode on this on the Go Time podcast: https://changelog.com/gotime/209 All the best to your friend, may they have the power and support to go through this change.
It always existed. -- sent from my iMac in Bielefeld
I haven’t worked with C in quite a while, but this repository is beautiful and wants me to look into the language again. Very readable to me and also well formatted.
Do you know cookie cutter? https://cookiecutter.readthedocs.io/en/1.7.0/ There are a lot of task specific templates that can be adjusted and open sourced if needed.
I'm still loving my 2013 MacBook Air 13" with an i7 and 8 GB RAM. I mostly do Python development with Vim (web, DevOps, ML/NLP) and Dart/Flutter stuff with VSCode. For bigger workloads I ssh into my iMac.
I’d suggest based on PyPI download numbers, see https://hugovk.github.io/top-pypi-packages/
The official Flutter course was very good, hosted by London App Brewery. Definitely worth it if you’re looking into cross-platform frontend development.
> Parsoid/PHP also brings us one step closer to integrating Parsoid and other MediaWiki wikitext-handling code into a single system, which will be easier to maintain and extend. I assume that Wikimedia works on a rather…