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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
How Heroku’s 12-factor app stands against modern practices
https://www.gohary.io/blog-12-factor-app.html submitted by /u/ielgohary [link] [comments]...
3 seconds
-