API AuthenticationAPI Authentication is the process of securely verifying and authenticating API requests. This article outlines best practices for setting API credentials and securing APIs.Oct 31, 20243 min read
.gitignoreThe .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...Jan 25, 20233 min read
Software Development Kit (SDK)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.Dec 19, 20206 min read
Release ManagementRelease management is the process of managing, planning, designing, scheduling, testing, controlling and deploying of a software build through different stages and environments; in preparation for software releases.Dec 09, 20205 min read
Meaningful MeetingsMeaningful Meetings are methods that see meetings as obstacles in work. Through practices like setting reasons, creating agendas, tracking outcomes, or meeting polices, you can shorten the meetings and boost your team's performance.Sep 17, 20207 min read
Poor Code QualityPoor code quality mainly describes buggy code or code with high coupling and low cohesion that is difficult to maintain. Poor code quality can also lead to frequent code repetition or suspiciously slow implementation.Nov 11, 20192 min read
MVPThe Minimum Viable Product (MVP) is a scope of a product with the smallest possible functionality which is able to provide meaningful feedback from users.Nov 11, 20195 min read
RetrospectiveA retrospective meeting is an opportunity for the team to inspect itself and create a plan for improvements to be included in the next Sprint.Nov 11, 20195 min read
DevopsDevOps is a set of practices that brings development and operations teams together. The collaboration helps to release software much faster.Nov 11, 20194 min read