EN / USD
939 Items
 Home
Blog
Assessing and Minimizing Risk in Electrical Engineering Projects
assessing and minimizing risk in electrical engineering projects, risks in electrical engineering projects
Electrical equipment has the potential to be extremely hazardous and every year in the US 30,000 incidents of electric shock are reported. As well as causing burns and serious injury to the body, electric shocks can be life-threatening, while the electrical fires caused by damaged wires or malfunctioning equipment can also destroy buildings. When you are working on an electrical engineering project, it is essential to meet electrical safety standards and follow regulations in order to keep people and buildings from harm. Just as you need cybersecurity to protect ideas and abstract designs, regularly monitoring, inspecting and managing any practical electrical work with regular risk assessments will ensure that any system is safe to install and operate.  Checking for Exposed Wiring ...
Blog
URL Routing in ASP.NET Core
URL Routing in ASP.NET Core, URL Routing in ASP NET Core, URL Routing ASP.NET Core, asp net core URL Routing, attribute routing in asp core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at URL Routing in ASP.NET Core. It's our 11th tutorial in ASP.NET Core series and it's an important but quite easy concept to understand. You must be wondering how we are routing rite now as we haven't added any routing codes yet. But if you remember, we have used MVC with default route middleware in our pipeline and this middleware automatically sets up this default URL routing for our web application.  So, let's understand how this URL Routing works in ASP.NET Core: URL Routing in ASP.NET Core URL Routing in ASP.NET Core is used to provide the controller's action method to the incoming HTTP request. In simple words, when a user enters an HTTP URL in its ...
Blog
Color Detection in MATLAB Live Video
color detection, color detection in matlab, matlab color detection, detect color in matlab, matlab color detect
Hello friends, I hope you all are fine and having fun with your lives. Today, I am going to show you Color Detection in MATLAB Live Video. In this project I am gonna take a live video feed from a camera and then will detect a specific color in that video feed. I have posted a project before in which I have done the same Color Detection in Images using MATLAB but that color detection was for images but in today's post I am gonna do the color detection in MATLAB for live video feed. I have designed this project in MATLAB 2009 and have also tested it on MATLAB 2015 and it works fine. So, I think it will work on any version of MATLAB. You must have the image processing toolbox in your MATLAB. If you got any questions then ask in comments and I will t ...
Blog
Essential guide to basic IT management for start-ups
Essential guide to basic IT management for start-ups
If you plan to run a start-up, it helps to have some basic understanding of IT management. Here are some key pointers on how best to manage your business IT systems: You should know how your IT systems work and how they can be managed. This will help you keep them working well, which is especially important if your business depends on them for important functions like payroll or customer service. The earlier in the process that someone understands their role and responsibilities in running the company's technology, the better off they'll be when troubleshooting problems arise later on down the road. How to Manage IT Management for Start-Ups  Make sure your hardware and software are secure. Ensure that you have the right licenses for your ...
Blog
From Digital to Script - Converting Text to Handwritten Notes
Text to hand written notes
Sometimes you may be asked to submit a written piece of note in the form of handwriting. We all know, writing by hand is quite a labor-intensive and time-consuming task. You first have some blank pieces of white paper, and then find the required information from an online source. After this, the writing process will start.  So, what’s the solution to this? Fortunately, there is a quick and effective solution available. If you are asked to convert some pieces of text available online into handwritten notes, then instead of manually noting it down, you can consider utilizing text-to-handwriting tools.  These tools allow users to convert normal text into handwritten style in real-time.  Remember, utilizing online tools is the only solution if you don’t want to make use of pe ...
Blog
The Reynolds Transport Theorem
The Reynolds Transport Theorem, The Reynolds Transport Theorem in fluid mechanics, fluid mechanics
Before starting this important topic there are some of the important terminologies related to the theorem that are frequently used throughout. So let us have a look at them. System Some important key points related to the system are as follows: In thermodynamics, a system is a quantity of matter of fixed quantity.  The system is mostly closed. system. There is a change in the size and shape of the system but due to the closed system, no mass can cross the boundary. One of the important points is that the mass of the system remains constant. Control Volume Some important key points related to the control volume are as follows: The control volume is also known as the open system and it is defined as the region that is specified for a case study.  In the case of a contr ...
Blog
Views in ASP.NET MVC
Views in ASP.NET MVC, views in asp, views in mvc, views in asp.net , views in asp net
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at What are Views in ASP.NET MVC. It's our third tutorial in ASP .NET MVC series and in our first tutorial, we have seen How to Setup Your First Project in ASP.NET MVC and in our second tutorial, we have seen What is Model in ASP.NET MVC and I have told you about Views as well in previous tutorial. So, now we are gonna have a look at it in detail: Views in ASP.NET MVC In MVC Framework, we don't have pages or path to some html file as in php. Instead, We have to use Views in ASP.NET MVC for front end designing. We can use Html, Css, Javascript, Jquery or any other front end language in Views. There are two t ...
Blog
Introduction to Matrix in MATLAB
matrix matlab, matlab matrix, matrices in matlab, matlab matrices, what is matrix
Hello, learners welcome to The Engineering Projects. We are working on MATLAB, and in this tutorial, you are going to learn a lot about matrices in MATLAB. We are going to learn them from scratch, but we will avoid unnecessary details about the topic. So, without wasting time, have a look at the topics that you will learn in detail. What is an array? What is the matrix? How can we declare a matrix in MATLAB? What are the different types of matrices? Can we find the unknown values of two equal matrices? How can we solve the simultaneous equation in MATLAB? What is an Array? In this world of technology, the use of data is everywhere, and therefore, we can say there is a need for arrays in every field. You will find the reason soon. But before this, look at the introduction of a ...
Blog
Energy Equations in Fluid Mechanics
energy equations in fluid mechanics, energy in fluids, energy calculations
The first law of thermodynamics is also known as the Conservation of energy Principle. I will explain what is energy principle is and the following are some important points of the Energy Principle: The energy principle can be described as the following equation: Ein-Eout=∆E I will exemplify the energy equation through a simple example. For instance, the rock fell from the cliff and while falling from the cliff the rock gained speed and the speed doubled while coming down. The potential energy is converted into kinetic energy as the rock is falling from height. Here the air resistance is negligible here. All these factors confirm the conservation of energy principle.  One of the simple examples of the Conservation of Energy Principle in our daily life is the man who has a lot of ...
Blog
Traffic Signal Control using 555 Timer in Proteus ISIS
Traffic Signal control in proteus, how traffic signal works, how to design traffic signal control in proteus ISIS
Hello Friends, i hope you all are fine and enjoying. Now i am going to share my new project tutorial which is Traffic Signal Control using 555 Timer. Up till now i have uploaded a no. of projects using 555 timer and i have got much appreciation from my friends, for some 555 timer based projects like How to use Capacitive Touch Sensor in Proteus ISIS, Sequential LED Blinking using 555 Timer and many more. Now i am going to share another application of 555 Timer and here we will be using a shift register (4017) next to 555 timer to implement Traffic Signal Control circuit. 4017 is a SERIAL IN PARALLEL OUT shift register. Data enters in a serial manner into register and it leaves the register in parallel manner. 4017 is a 10-bit shift register and it ...