I put together a free eBook:
๐ธ Detailed Step by Step instructions
๐ธ Howto Create Docker env for legacy PHP apps
๐ธ Jenkins pipeline for CI/CD
Free Download for Subscribers ๐ฅณ๐๐ง
https://t.co/zVt9pszvtb
@bytebytego@alexxubyte Also, love those animated diagrams, is there a tool that does this? Or are you creating them by hand in some general drawing program?
I don't think I would ever add a linter to the CD without adding it to the IDE. Why would anyone want to be surprised tomorrow with a list of all the errors they didn't realize they were making today?
An official copy of the 2005 documentary Aardvark'd was recently published on YouTube. It has just 109 views despite interviews with Paul Graham months after starting YC, reddit's co-founders months after reddit's launch, and Joel Spolsky before Trello/SO https://t.co/Km8MPpySm1
JetBrains is looking for a Developer Advocate to help with our C++ Tools (with the main focus on CLion) https://t.co/rZOts8e9OP Interested? Contact us. #cpp#cplusplus
@FreeNow_DE Can't book a ride on a scooter, because my payment methods do not show up on the booking screen, even though they are listed in my profile. (Android)
Reinstalling the App sometimes fixes the issue, but only for one ride.
TIL: Android has Ethernet-Tethering.๐ค
Saved me from the trouble of recompiling Linux Kernel modules for an older Laptop to get Wifi Working ๐ ๐ช
Sometimes you add a feature, and a unit-test catches a mistake.
However, sometimes, you add a feature, a unit-test fails, but the feature is OK.
The unit-test was testing a different code path I thought it did.
So I fixed the unit-test and improved my code coverage ๐ช