Reacting to DOM changes with MutationObserver API
This is a guest post from Andrey Semin, a Javascript developer from Russia. As developers, we love to build tools. And we…
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 from Andrey Semin, a Javascript developer from Russia. As developers, we love to build tools. And we…
This is a guest post from Ivan Rigovsky Traveler.today makes local travel guides for tourists and self-explorers. We create a different…
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…