React <> MongoDB Dublin Spring Meetup
General Info
Hey, Dublin Community!
MongoDB User Group Dublin is collaborating with ReactJS Dublin for the React Spring Meetup on March 21 at MongoDB office to talk about all things React and dive deep into the details and internals of our favourite libraries, tools, and patterns
Registration
To attend the meetup please REGISTER HERE via Guild.
Feel free to bring +1 friend who is interested in joining us (just share the Guild link - so your friend could register as well).
Event Schedule
18:00 - Doors open - snacks, beer, socialization
19:00 - Intro and announcements
19:10 - React Server Components – Rakesh Srinivasan
19:30 - Dive into MongoDB Atlas Vector Search: a Primer – Harshit Mehta
19:50 - Break with drinks, networking
20:00 - Why React – Berkay Özdemir
20:20 - Networking, Open Mic Lightning Talks
Mingle until 9.30 pm
Where?
Event Type: In-Person
Location: Mongodb, Dublin Building 2 Number One Ballsbridge Dublin 4, D04 Y3X9
Talks
Rakesh Srinivasan - React Server Components
This discussion is designed to clarify the differences between client and server components, highlighting their respective advantages and disadvantages. Additionally, it will examine situations that determine the appropriate use of each type of component.
Harshit Mehta – Dive into MongoDB Atlas Vector Search: a Primer
Learn about MongoDB Atlas’s new Vector Search offering and how developers can use this to do semantic searches on top of their application data. We’ll then go through a demo where we show the experience of embedding/vectorizing a document, inserting it into the cluster, and finally querying that data to find semantically similar data to our questions.
Berkay Özdemir – Why React
React has become one of the indispensable tools of modern web application development. This open source JavaScript library developed by Facebook is used to create user interfaces and is extremely effective in developing single page applications (SPA). React’s core approach is based on a component-based architecture; This breaks complex user interfaces into smaller, reusable parts.
This simplifies the development process and makes the code more organized. Additionally, it improves performance by using virtual DOM (Document Object Model) and makes the application run faster. React’s large community also provides an advantage in finding support and resources for developers. Therefore, React has become a common choice in the web development world.