All Medium Articles
The component-based assembly model uses object-oriented technologies. In object-oriented technologies, the emphasis is on the creation of classes. Classes are the entities that encapsulate data… Read More
If you want to do any task easily, effectively, and efficiently then you should use some tools. Though there are lots of different software development… Read More
In PostgreSQL, the CREATE TABLE clause as the name suggests is used to create new tables. Syntax: CREATE TABLE table_name ( column_name TYPE column_constraint, table_constraint… Read More
Sentimental analysis is the processing of describing whether a particular feeling or an opinion is positive, negative, or neutral. For example, ” I hate my… Read More
Given string str containing only the lowercase English alphabet and an integer K, the task is to find a K length substring that contains the… Read More
Given an array of integers arr[], the task is to find the remaining element in the array after performing the following operations:  In each turn,… Read More
Amazon Elastic Container Service (ECS), also known as Amazon EC2 Container Service, is a managed service that allows users to run Docker-based applications packaged as… Read More
Radial Basis Kernel is a kernel function that is used in machine learning to find a non-linear classifier or regression line. What is Kernel Function?… Read More
1. Network File System (NFS): NFS is a network that was introduced by Sun Microsystems and is used by Unix or Linux-based operating systems and… Read More
Selenium is an open source web testing tool that allows users to test web applications across different browsers and platforms. It includes a plethora of… Read More
Tagging in GIT refers to creating specific points in the history of your repository/data. It is usually done to mark the release points. Two main… Read More
It is created with HTML, CSS, and JavaScript, and designed by Google. Material Design is a design language that combines the classic principles of successful… Read More
What is Hot Deployment? These services can be added to or removed from the running server.it is the process to change in the currently deployed… Read More
The LRU is the Least Recently Used cache. LRU Cache is a type of high-speed memory, that is used to quicken the retrieval speed of… Read More
Seed Fill also known as flood fill, is an algorithm used to identify connected paths in a definite enclosed region. The algorithm has an array… Read More
Given the month and year. The task is to show the calendar of that month and in the given year without using any module or… Read More
Given a positive integer K, the task is to find the minimum number of operations of the following two types, required to change 0 to… Read More
Objects are the reference type in JavaScript and are also named value pairs, where the value may determine a property or behaviour. They are used… Read More
In this article, we will see how to allow access outside the localhost in AngularJS, along with knowing the basic implementation through the example. Firstly,… Read More
After the first CNN-based architecture (AlexNet) that win the ImageNet 2012 competition, Every subsequent winning architecture uses more layers in a deep neural network to… Read More