DevTUPLE

TDD anti patterns

May 04, 2021Cheatsheet 4 Min Read

TDD Test Driven Development means first we need to write a code that fails, and then we have to write the code. The steps are Write failing…

Conventional commits

May 04, 2021Cheatsheet 2 Min Read

Conventional commits are just a set of rules that make the versioning of a github project much easier than traditional commits. It is very…

Graphql for one to many relationship

May 01, 2021Cheatsheet 4 Min Read

The basics of graphql with spring boot has been explained in Graphql with springboot. The implementation of One to Many relationship in…

Basic graphql project with springboot

May 01, 2021Cheatsheet 3 Min Read

Graphql is a query language for API. Graphql structures the data in the form of a graph. Hence it provides flexible data fetching…

JS Hacks & Cheets #1

May 01, 2021Cheatsheet 12 Min Read

This blog is a handy cheat sheet for the JS developer community. This is part 1 of the complete blog. I tried to cover most of the use cases…

Basic Maven project for Vertx

May 01, 2021Cheatsheet 2 Min Read

Vertx is an open source and reactive framework. It is a polyglot framework which means it supports JVM and non-JVM based languages. Steps…

Basic maven commands for Liquibase with Springboot

May 01, 2021Cheatsheet 3 Min Read

Liquibase is a version control system for database systems. This blog gives a quick guide to run the maven liquibase commands. Requirements…

Git commands

January 02, 2021Cheatsheet 1 Min Read

All the git related data is stored in the hidden directory " .git " Hidden directory in windows10 Select View > Options > Change folder and…

User story mapping - Priortize the user value

January 01, 2021Product management 4 Min Read

What I understand Mapping user stories break down the user-flows with activities, which provides risk and dependency understanding with user…

Do you want to know when I post something new?
Then subscribe to my newsletter.