DRY: Don’t Repeat Yourself
Don’t Repeat Yourself ( DRY ) is a principle of software development and its main goal is to avoid code duplication. “Every piece of knowledge must have a single, unambiguous, ...
29 seconds
-
How to Use Web Workers for Non-Blocking User Interface?
The best about working with Angular is that they support web workers. When you’re dealing with CPU intensive computations, web workers are of great help. They put these complex processes ...
33 seconds
-
Do you have any issues with software development/engineering ‘culture’?
It’s pretty well known that many (not all) software developers can be difficult people to work with. Whether that be because of their attitude towards their managers, colleagues or anyone ...
39 seconds
-
Read Me Driven Development: Developing Empathy for the User
When you create complex software, a long production chain is inevitably built, as well as the gap between those who program this software and those who ultimately use it. This ...
4 minutes 30 seconds
-
7 Tips for Designing An Awe-Inspiring Conversational User Interface
User Interface(UI) has gained much traction recently, with companies looking forward to providing a better customer experience. A poorly designed interface is not only a hindrance to the smooth use ...
49 seconds
-
Angular, Rust, WebAssembly, Node.js, Serverless, and the New Azure Static Web Apps!
In this guide, we are going to see how to take a front-end Angular app, a backend API written in Rust and compiled to Web Assembly, and deploy everything to ...
58 seconds
-
Proxy/Cache: A Faster Local Environment
Sometimes, some projects have a local development environment that’s not completely isolated and depends on some infrastructure that we cannot locally raise, be it because of license issues, time constraints, ...
40 seconds
-
Choosing the Right Tech Stack for Your Startup
Introduction Give me your hand and let’s imagine a scenario together. You are the lead developer/CTO of a new and shiny Startup. The wireframes, the designs, a document that describes ...
58 seconds
-
Help Learning JavaScript!
Hey everyone! Earlier I decided to learn front-end development to work on projects to put on my resume. I’ve watched tutorials online and I’m fairly comfortable with html and css. ...
40 seconds
-
What is your workflow when you start programming something new?
Curious as to what steps you take whenever you decide to start a new software development project. submitted by /u/Matcyy_ [link] [comments]...
6 seconds
-