How to Deploy React Apps for Free With GitHub Pages
GitHub Pages has emerged as an excellent way for developers to deploy their projects online for free. It’s fast, free, and pretty simple, as it lets you host static websites ...
36 seconds
-14 July 2020
Builder Design Pattern in Modern C++
In software engineering, Creational Design Patterns deal with object creation mechanisms — trying to create objects in a manner suitable to the situation. The basic or ordinary form of object ...
50 seconds
-14 July 2020
Buzzwords and cliche in agile’s team agreement – beneficial or waste of time?
Recently we were doing team agreement session and we were to agree on some commitments. Proposals varied from precise ones (e.g. “always have tests for code you write” or “don’t ...
38 seconds
-13 July 2020
The right time to introduce structure to a development process.
I think that organizing any process is quite challenging. And even with well-designed processes it sometimes happens that everyone’s busy and nothing is getting done. Our CTO wrote a piece ...
4 minutes 11 seconds
-13 July 2020
Developers can only do so much
I read this great article where the author really drives home that “it’s a myth that doing your job well requires focus at the expense of understanding the holistic view ...
48 seconds
-12 July 2020
Creating a JWT auth server in 1 second
Security is one of those things you shouldn’t play around with yourself, unless you know what you’re doing. This is the reason products such as Identity Server has gained such ...
1 minute 43 seconds
-12 July 2020
3 Mistakes to avoid if you want to be a productive developer
Many of us have so many responsibilities to take care of. It can be so easy to feel lost with all the projects and things we have to do. Especially ...
2 minutes 8 seconds
-12 July 2020
Is it normal or common to feel like rebuilding code is boring?
Hello. My current task at work is to rebuild all Flutter code for one of our new apps. The reason is we scrapped the first API and database to build ...
44 seconds
-11 July 2020
Device-to-API Scalable Architecture Best-Practices?
I’m having trouble finding concrete best-practices for architecture designs for mobile-to-API communication with a focus on scalable backend architecture. The common wisdom is to limit the number of HTTP requests ...
1 minute 11 seconds
-11 July 2020