Practices
The Practices section summarizes commonly used procedures that may help you and your team to increase Developers Experience.
94articles
Log in with one your accounts
A SDK is a set of toolchains that allow a developer to write applications for a given platform or allow them to use a specific framework to do so.
Read moreFail Fast is a method used during a recurrent approach to determine whether an idea has a value for the client or solution. An important goal is to minimize losses when testing reveals something is not working and quickly try something else.
Read moreRespectful code reviews involve giving a constructive feeback.The main goal should be to help deliver a good quality final product.
Read moreAPI-first approach to building products is rising, API first enables developers to innovate in ways that weren't before feasible and speed up the achievement of corporate goals.
Read moreRESTful APIs are a popular choice for web-based applications due to their simplicity, scalability, and flexibility. By following the core principles of REST, the product team can create APIs that are easy to understand, develop, and scale.
Read moreThe .gitignore file is a text file that tells Git which folders or files to ignore in a project when sharing it through git. It helps to keep your code clean and secure...
Read moreCleaning the product backlog is essential to keep track of which key product features should be developed next.
Read moreTotal responsibility for failure is a difficult thing to accept, and taking ownership when things go wrong requires extraordinary humility and courage.
Read moreExtreme programming is a software development methodology that promotes quality and encourages collaboration.
Read more