Software Development
-
The Universal Coding Standard
Warning: there’s no way the following can live up to the title Your implementation should be: Clear Distinct Well-Organised Clear…
Read More » -
GitHub on the command line
hub is a command line client for GitHub. You can use it to view or create issues, pull requests, conveniently…
Read More » -
[MEGA DEAL] Complete Microsoft Azure Certification Prep Bundle 2019 (92%)
Break Into a Six-Figure Cloud Career with This 23-Hour Microsoft Azure Architect Track Hey fellow geeks, This week, on our…
Read More » -
Global gitignore
A widely used Git feature is to use local .gitignore files which list which names and patterns of files and…
Read More » -
MQTT/AMQP design implications
If you’re working with embedded devices or telematics solutions, you might be hearing noise about a fairly new protocol called…
Read More » -
Does Code Review Involve Testing?
When you review a pull/merge request from someone, do you check out the branch and run the build? I usually…
Read More » -
[MEGA DEAL] StackSkills Unlimited: Lifetime Access (96%)
Discover Your Potential with Access to 1000+ Premium Online Courses on Coding, Design, Marketing & Much More Hey fellow geeks,…
Read More » -
Big Data And How To Master It (Practical Guide)
With the rise of technology, digital information from people, businesses, and machines have increased exponentially over the decades. Data is…
Read More » -
How Much Cohesion Is Enough?
Which one is better: books.del(42) or books.book(42).del()? I do both and I rarely can tell which one is better. The…
Read More »