Be Responsive is a chrome extension that helps developers to build their website faster by displaying the current web page in two different layouts: 75% for desktop view and 25% for mobile devices. It allows for easy comparison and fixing of responsive design issues on different devices.
Read more → |
The evolution of JSONB in PostgreSQL has allowed for more efficient storage and querying of JSON data, making it a powerful tool for handling semi-structured data. With the introduction of functions such as JSONB operators and indexing, working with JSON data in PostgreSQL has become even more streamlined.
Read more → |
Code splitting in React refers to the process of separating a large codebase into smaller, more manageable chunks or "bundles" that can be loaded on demand, rather than all at once. This can improve the performance and loading speed of a React application.
Read more → |
In the Part 1 of this blog series, we learnt how to create a frame using frame_types...
Read more → |
In the Part 1 of this blog series, we learnt how to create a frame using frame_types...
Read more → |
In the Part 1 of this blog series, we learnt how to create a frame using frame_types...
Read more → |
SQL is a remarkably rich and versatile declarative database and programming language.Development...
Read more → |
We all know what a process is it is a unit of work with a single thread of control.Thread is also a lightweight...
Read more → |
An efficient server implies a lower cost of the infrastructure, better responsiveness under load, and happy...
Read more → |
COVID-19 is a contagious disease that caused thousands of deaths and infected millions worldwide. Using convolutional neural networks and transfer learning techniques we develop a...
Read more → |
Elixir has become one of the most loved languages. Elixir applications are scalable, very reliable, and the syntax is also quite nice. In this article, we will discuss about how elixir pipe...
Read more → |
Artificial neural networks are comprised of node layers containing an input layer, one or more hidden layers, and an output layer. Each node connects to another and has an associated weight and threshold value.For generating random....
Read more → |
An entity can be a word or series of words that consistently refer to the same thing. Every detected entity is classified into a prelabelled category. For example, a NER model might detect the word...
Read more → |
Object detection: Locating the presence of objects with a bounding box and types or classes of the located objects...
Read more → |
An NFT is an image in the form of a digital token. These tokens are then sold online. AN NFT can be anything in digital...
Read more → |
Converting color images to black and white is quite easy using the OpenCV framework,but for converting...
Read more → |
Summary Extraction is the technique for generating meaningful and complete information of the text while focusing on the sections that convey useful information, and...
Read more → |
Macro is a code that writes code. Macros are one of the most advanced and powerful features of Elixir. They make it possible to perform powerful code transformations in compilation time...
Read more → |
This is a computer technology related to Computer vision and Image Processing that deals with detecting instances of semantic objects of a certain class (such as humans, buildings, or cars)...
Read more → |
This blog will deploy a broken application and we'll be fixing the Kubernetes YAML documents to make the deployment successful. the application will query from the database and return data...
Read more → |
Optical character recognition (OCR) is changing the way we interact with information and making it secure with the new age OCR engines. Solving problems of real world with...
Read more → |
As technology becomes more advanced, we are offered privileges we could not have ever imagined and things that make our daily activities easier. Every single thing that we express...
Read more → |
An image classification is the process by which a computer takes an input which is a picture and gives an output which could be either a class or a probability of belonging to a class...
Read more → |
All of a sudden, due to COVID-19, there is a surge in the number of applicants looking for options for working from home. A report published on Livemint on 31st May 2020 says...
Read more → |
A Blockchain is a digitized, decentralized, public ledger of all cryptocurrency transactions. Constantly growing as ‘completed’ blocks (the most recent transactions) are recorded and....
Read more → |