JavaScript Repetition

A beginner like me needs a lot of repetition and practice. Well, that was our main subject for today session to practise. We went through exercises with our Teach lead and we asked questions. For me, it allows me to see where i lacked the knowledge to progress on my own. Afternoon, we did one hour of code which …

A day in the life of a web developer.

As we are approaching interviews and start an internship, it is primordial to know how a day in the life of web developer looks like. Knowing that a web developer works in a team, how a team collaborates, which methods they use, how to have a productive day and of course stay updated, a routine day in general. These …

Career week.

Today’s program was about getting ready for the career week. A career week is a week where we meet companies through interviews. So, for each Wednesday from last week, we have a chance to practise with coaches from Schindler and I would say it is my favourite time to learn from my mistakes and check from …

AJAX and JSON.

It was an exciting and enjoyable lesson, we learned how computers communicate using http/https (HyperText transfer Protocole secured), they can also be clients or servers. The general idea is that the client-side send a request and the server sends a response back to the client. JSON (JavaScript Object Notation) is a …

Introduction to frameworks and libraries.

After a few days, we began JavaScript, we pushed further today and we learn what is a framework and library. Especially, we learned different JavaScript frameworks and libraries. A technical difference between a library and a framework is that with a library the developer is in charge of the flow, he decides when and …

Coding Day.

Coding day is a day were on our own we go through exercises with no help and on the specific time, we have to submit it. It is challenging but same time it helps us to see our progression and what where we lack knowledge then we can see where we need to improve. I like this kind of exercises and I have fun today doing …

Practice JavaScript Event.

Going through exercises and coding, that was our main focus today. Especially on how to build a to do list App and to make a slider in JavaScript. Both exercises need to use events and they are perfect to practise on. Of course, it seems challenging at the beginning but with practice, it gets easier. The afternoon …

Workshop for Jobseekers.

From learning everything that we should know about and during an interview to have one and practice, that is what we did today, a quite interesting day. An interview is something not easy which need a lot of preparation but with support and help it can be done. We had a chance to work with an amazing team from …

HTML and The Document Object Model.

After a few days of learning JavaScript, we started on how to use DOM to modify Html and to use events which are an important part of a dynamic website. We did a recap, which aided me to check how far I understood the previous lesson, and same time doing exercises on the debugging developer tools helped me to see how …

JavaScript with Loops.

We started our day with a recap about everything we learned so far covering JavaScript, datatypes (string, number, arrays, undefined, boolean, object), variables, condition, functions and some different methods. Most important, we did an exercise collectively in a live coding session called " Basic Facebook or …

Functions, objects and arrays.

We began our day with functions, object and arrays. A function in JavaScript is a block of code written to act and it can be reused. E.g.: function myFunction(x, y, z){ return x + y * z; } Object is a data type in JavaScript and a data structure. It can contain many values with different data types even …

Algorithm.

A few days ago, we learned the meaning of “programming” which by the way means solving problems using codes, like a program that performs a set of tasks and meets all constraints. Well, the set of tasks is called Algorithm. In case, you write a program with those set of tasks, you end up with a computer …