What is AI? AI (Artificial Intelligence) is the ability of a machine to perform cognitive functions as humans do, such as perceiving, learning, reasoning and solving problems. The benchmark for AI is the human level concerning in teams of reasoning, speech, and vision. Introduction to AI Levels Narrow AI: A artificial intelligence is said to …
CodeIgniter Session Management If you have developed desktop applications before then, you probably know that you can define a global variable assign a value to it and use it throughout the life cycle of the application opening and closing more than one (1) and each request will have access to the global variable. In other …
Email is very important in web applications. When a user signs up, we might want to send them an email to verify their email address and allow the user to confirm subscription. We also use email to reset forgotten passwords, send invoice and receipts to customers, etc. CodeIgniter makes it super easy for us to …
What is Proxy Server? In computer networks, a proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers.[1] A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from …
What is Migration ? Migrations are a convenient way for you to alter your database in a structured and organized manner. You could edit fragments of SQL by hand but you would then be responsible for telling other developers that they need to go and run them. You’d also have to keep track of which …
Database migration is one of the best features that you get in any PHP framework. Database migration in the framework is just like a version control of your database tables. And another feature of migration is that you don’t have to send or put separate database file to other developers. Codeigniter also comes with builtin migration feature and …
What is Postman? Postman is a scalable API testing tool that quickly integrates into CI/CD pipeline. It started in 2012 as a side project by Abhinav Asthana to simplify API workflow in testing and development. API stands for Application Programming Interface which allows software applications to communicate with each other via API calls. Why Use Postman? …
he National Association of Software and Services Companies (NASSCOM) expects the new President of the United States (US) Joe Biden’s commitment to review and make necessary changes to harmful regulatory policies put in place by the Trump administration and would bring some relief to the IT industry. The industry body, in its statement, said the …
To use or do anything in Git, you need repositories, either on your local computer or one hosted on your GitHub, GitLab or bitbucket account. Do you wish to deploy these repositories on your live server via cPanel? Have you been using the manual method of downloading your repositories from GitHub, GitLab or Bitbucket, then …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email