✨ Day 23 of Learning Utsav: Today, focused into enhancing real-time communication by upgrading socket connections. This upgrade enables users to chat seamlessly, making the experience much more interactive and engaging! Along the way, I encountered and resolved some debugging challenges, particularly around message delivery and connection stability. #LUD23 #FestivalOfLearning #LearningUtsav
Dipesh Devkota’s Post
More Relevant Posts
-
Day 31: Last day of the Learning Utsav Challenge! Today was the last day of Learning Utsav, so I did a random password generator project. One of the practical ways to employ the use of JavaScript functions, DOM manipulation, and event handling was this project. The aim there was to create an interface where users could generate a random password and then easily copy it to their clipboard. For this, I wrote the logic of password generation in JavaScript and utilized an API to enable a one-click copy of the generated password. I was able to create something fun and useful but also practice event handling and user interaction design. Wrapping up this challenge, I had enough motivation to continue my learning journey and take up more projects. This is just a starting point, and I am excited to see where consistent learning and practicing take me. Here's to more challenges, new skills, and endless possibilities! #FinalDay #LearningUtsav #ConsistentLearning #LearningJourney #LUD{31}
To view or add a comment, sign in
-
Day 10 of my Learning Challenge Today, I delved into Knowledge Representation & Planning. I explored: Propositional Logic: Inference, Resolution, Forward and Backward Chaining First Order Logic: Reasoning patterns and Resolution These concepts form the foundation for building intelligent systems and help in understanding how machines can reason and make decisions. #LearningUtsav #LUD10 Learning Utsav
To view or add a comment, sign in
-
Day 13 of My Learning Challenge Today, I dived into Recommendation Systems and got a clear understanding of how they work. I also learned about Collaborative Filtering, which is a method used by many platforms to recommend items to users based on what similar users have liked or interacted with. 🛍️📊 It’s fascinating to see how these systems are built to personalize recommendations for everyone. Now I see how important they are in making our online experience better! #LearningUtsav #LUD13 Learning Utsav
To view or add a comment, sign in
-
#fundamentalfriday Looking forward for lot of answers Hi All so the fundamental Fridays are back A very simple basic question on UVM What is the difference between these two statements What is happening with these statements in uvm One is a class constructor and other is creating the component . So what is the difference function new(string name, uvm_component parent); super.new(name, parent); endfunction function void build_phase(uvm_phase phase); super.build_phase(phase); driver = my_driver::type_id::create("driver", this); endfunction #uvm #uvmmethodology #fundamentalfriday #uvmconcepts #uvmsyntax #verification #testbenches #verificationengineer #training #mirafratechnologies #puzzle #question #quiz
To view or add a comment, sign in
-
Delighted to share our team's achievement of securing 3rd place in the Code Debugging Competition at Mechatronz Fest 2K24! 🏆 This competition challenged us to identify and fix bugs within a tight timeframe, further honing our problem-solving and analytical skills with my team mate Varshini R. Huge gratitude to SMVEC for providing this platform to showcase our technical skills! This experience highlights the importance of teamwork and collaboration. #CodeDebugging #ProgrammingCompetition #TechSkills #Teamwork #ProblemSolvingSkills
To view or add a comment, sign in
-
"Excited to share that our team, Code Crusaders from MVSR Engineering College, participated in the National Level VJ Hackathon - Victory & Joy in Smart Innovations. Our project on addressing children's dietary imbalances through AI-powered solutions was a fulfilling and innovative experience. Grateful for the opportunity and proud to have worked alongside an amazing team:sai sritha ganta and BOLENANE KUSUMA Together, we aimed to make a positive impact. #Hackathon #Innovation #AIForGood #Teamwork #MVSR"
To view or add a comment, sign in
-
Exploring the MobileNet Model! Recently, I've been diving deep into studying the YOLO (You Only Look Once) model and analyzing its strengths. But as I started exploring, today as day 17 of Learning Utsav, I looked at cons of YOLO, I discovered the MobileNet that has efficiency, lower resource consumption, smaller model size, and better suitability for mobile and embedded systems than Yolo. On exploring, I discovered a project from Edje Electronic and I decided to run the MobileNet model on my own devices. The results have been impressive! Link to Colab file : https://lnkd.in/dfgTeZT5 #LearningUtsav #FestivalOfLearning #LUD17
To view or add a comment, sign in
-
Day 30 of Learning Utsav 📚💫 Meet the updated version of My ChatBot :- Prodigy (Karlos version 2.0). You can chat with it through this link. https://lnkd.in/ebYHuvSc #learningutsav #festivaloflearning #LUD30
To view or add a comment, sign in
-
🚀 Day 15 of #LearningUtsav: Built a QR Code Generator using Express.js and QRCode library. Now, anyone can generate QR codes for their website or social media profiles on the fly! From Instagram to LinkedIn, everything is just a scan away! 🎉 #FestivalOfLearning #QRcode #LUD15 Learning Utsav
To view or add a comment, sign in
-
#LUD13 Day13: API in redux Flow of API Call in Redux: 1) User Action Dispatch -> API call is triggered by user action 2) Action Creator (Thunk) -> handles the side effect 3) Dispatching Request Action -> Before the API call, a "request" action is dispatched to indicate the start of the process 4) API Call -> Thunk makes the actual API request 5) Dispatching Success or Failure 6) Reducers Update State -> Reducers listen to this and update the store accordingly 7) UI Update #LearningUtsav #FestivalOfLearning #LUD13 Learning Utsav
To view or add a comment, sign in