#developer
Read more stories on Hashnode
Articles with this tag
I am coming from a mixed software development background. Starting with VB.net, when I was a child, over to Java for a long time, ending with Ruby,...
React navigation is a really powerful library. But you often don't need that much. Building your library for this case teaches you a lot about React...
Building web software will always include some kind of database access. For this guide, it does not matter, whether the data access is done via SQL or...
Building an Administration Dashboard with Ruby on Rails is simple. With the gem architecture of Rails itself and the Gem `Administrate`, you can...
Rest API idempotency simply states, that calling a request multiple times has the same effect, as calling it once. In other words GET /books should...
In many testing scenarios, we want to check if one specific part of our software works. Having dependencies that you need to construct in a way makes...