Tag: software-engineering
All the articles with the tag "software-engineering".
-
The less taken path with sqlite
Lately, I've been tinkering around a bit with sqlite3, and this post contains a brief of some exciting set of features and interfaces that I've re-discovered during the process.
-
Why documentation matters
Why good documentation matters in software engineering — it goes way beyond code comments.
-
Git Workflow
In this post I'm going to write about the fork-clone-pull that we've been using for some time now at work.
-
Design Docs
A design doc — also known as a technical spec — is a description of how you plan to solve a problem. It's one of the most useful tool for making sure the right work gets done.