DEV Community

Cover image for Cohort 9 Onboarding Sessions
Warren Thinwar
Warren Thinwar

Posted on

Cohort 9 Onboarding Sessions

Introduction

Introduction to LuxDevHq

Data is the new buzzword that every company is trying to figure out. Today I am joining an onboarding session for my new journey as a learner at LuxdevHq Cohort 9 Program, that starts today 10th of August. This article covers my experience at LuxDevHq's onboarding session for my cohort

List of Items Learned

Here are some of the areas I have discovered today;

  1. I love baking
  2. Wesley is a marketer

Additionally, we have also learned that:

  • Luxdev offers a course for free after the first course.
  • Moses has serious hobbies and Joker has hobbies, and both hobbies cannot compete

Stephen gave us a quote:

I Came, I Saw, I Conquered!
By Stephan

Writing Lines Of Code

Here is a practical example of a line of code I will be using in class to practice SQL:

SELECT * FROM cohort9.applications;

Writing a block of code

Here is an example of an SQL Block that I wrote during onboarding session

SELECT student_name,
FROM cohort9.Applications,
WHERE student_name = "Mark"
Enter fullscreen mode Exit fullscreen mode

Photo Session

We also had a photo session with the available students who came for the session

Anime Shangri-la-frontier

Adding url link

Here is a link to Luxdev's github
Luxdev

Conclusion

In conclusion, today's luxdevHQ onboarding session has been quite
informative and insightful about their programs, different ways we can write good articles, the role of articles in Tech, and how to ensure how to write a good article.

Top comments (0)