Using Apache Solr in Production
This is a guest post by Pulkit Kedia, a backend engineer at Womaniya. Solr is a search engine built on top…
As part of the graduation of custom merge checks from open-beta to general availability (GA) that is planned for late-April 2024,…
This is a guest post by Pulkit Kedia, a backend engineer at Womaniya. Solr is a search engine built on top…
Serverless is a cloud computing architecture where the application owner does not purchase, rent, manage, or provision the servers. Instead, the cloud partner manages the infrastructure side of things for the applications. The biggest advantage of …
Deploying to a production environment always comes with risk. Nobody wants to break their customers’ trust by accidentally deploying the wrong…
CI/CD tools have become an integral part of any team’s software development cycle. According to senior analyst Chris Condo from Forrester,…
I wrote these scripts to automate one or more git commands to run on each repository within that directory. It could also be used to do a general clean up before committing…
Our company made a strategic decision to migrate from IBM RTC Jazz (RTC) to Atlassian’s suite of products – Jira, Confluence and Bitbucket. The challenge was how do we move 1000+ developers from one platform to another
Resolving conflicts is never fun so you may as well use rerere to make fixing them easier, and even a bit fun.
At Instaclustr, we’ve experienced significant growth in our team sizes that has been great for increasing the scope and speed of our development. The flip-side to this benefit is that…
Alliterations aside, Git is full of mysteries. It doesn’t have to be like this ^. Whether you are a newbie taking…