Viewing profile — shimst3r
shimst3r
HN member- Joined
- Thu, Feb 13, 2020, 6:24 AM UTC
- HN karma
- 41
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About shimst3r
No profile information was provided.
Recent public activity
-
comment
Comment #38420640
Looking at the GitHub repo, it’s written in Scala.
-
comment
Comment #38331229
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.
-
comment
Comment #38331219
Instead of Test-Driven Design, it should’ve been called Design-By-Testing.
-
comment
Comment #37506468
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) abstra…
-
comment
Comment #35975935
Unpopular opinion: With quickly growing organizations and therefore more inexperienced people managers, promoting someone to staff engineer is an easy way out of responsibility. Ho…
-
comment
Comment #30643506
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 c…
-
comment
Comment #30384135
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-…
-
comment
Comment #30339859
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 throug…
-
comment
Comment #23004683
It always existed. -- sent from my iMac in Bielefeld
-
comment
Comment #22932825
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.
-
comment
Comment #22875221
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.
-
comment
Comment #22673714
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 workl…
-
comment
Comment #22402076
I’d suggest based on PyPI download numbers, see https://hugovk.github.io/top-pypi-packages/
-
comment
Comment #22373860
The official Flutter course was very good, hosted by London App Brewery. Definitely worth it if you’re looking into cross-platform frontend development.
-
comment
Comment #22315745
> 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 …