by Nermine Slimane | Sep 10, 2020 | Article Anglais
First of all, what does a software engineer do?Designing, conceiving, developing, testing and maintaining a product or a project according to the needs and preferences of clients or product owners. To become a software engineer you’ll need a formal degree or...
by Nermine Slimane | Sep 3, 2020 | Article Anglais
Daily technology has greatly improved people’s quality of life. Technology is a miracle, because what seemed completely impossible five years ago became a common practice. Except for perpetual motion machines and timing machines. However, time machines are not...
by Nermine Slimane | Aug 31, 2020 | Article Anglais
In this article,we will cover the most basic and important skills you need . Before we begin , What is FrontEnd developement ? Front-end web development (also called client-side development) is the practice of generating HTML, CSS, and JavaScript for a website or web...
by Nermine Slimane | Aug 25, 2020 | Article Anglais
If you have been programming for a while and want to learn programming, then you may be thinking about what a good programmer is ? What can computer science graduates do to prepare for software development and programming careers? The expectations for junior...
by Nermine Slimane | Aug 18, 2020 | Article Anglais
A JavaScript function is a block of code designed to perform a particular task. It is executed when something invokes it (calls it) It is defined with a function key world followed by a name followed by parentheses () Function myFunction (s1,s2) {return s1*s2 //the...
by Nermine Slimane | Aug 3, 2020 | Article Anglais
In this article we’ll cover all about variables and data types and why we need them! So what are variables ? Imagine that a variable is a box, and in that box we can put different types of things that are data types. So basically variables can hold many data types:...