Easy To Use Animated Multi-step Form For React Native Apps Description: react-native-animated-multistep is a library that will give you the flexibility to create animated multi-step…
A Light-weight And Simple Data Fetcher For React – use-promise-result Description: Are you tired of creating the states in your component such as isLoading, isError,…
Create Beautiful Responsive And Flexible Event Calendar For React Application Description: A fully responsive and flexible event calendar for React application with monthly and weekly…
Create Animated And Responsive Hamburger Menu Using Pure CSS Description: Creating animated and responsive Hamburger menu using pure CSS only is really time consuming…
Different Ways To Remove An Elements From An Array In JavaScript. Description. Array in JavaScript is used to store multiple values in a single variable. It…
Server Side Data Table Implementation In Laravel. In this tutorial, We will learn how to implement Datatables with server side processing in…
How To Compress Image Size Before Uploading In PHP. Compress Image Size In PHP. The large size image may take more time to upload…
Event Calendar Example In Laravel. FullCalendar is a JavaScript library which uses for displays calendar on the website with the scheduled event. It is used…
Send HTML Email With Image In CodeIgniter. Sending an Email is a very common functionality in any web application. For example, we…
Multi Step Form In Angular. What Is Multi Step Form? Multi step Form is a long form broken into multi…
Reactive Form Validation In Angular. What Is Form Validation? Form validation is a process to check where the information provided…
Find All Date Between Two Dates In JavaScript. In this post we will find all the dates between two date in JavaScript. We…
Useful String Methods In JavaScript. Strings are useful for holding data that can be represented in text form. Some of…
Router Link Example In VueJs. Router Link is a technique which helps user to switch among the pages without page…
Sudoku Solver in Scala Part 3: Generating cross-dependent test data This is the last part of my learnings during writing a sudoku solver. It’s about…
5 systematic ways of coming up with property-based tests This is a cheat sheet based on a great talk “How to specify it! A…
Solution for Hackerrank problem: Basic Cryptanalysis There’s one programming puzzle I solved many years ago but I still remember it because…
Solution for Project Euler Problem #700: Eulercoin Problem: Imagine a sequence 1504170715041707*n mod 4503599627370517 where n is an integer increasing from 1.…
Generating CI/CD pipelines for microservices with Yeoman TL;DR: You can create a Yeoman generator for your CI/CD pipelines. It’s good, I tried.…
A good way how to validate types in TypeScript TL;DR: I’ve created a typescript library fp-ts-type-check. You can use it to validate the structure…