Top Skills
Full Stack Web Development 90%About me
Hey there, I'm Naresh, a passionate software engineer who graduated from NIT Bhopal with a B.Tech in Electronics and Communication Engineering(ECE). While my academic record was exceptional with a CGPA of 7.8, my heart was always drawn toward computer science.
I discovered my love for coding in my 5th semester and never looked back. From Core Java to Advance Java, Android App Development, SpringBoot to Django, and Python, I explored various technologies to develop web applications and microservices. I've worked on RESTful APIs, leveraging databases such as SQLite, PostgreSQL, Oracle SQL, MySQL, Firebase-Firestore, MongoDB, and much more.
As my skills progressed, I ventured into Android app development, creating innovative apps like Taskzoid, Trivia 2.0, and more recently, a project that has honed my skills by 3-4 times.
I've built a range of applications, including web applications like Property-Baazar, Cafe House, Binary Beast, SocialON, RESTful APIs like To Do SpringBoot REST APIs, Course REST API, and much more.
I have also designed and developed my own portfolio website using my skills in full-stack web development(i.e. currently you are looking at). This website is a testament to my abilities and showcases my various projects and accomplishments.
I've also dabbled in JavaScript, Node.js, MongoDB, Express.js, and other cutting-edge technologies.
My professional journey started as a Salesforce Developer Trainee at Mirketa, where I received recognition as "Fresher of the Year 2021". My responsibilities included managing and developing legacy projects, working on new POCs, and presenting demos to clients.
However, I decided to move on and took on an opportunity with Samsung Electronics(SRID) as an Engineer-1. I was primarily engaged in Android app development. I created impressive apps from scratch and was honored with the "Young Achiever of the Year 2022" award.
As for myself, I'm a lover of all things tech and enjoy discovering new tools and techniques to create amazing user experiences. In my free time, I'm often found tinkering with new technologies or experimenting with my latest idea.
Services
Need help with Tools & Technologies? Contact me.
Full Stack Web Developer
Seasoned web developer proficient in Django, SpringBoot, and Javascript with over 3 years of experience in the field. To date, I have developed over 15 web applications, of which 7+ are currently live and in production.
.Django Developer
Experienced Django developer with more than 7+ live web applications including current website. Worked on Django-PostgreSQL, Django-SQL. Proficient in Django Models, Django Forms, Templates, etc.
.Java Developer
Working on java for the last 2-3 years. Proficient in Java oops, Collections,java.util/java.io Streams, Multi-Threading & Synchronizations, etc. Up to now, core Java is my primary language for computer programs.
.SpringBoot Developer
Worked on SpringBoot REST APIs. Also worked on JPA, JPQL, Spring JDBC, Core Spring, Spring Data, Spring ORM. Developed a couple of services using Spring-MVC, JDBC, PostgreSQL, etc.
.Salesforce Certified Administrator
Salesforce Certified Administrator with solid knowledge of Salesforce Admin tools including Salesforce Securities, Automation Tools, SalesforceA App Manag. and UI Customizations, User Manag., Sales and Service cloud, etc.
.Front End Developer
Developed dozen of web applications using HTML5,CSS3, Bootstrap4, Javascript, etc front-end development tools. Also integrated Google Maps using JS, CKEditor, Disqus API, etc which are 3rd party tools.
.Advance Java
Working on advanced Java for the last 2-3 years and developed many web apps and REST Apis. Proficient in Servlets, Session Management, Web Security, Expression Language (EL), JSP, JDBC, etc.
.Android Development
As an intermediate Android developer with experience in Java, I have created several fully functional apps. My current focus is on developing a new project that utilizes my skills in Android development and allows me to further enhance my capabilities in this field.
.Data Visualization and Web Scrapping
Beginner in Data Analysis through Python. I have also worked on Web Scrapping through Beautiful Soup. I have scrapped Top Trending Job data from Indeed.com and visualized that using Python and Anaconda.
.Beginner in
I have worked on JavaScript and Express.js but still I have to catch up on some more depth knowledge. Python is on this list as well.
.13
COMPLETE WEBSITES500
QUESTIONS ON Leetcode900
QUESTIONS ON GeeksForGeeks5
ANDROID APPSProjects
Here are all my projects, check them out.
Naresh and I have been part of many projects together. Each time I am taken aback by his enthusiasm and willingness to learn new things and by his hard-working nature. Naresh was one of the reasons I started coding and I wish him all the very best for all his future endeavors.
-- SDE at Flipkart & one of the top competitive programmers at MANIT
-- 5 * at CodeChef & Expert at Codeforces
I have worked with Naresh in my prefinal year on various Django projects he is deeply expertise in Django and by consistently making projects and doing hard work he is taking his skills to next level keep going dude you are doing great!!
-- SDE at Bluestacks
Naresh is good in Javascript and Data Structure. We've solved many DSA-related questions on Leetcode, GFG, Codechef, and even coding tests of many recruiting companies like Paytm, LTI, TCS, Amazon, etc.
-- SDE at Samsung
Naresh is good in Java, Python, Django and also he helped me to enhance my knowledge in this domain.
-- SDE at Walmart
Naresh is a hardworking person. He's the best and keeps up the great work!
-- SDE at Jio
It was a really really great experience to learn Django from you.
-- SDE at Puresoftware
Blogs
Read My Latest Blogs
Salesforce
Account, Contacts, Opportunities, Leads, Products and Price Books
All you need to know about Salesforce standard objects in the Sales cloud. This article includes Account, Contact, Lead, Opportunity, Product, and Price Book. How Account is related to Contact? How to enable Person Account? How do Leads get converted in Account, Contact, and Opportunity?
Salesforce
Salesforce Security and Permission-Based Sharing Rules
The platform makes it easy to specify which users can view, create, edit, or delete any record or field in the app. You can control access to your whole org, a specific object, a specific field, or even an individual record.
Salesforce
Queue and Assignment Rule in Salesforce
Salesforce Queues are a collection of records that doesn’t have any owner. Users who have access to the queue can examine every record that is in it and claim ownership of the ones they want. Queues in Salesforce help to prioritize, distribute, and assign records to teams who share workloads.
Password Protected
Vibrations of the mind
Everyone is destined for something whether it is vital or not? Life is a journey that has to be traveled no matter what makes you stoppable. There will be uncountable hurdles that will force you to quit. But you have to persist until the last din of your heart. There will be some people who will give up before touching the destination, some will not even commence, some will be nullified by the obstacles. The main concern would be how far away you can go?
PYTHON
Send Emails in Django
For sending emails we can use 'smtblib' which is an inbuilt library in python. By this, we can send as many emails as we want simultaneously just in one click. Apart from this Django also provides a light wrapper over it. These functionalities are just used to send quickly...
Password Protected
Object Typecasting in JAVA
For successfully typecasting three rules must be satisfied. In these three rules, the first two rules checked by the compiler, and the last one will be check by the JVM. When all the three rules are followed, only then you can typecase the given object from one to another. If any of them failed then there will be an error.