Profile Picture

Hello

I am Ajitesh Tiwari .

Engineer + Developer + Freelancer + Artist + ..


About


I am a passionate computer engineer, Java programmer, full-stack developer, and designer with 5 years of experience. I have good problem-solving skills and want to solve complex real-world problems. I love to work on new technologies and enhance my skill set.

Colleagues know me as a highly creative and smart working developer who can always be trusted to come up with a new approach. I can (and often do) work well alone, but I’m at my best collaborating with others.


Work Experience


Currently, I am working as a full-stack polyglot developer at Lowe's . We build user friendly, reliable and responsive applications for our customers by using advanced technologies and tools.



Projects


Verify UI

Verify UI™ is a React application provided by Authenticating.com to offer clients a single button which redirects a user within the client's application or website to complete an identity verification. This hosted UI allows a user to securely capture images of their photo ID, passport and themselves to verify their identity with a forensic, forgery and biometric analysis of the document. Or the user can choose to take a knowledge based authentication (KBA) quiz.

Verify UI™ is equipped with state-of-the-art auto-image capture to ensure that the images taken of a photo ID or passport are clear enough to be analyzed and verified. Verify UI™ also offers a facial recognition comparison score and a passive liveness check with anti-spoofing technology using the camera on a mobile device to ensure that the person authenticating this identity is the actual individual that identity belongs to.

Website
Merchant Navy Decoded

A Learning Management System (LMS) platform, build using wordpress.com and tutor LMS. This platform offers courses to students pursuing merchant navy jobs. The platform is hosted on AWS amplify and has integrated payment flow. The course content can consist of media, quizez and documents. This platform also offers admin dashboard to keep complete check on the users and enhance their experience.

Website
Skills Bazaar

Skills Bazaar is a search platform to find the right training program and certification, in your city, at your convenience. Built with the simple vision to help the insanely talented people move to the next level in their career - they are your 24/7 partner in serving your training needs in different domains - Technical, Professional, Banking, Hospitality, Soft Skills & Higher Education!

Website

Articles


Go functional with Java

Lambda is a function which acts like an object. Can be passed anywhere. Can be executed whenever needed. Can be defined in a single line. Can be created without a class. And much more. It helps to remove a lot of boilerplate code previously required by Java.

Article
How much I have paid to Uber?

Scrape Uber's ride history using selenium and chrome web driver. Then use google colabs to find some answers from that data, like how much have you paid to Uber?

Article
Java 9 Flow API

Flow API is Java's official support for Reactive Streams Specification. It is a combination of both Iterator(Pull) and Observer(Push) patterns.

Article