|
You are here |
blog.vbang.dk | ||
| | | | |
bartlomiejmika.com
|
|
| | | | | The purpose of this post is to learn how our basic API server can read the body of a request. In addition, we will learn how to use an easy-to-use simple database for beginners called scribble. | |
| | | | |
charlieegan3.com
|
|
| | | | | Over the past 18 months I've become interested in the idea of standardizing authorization checks in software. This interest started when using Open Policy... | |
| | | | |
rosshemsley.co.uk
|
|
| | | | | When it comes to reviewing code that does any kind of file IO, there are a number of patterns that I find myself discouraging quite often. Interestingly, I have found that these patterns are rarely considered in discussions around code review and clean code. In this post, I will explore some of these patterns in more depth, and discuss why I believe its worth taking the time to do things slightly differently in many cases. | |
| | | | |
initialcommit.com
|
|
| | | In this article, we will explore how we can zip two lists with the Python zip function. | ||