SKILLS
React
React (also known as React.js or ReactJS) is an open-source, front end, JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies.
jQuery
jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License.
JavaScript
JavaScript is a cross-platform, object-oriented scripting language used to make webpages interactive (e.g.., having complex animations, clickable buttons, popup menus, etc.). There are also more advanced server side versions of JavaScript such as Node.js, which allow you to add more functionality to a website than downloading files (such as realtime collaboration between multiple computers).
CSS
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML.[1] CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages.
C
C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. It has found lasting use in applications previously coded in assembly language.
C++
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
JAVA
Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language. Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java.
Spring Boot
Spring Boot is a framework within the larger Spring ecosystem that simplifies the development of Java applications. It provides pre-configured setups and conventions for building production-ready applications with minimal effort. Spring Boot reduces boilerplate code, facilitates rapid development, and integrates seamlessly with other Spring modules.
Hibernate
Hibernate is an object-relational mapping (ORM) framework for Java. It simplifies database programming in Java applications by mapping Java objects to database tables. It provides a way to query, insert, update, and delete objects using an object-oriented approach, abstracting away the details of SQL queries.
Mockito
Mockito is a popular Java framework used for creating and working with mock objects in automated unit tests. It helps in isolating the code under test by simulating the behavior of dependencies. Mockito allows developers to define mock objects and verify interactions with those objects during testing.
Kafka
Apache Kafka is a distributed event streaming platform used for building real-time data pipelines and streaming applications. It enables the handling of high-throughput, fault-tolerant, and scalable data streams. Kafka is known for its publish-subscribe messaging system and its ability to handle large volumes of data in real-time.
AWS (Amazon Web Services):
AWS is a comprehensive cloud computing platform provided by Amazon. It offers a wide array of services such as computing power, storage solutions, databases, machine learning, networking, and more. AWS allows businesses and developers to host applications, store data, and leverage various cloud-based services, providing scalability, flexibility, and reliability.
Node Js
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser.
FLUTTER
Flutter is an open source framework developed and supported by Google. Frontend and full-stack developers use Flutter to build an application’s user interface (UI) for multiple platforms with a single codebase. When Flutter launched in 2018, it mainly supported mobile app development. Flutter now supports application development on six platforms: iOS, Android, the web, Windows, MacOS, and Linux.
Computer vision
Computer vision, a fascinating field at the intersection of computer science and artificial intelligence, which enables computers to analyze images or video data, unlocking a multitude of applications across industries, from autonomous vehicles to facial recognition systems.
Learn more