Coding
An Event for Crazy Programmers Only
2020 has been an eventful year, but what if we tell you that events are not all the same? What if there was an event for developers with no dress code, no small talk, no Read more…
2020 has been an eventful year, but what if we tell you that events are not all the same? What if there was an event for developers with no dress code, no small talk, no Read more…
Mailchimp: Grow sales with Customer Journey Smarts Around eight months ago, I started building a framework which would eventually go on to become Halfmoon. I made a post on this very website announcing the launch Read more…
Earlier this week, Google announced that they will officially start using a subset of web performance metrics known as Core Web Vitals as part of their search ranking calculations starting in May 2021. This is Read more…
Spoilers! Like with so many things, the answer is “it depends.” How come? Read on. Tailwind and BEM are two approaches to writing and maintaining CSS. Comparing them is a bit like comparing apples and Read more…
Description. Array in JavaScript is used to store multiple values in a single variable. It is just like objects which has methods to perform traversal and mutation operations. Neither the length of a JavaScript array Read more…
In this tutorial, We will learn how to implement Datatables with server side processing in Laravel. Here we will get data from MySQL database through ajax in Laravel. Datatables helps in adding sorting, paging and Read more…
Compress Image Size In PHP. The large size image may take more time to upload on a server. It also takes more time to load on a page. So it is good practice to minimize Read more…
Email Availability In CI 4 And Vuejs. In this post, we will make a script for implement email availability for registration feature using Vue.js and CodeIgniter 4. This is very common functionality and it is Read more…
In this example we will learn,how to develop a login form in CodeIgniter 4. Below are the steps to implement this , you need to simply follow below steps. Download & Configure CodeIgniter 4 Application. Download Read more…
CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. INSERT query is used to insert data in the database . SELECT Query is used to select a Read more…