Micro-architecture
You may have think about the high level architecture of your software, but have you thought about the micro-architecture? Watching a keynote by James Mickens about micro-architecture. Very basic said,…
Gerbrand on software
You may have think about the high level architecture of your software, but have you thought about the micro-architecture? Watching a keynote by James Mickens about micro-architecture. Very basic said,…
If you use a computer you’re doing automation. If you program in languages like Java, Python, JavaScript, Scala, R, SQL, HTML, C# you’re also doing automation, with more flexibility and…
Swagger is a great way make your api accessible. Not only documentation is provided, but your users, your co-developers or your self can try out your api. But what if…
Most developers, like me, use Git for versioning. Even for personal projects, it’s great to have a history of files available. Deleting a file in git will cause it to…