Search
183 results for “iamkonstantin”
-
Is it just me, or captain Pike is about to have a bit of a vampire problem in season 2?
#StarTrek #StarTrekStrangeNewWorlds #VampireDiaries -
Good morning everybody!
I wish you a fabulous and stress-free week :heart_cup: 🚀!
#goodmorning #caseofthemondays -
Working fullstack in all kinds of languages sometimes leads me to momentarily forget the dependencies of each project. e.g. how was it that we run the tests in this project or what are the right commands to install dependencies, do I need to start a docker compose before running the app etc.
That's why most of my projects include a Makefile where I always keep a standard set of tasks: make setup, make dev, make test, make build, make publish + additional tasks as the project requires.
#fullstack #devTip #tip #devLife