ABOUT ME

Eager and driven engineering graduate with a passion seeking a challenging internship opportunity. Excited to engage in hands-on projects and collaborate with industry professionals to further develop technical expertise and contribute to innovative solutions. Aspiring to leverage academic knowledge and problem-solving skills to make a meaningful impact on cutting-edge engineering initiatives. Projects Estimation of Crop Progression This a web based project which is an open discussion portal providing solution to farmers .

Data Structure & Algorithm

A data structure is a method of organizing data in a virtual system. Think of sequences of numbers, or tables of data: these are both well-defined data structures. An algorithm is a sequence of steps executed by a computer that takes an input and transforms it into a target output. Together, data structures and algorithms combine and allow programmers to build whatever computer programs they’d like. Deep study into data structures and algorithms ensures well-optimized and efficient code.

Git & GitHub

Click to create an account https://github.com/ What is Git? Git is a modern and widely used distributed version control system in the world. It is developed to manage projects with high speed and efficiency. The version control system allows us to monitor and work together with our team members at the same workspace. Git is foundation of many services like GitHub and GitLab, but we can use Git without using any other Git services.

SQL And DBMS

*SQL - Structured Query Language.SQL is a programming language used by nearly all relational databases to query, manipulate, and define data, and to provide access control. SQL was first developed at IBM in the 1970s with Oracle as a major contributor, which led to implementation of the SQL ANSI standard, SQL has spurred many extensions from companies such as IBM, Oracle, and Microsoft. Sql is used to perform CRUD operatioins. Creat Read Update Delete What is DataBase?