Releasing TypeScript 4.0 beta

Overview TypeScript 4.0, a major improvement to the existing JavaScript superset. Now typescript typed by Microsoft is available as a beta update, with enhancements as strong as instructions for variadic tuple varieties in the eventuality of building and editing. The beta version on 26 June….

Bootstrap 5.0 alpha released, without jQuery

Overview Bootstrap is the most popular front-end framework which has updated to Bootstrap 5.0. Bootstrap is an open-source collection of CSS, JQuery code for creating interactive website architecture and Web applications. This version 5.0 platform was for building a mobile-first website. Now, has advanced to…

EXPORT/IMPORT EXCEL WITH PHP

HOW TO EXPORT EXCEL STRUCTUREOFPHPEXCEL HOW TO EXPORT EXCEL WITH TABLE 1. First of all add below headers top of the file. 2. Make a simple table with data. For ex. 2. Center 3. Text alignment 4.  Background Color 5. Colspan and rowspan you can…

GIT

Git is one of the free and open-source distributed version control systems. Git is responsible for everything happens on GitHub related locally on the computer. Git helps us manage our project files. It permits to work together on the same project and at the same…

MongoDB

It’s noSQL database for modern type of applications. Database is used by Facebook, Adobe, Google, Sega like bigger and well known companies. mongoDB is storing data in JSON like format which is called BSON stands for Binary JSON. MongoDB is schema-free, allowing you to create…

Integrating paypal payment gateway with PHP

Introduction How it works? What is PayPal IPN? Paypal accounts To integrate paypal gateway with PHP, Follow below steps 1. Create config.php file and add below code. PayPal Constants – https://www.paypal.com/cgi-bin/webscr (For live) – https://www.sandbox.paypal.com/cgi-bin/webscr (For sandbox) 2. Create dbconnect.php file for connecting db 3….

Form submit using AJAX

What is AJAX?AJAX = Asynchronous JavaScript and XML. How AJAX works?Browser set an event and send HttpRequest to the server, where a request is processed and send data back to the browser, the browser will process on the data. Who uses AJAX?AJAX  uses a combination…

Quick start to Microservices

What is microservices? Microservices is a synonym for Service Oriented Architectural (SOA), Microservice architecture, or simply microservices is a distinctive method of developing software systems that try to focus on building single-function modules with well-defined interfaces and operations. The trend has grown popular in recent…

Progressive Web Apps

A blog on Progressive Web apps This blog, more than it is about Progressive web Apps, is about how future could look in the face of advanced API’s and the whole mechanism behind making a website. According to  Progressive Web App developer Henrik Joreteg, they…