🚀 Excited to announce my latest project at NovaNectar Services Pvt. Ltd.: **Quiz Platform** developed in Java! This project features a user-friendly interface with functionalities such as user registration, login, multiple quiz categories, and various question formats (multiple choice, true/false). It includes a comprehensive scoring system, timer, and instant feedback on answers. The platform also offers an admin panel for creating, editing, and managing quizzes. We've ensured data persistence using a database, optimized for performance, security, and scalability, and made sure the code is clean, modular, and well-documented. It's cross-platform compatible and has been thoroughly tested for reliability. Detailed documentation for setup, usage, and future updates is provided. GitHub Link:https://lnkd.in/gVHkYesP #JavaDevelopment #QuizPlatform #SoftwareEngineering #TechInnovation #Coding #Programming #Java #TechProjects #NOVANECTAR
Akash M’s Post
More Relevant Posts
-
Welcome to day 11 of #hustleWithAkshay 31 days challenge with sharing Next.js based application named as TimeLine. Get feedback for your product or software from your customers by just sharing your uniquely generated link with the help of this project. I have developed an application that can help to get anonymous feedback from customers without revealing their identity. Here is the details about the TimeLine Project : Get your unique username based link generated to get feedback from your user and customers. 1. Start with OTP based sign-up. 2. Sign-in to access your link on dashboard. 3. Get your unique link which can be shared with anyone to get feedback for product improvement. 4. You can stop getting feedback by just one click on accept message toggle button. 5. You can also change theme of application between dark and light. 👉 Here is the link to access the platform : 🎉 https://lnkd.in/gc32yd9H Your can also checkout demo video to explore it within 1 minutes. (already speed at 2.25x) I would like to get feedback about me and this product with help of following unique generated link for me : 🎉 https://lnkd.in/gNYsMJVr you can give feedback, message me and even give me suggestions will be appreciated. 👉 Now, Let's talk about Tech-stack and tools used for this application: 🔸Zod : For data validation. 🔸TypeScript: Type Safety. 🔸Next.js : Full stack framework for both Frontend and Backend development. 🔸Node-mailer : For Sending mail. 🔸Shadcn : For UI components. 🔸Mongodb-atlas : Mongodb cloud based Database. 🔸vercel : Project Deployment. 🔸next-themes : For theme changes. 🔸lucide-react : Icons. 🔸Git and Github: Project development tracking and developing repository. 🔸Next-Auth: Authentication of user. 👉 Ending today's post with Coding Quote for Software Engineers : "The function of good software is to make the complex appear to be simple." #hustlewithAkshay #learnInPublic #learing #indiehacker #softwareEngineer #linkedInforCreators
To view or add a comment, sign in
-
Proceeding towards the next task that i have been assigned to do by Cognifyz Technologies. ✨ Level 1 : Task 2 - Palindrome Checker. ✨ Purpose: This code immediately tells whether the entered word or a phrase or a number is palindrome or not. Palindrome: A palindrome is a word or phrase that reads the same forwards and backward, ignoring spaces and punctuation. I found this task to be more interesting to find such words and phrases! #cognifyz #cognifyzTech #cognifyzTechnologies #java #development
To view or add a comment, sign in
-
Here's what you might have missed this week at Bluo: 🔵 Incoming events: Amplify Conf. 24 📅 Tuesday, Aug 20 - Wednesday, 21 Aug Our events section highlights the latest opportunities for IT professionals and leaders. On this occasion, Amplify is a cross-functional conference and networking event that brings tech leaders together to share perspectives on software quality and digital experience delivery. 🔵 Resource Share: Gathering Feedback From Employees and Customers 💡 In our past daily brief, we reviewed key strategies for gathering and leveraging employees' and customers' feedback to drive growth and improvement in software agencies. As well as how to foster a feedback-rich culture, using technology for efficient data collection, and turn insights into actionable steps that improve both team dynamics and client satisfaction 🔵 Talent marketplace: Are you looking for a Python Developer? 🧑💻 This week, one of our Bluo members offered the services of their Phyton Developer with 10+ years of experience in Python, Django, React, Angular, and AWS in our talent marketplace. Join the conversation and stay updated with the latest happenings, from conferences, resources, talents available, tips, and news!
To view or add a comment, sign in
-
💫Hello Connections! 🎉Thrilled to have earned a certificate in "programming in C" course from @infosys springboard. This milestone marks a significant step in my journey as a software engineer, enhancing my skills in algorithm design and system programming. Excited to apply this knowledge in future projects and contribute to the world of software development!🏅 📆 Course Completion: May 3 2024 🏆Certificate Issued: May 5, 2024 #ProgrammingInC #certificationachievement #softwareengineering #infosysspringboard #linkedin #coding
To view or add a comment, sign in
-
😆 😉 #Day32 in Solving problem of the Day from GeeksforGeeks. Today's problem is from Hashing had solved successfully. 🥰 😍 From today onwards I will try to speak something on the topic which I had used to solve the #potd from GeeksforGeeks. #Hashing is all about mapping one object with another object, It had certain elements like hash map, hash set, tree set etc. Every Data structure in #Hashing had a unique properties and depends upon the requirement we will use. Problem : Remove Duplicates Topics : Hashing, Hash Set Problem Link : https://lnkd.in/g5aBDDBw Approach : 👏 First I had created a Hash Set and Hash set stores the only unique elements. 👏 Created an Array List to return the unique elements. 👏 Then Iterated the given array. 👏 If the current element is not present in set then added in the array list. and added the element into the set. #Hashing #Java #DSA #Development #Software #IT #100DaysOfCoding #Code #Coder #Coding #JavaDeveloper #PythonDeveloper #it #Work #geeksforgeeks #GFG #POTD #Google #Infosys #Creds #Wipro #tcs
To view or add a comment, sign in
-
Excited to share I have completed my 4th task at Cognifyz Technologies 🚀 🚀 --> imported "random" , "scanner" and "Arraylist" at first.. --> predefined "UPPERCASE","LOWERCASE","DlGITS" and "STRING"... --> Taken input from the user (the length of the password)... --> Ask user whether "lowercase","uppercase","numbers" and "special characters" should be included or not ??? --> String is created using the StringBuilder class. --> If the user chose not to have the special characters, then the special char will be removed from the Random Generated Password...... --> New String(Generated password) is generated using Append method.. Below is the function video of how the Random password was generated ✈ ✈ ✈ In the End we showed the result where user entered the strength as "10" and chose not to have digits and special characters in the password #cognifyzTechnologies #cognifyz #cognifyzTech #java #4thTask #learner #append #RandomPassword #
To view or add a comment, sign in
-
During my time at Codsoft, I encountered a challenging Java programming task that required me to develop a Guess the Number game. While working on this project, I learned the importance of efficient code structuring and debugging techniques. This experience not only honed my Java skills but also taught me valuable problem-solving strategies that I continue to apply in my work today. Grateful for the opportunity to grow alongside Codsoft's innovative projects! #JavaProgramming #ProblemSolving #CodsoftExperience
To view or add a comment, sign in
-
🚀 Day 31: Solving the Find All People With Secret with C++ 🚀 Today marks my 31st day in the journey of exploring algorithmic problem-solving. I recently encountered an intriguing problem from LeetCode that required me to devise a solution using C++. Let me walk you through the process and the insights gained along the way. The problem at hand, titled "Find All People With Secret", involved managing meeting attendees and understanding their connectivity within various meetings. Given a set of meetings represented as intervals and the initial attendee, the task was to identify all individuals who attended at least one meeting with the initial attendee. Quite a fascinating challenge, isn't it? To tackle this, I employed a combination of data structures and algorithms in C++. Let me break down the approach: Defining the Data Structure: I started by defining a class called Solution, which encapsulates the necessary functionality. Grouping Attendees: The crux of the solution lies in grouping attendees based on their connectivity. I utilized an array groups[] to keep track of groups. Implementing Union-Find: The find() method employs the union-find algorithm to determine the group to which an attendee belongs. It recursively searches until it finds the ultimate parent. Processing Meetings: Sorting the meetings based on their end times facilitated efficient processing. As I traversed through the meetings, I updated the attendee groups accordingly. Identifying Connectivity: After processing all meetings, I extracted attendees who belonged to the same group as the initial attendee, thus establishing their connectivity. Optimizing Performance: To ensure efficiency, I leveraged static memory allocation and cleared temporary vectors to avoid unnecessary memory overhead. By systematically breaking down the problem and employing these techniques, I was able to devise a robust solution that efficiently identifies attendee connectivity within meetings. Reflecting on this journey, each problem encountered serves as a stepping stone for honing problem-solving skills. With each passing day, I find myself delving deeper into the intricacies of algorithms and data structures, constantly pushing the boundaries of what I can achieve. Stay tuned for more insights from my algorithmic adventures as I continue to explore and learn. Here's to the 31st streak day and the countless discoveries that lie ahead! 🌟 #Algorithm #ProblemSolving #CPlusPlus #DataStructures #LinkedInLearning #31DaysOfCode #LeetCode
To view or add a comment, sign in
-
Hello people!! 🎉 Task 4 Completed at Cognifyz Technologies ! Successfully implemented a feature that dynamically changes the background to a blend of two colors upon button click. Enhancing the visual appeal and interactivity of our website! Steps: 1.Add a button element to index.html. 2.Write JavaScript code in a <script> tag or a separate file (script.js) to change the background color when the button is clicked. 3.Test the functionality by clicking the button and observing the background color change. #FrontendDevelopment #cognifyz #cognifyztechnologies #cognifyztech
To view or add a comment, sign in
MERN Stack developer || DSA Enthusiast || Java
5moExcellent work 👏👏