Skip links

Ani

Creating a CRM in Laravel

In this article, we will learn how to create a starter CRM in laravel. I will guide you step by step, command by command on how to create a CRM with a scalable database structure. All of this code is available on GitHub, feel free to download & extend. View Source Code on Github Step […]

Quick Guide to CSS Flexbox

For a better understanding of how flexbox works, I have written the below code on codepen. I have tried to make it as much simple as possible. Just pick the code and start experimenting on your text editor. If you face any issues, feel free to leave a comment. See the Pen Untitled by Anirudh […]

React Native Folder Structure with React Navigation & Redux

In the next 10 minutes, I will showcase how I manage the react-native folder structure. Let’s create and run a react native project first. Create a New React Native Project npx react-native init MyProject Running React Native App react-native start Start your application react-native run-ios react-native run-android Create src folder in root directory api urls.js […]

Laravel Web Routes

In this Laravel article, I will be covering the most useful set of information about Laravel 8 Routes that you will require in almost all projects. If you have some information about how Laravel works, that will be great but, even if you are an absolute beginner at Laravel, this article will be helpful in […]