RBKBlog
Introduction to JavaScript : Functions
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...
8 Job hunting tips for software engineers
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...
TOP 7 software development trends of 2020 !
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 always...
5 Frontend skills you need to know to be a frontend developer !
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...
TOP Concepts Every Programmer Should Know
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...
Introduction to JavaScript : Data Types
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:...
How to create JavaScript Objects and Use them !
You have already learned that JavaScript variables are containers for data values(if not check out our previous article Introduction to JS Objects) . and that objects are the same as variables they can contain many values. what’ll be doing ? Let’s consider a...
Why we have too few women leaders – Sheryl Sandberg
The reality about women in technology and the obstacles they face, is that in order for change, men have to get on-board. They have to come to bat for their female coworkers to affect this change and prove that issues affecting women in the workplace affect men as...
Introduction to JavaScript : Objects
JavaScript is designed on a simple object-based paradigm. An object is a collection of properties, and a property is an association between a name(also known as key) and a value. A property's value can be a function, in which case the property is known as a method. In...
How to make a JavaScript app in 20 lines of code !
What are we building ? Let’s build a web app that serves as a daily self-motivator and tool to brighten up your mood. got it ? An app that shows you a random inspiration quote from Kanye quotes API ! Wanna have an idea about Kanye API (application...
Git VS GitHub
Qu'est-ce que Git ? Git est de loin le système de contrôle de version le plus largement utilisé aujourd'hui. Git est un projet open source avancé, qui est activement maintenu. À l'origine, il a été développé en 2005 par Linus Torvalds, le créateur...
Where are women in the world of tech ?
It's time to bring these soldiers out of the shadows and show in broad daylight that there is such a thing as a woman leader in Tech. She has always existed! Why do we need to talk about women and technology? Did you know that behind the first photograph of a black...
Get Started
Apprenez à coder et à penser comme un Ingénieur.