Computer Science
Full Form of Computer
Computers are all around us, and they are one of the most widely used electronic machines on Earth. But I bet 90% of the users are not acquainted with its full form. The full form Read more…
Computers are all around us, and they are one of the most widely used electronic machines on Earth. But I bet 90% of the users are not acquainted with its full form. The full form Read more…
The past 12 months have seen an unprecedented surge in cybercriminal activity, with two key trends explaining much of the increase – the Covid-19 pandemic introduced new attack surfaces and opportunities for malicious actors, while Read more…
Given an array of integers, find the next greater element for every element in the array. The next greater element of a number x is the first greater number to the right of x in Read more…
Even though GitHub Readme files (typically ./readme.md) are Markdown, and although Markdown supports HTML, you can’t put <style> or <script> tags init. (Well, you can, they just get stripped.) So you can’t apply custom styles there. Or can you? You Read more…
This is indeed a nice read, but I’m not sure it fully convinces me that record types are actually important (unless you intend to use with). It sets up a problem, solves it with “conventional” Read more…
Is there a way to convert strings (given by the user via the console) to integers (more specifically- strings like these: 5 * 4 + 3 or 3 + 6). What is the simplest way Read more…
Lighthouse is a free and open-source tool for assessing your website’s performance, accessibility, progressive web app metrics, SEO, and more. The easiest way to use it is through the Chrome DevTools panel. Once you open Read more…
I applied to a PHP job and the interviewer sent me a test as following: “Write a CRUD application connecting to PostgreSQL, but please don’t use full-stack frameworks like Laravel, Symfony or Code Igniter, also Read more…
So my boss told me that she wants to have the ‘active’ link in the navbar to be highlighted on my .net core project web app. I thought it would be super easy. It has Read more…
We know there are LOTS of tutorials on youtube and everywhere for beginners, but what about SSr. and Sr. developers? where do you learn new tricks about PHP? do you have specific sites/blogs to read Read more…