osdc / meetups

Organizing meetups for OSDC
MIT License
10 stars 33 forks source link

Weekly Community Meetup #2 #60

Closed daemon1024 closed 2 years ago

daemon1024 commented 2 years ago

Hello Folks! πŸ‘‹πŸ½

We resumed our weekly meetups last Friday, to streamline things more, we will be opening this issue thread each week from here on.

What's the weekly meetup about? We'll be going around talking about what we learned, currently working on or just something cool we discovered over the course of the week (don't worry even if it's not tech related). If anyone wants to talk about something in a bit of detail, we welcome you to present it to others after we go round the table once.

What is thread about? This thread will act as a way to gather important announcements/events across the community which includes announcements about upcoming foss events, major feats by community members etc. Also, If you are interested to talk about something in detail please check out the next section.

Call For Proposals Please comment down in the thread about the topic and expected length of the talk. We expect the talks/demo to be lightning talks i.e. around 5-10 mins of length. If you want to talk about it much more detail, you can open up a new issue using this template. Really appreciate any kind of knowledge sharing session in the meetups.

Date, Time and Venue TBA

Amitpatil215 commented 2 years ago

[Proposal for lightning talk]

Null Safety eliminating The Billion Dollar Mistake

One of the most common pitfalls in many programming languages, is that accessing a member of a null reference will result in a null reference exception. In Java this would be the equivalent of a NullPointerException and similar type of exceptions could be expected in other languages like cpp, dart, kotlin, go, Javascript, etc.

Some sub-topics would be:

Expected Length : 15 mins

cc: @daemon1024