AI competition between tech giants

AI competition between tech giants

Random
We have multiple tech giants competing with each other now, all efforts are ultimately to keep users. For example we have Open AI, Google Bard, Microsoft Bing AI Search, Facebook, Amazon, IBM, etc. There are many benefits of Artificial Intelligence aka AI. The major benefit is that power of human like thinking and responding. Here is AI Generated Image from MidJourney Bot. You must have seen ChatGPT by Open AI, similarly Google has released its own AI chat bot called Bard, which will work with Google search and give users the definite answers for the queries. If you want to look at the example the ChatGPT AI tool can do, here it is: I typed "AI competition between tech giants" in ChatGPT, here the answer ChatGPT gave me, which is…
Read More
Load testing to find out the PHP memory issues | K6.io

Load testing to find out the PHP memory issues | K6.io

Random
Intended for: Developers There's a very nice tool to find out whether your website will work for high traffic and if your memory is sufficient to process that. It's called K6.io The PHP errors can be detected by PHPCS, Github Bots, in-built code editors, but the memory issues can only be detected by doing load testing and simulating live environment and user interactions with backend. Hence the K6.io load testing. :) I found it very useful while testing the user requests, load testing and stress testing. Normally if you have a good code and less memory consuming codes it won't let the site go down. However, if there is a PHP process that is going to take time to execute and consumes all the memory allotted, there will be chances…
Read More
Analysing Website for Optimization

Analysing Website for Optimization

Random
So you have a bad site, not performing well on the Pagespeed Insights, don't worry. It's time to go back to basics, where we used to work only on HTML, CSS. No matter how much browser evolves, we will still have to first think of writing browser compatible code. Other libraries or polyfills can simplify browsers middleware code but still there is some efforts or compilation of code. Before optimizing anything we need to analyze what our website already has. Like a doctor would see first the blood report and see what is low and what is high in blood. So analysing and finding out what all things our website has is the first thing to know. Following is the way to find out simply in the dev tools. You…
Read More