Archives de
Auteur/autrice : Axel Teillier

Choosing the best programming language for developping a mobile app

Choosing the best programming language for developping a mobile app

Choosing a programming language for building a mobile app can be confusing for a beginner. This is why I decided, both for my personal culture, as for that of my classmates, to carry out a review of the different programming languages for mobiles and thus answer to the question… Which one should you use? Your choice of a given language that you are going to use for application development depends mainly on the operating system you are going to work…

Lire la suite Lire la suite

Qu’est-ce que la conception de projet?

Qu’est-ce que la conception de projet?

Une conception de projet est la première phase du cycle d’un projet. Au commencement, un projet se développe comme une idée ou une vision. Cependant, les étapes pour le rendre réalisable sont assez difficiles. Une idée ne peut devenir réalité qu’une fois décomposée en différent éléments organisés et exploitables dans une chronologie. La conception de projet est centrée sur les problèmes et les solutions. Elle consiste à identifier un problème, soit actuel soit dans un futur proche, et d’y trouver des…

Lire la suite Lire la suite

The Hack Of Twitter

The Hack Of Twitter

On July 15, 2020, nearly 150 certified twitter accounts of personalities, such as Elon Musk, Bill Gates, Jeff Bezos, Barack Obama or Joe Biden, but also companies like Apple and Uber, were hacked and used for a massive bitcoin scam. Indeed, their accounts all had a message appearing on their profile. Messages posted by hackers encourage users to send bitcoins to specific addresses and claimed that these amounts would be doubled. It’s unclear exactly what impact this attack had on…

Lire la suite Lire la suite

React Native

React Native

Prior reading(Thanks Thibault Jolivet :)) What’s React Native? React Native is an open-source application framework created by Facebook in 2015, 2 years after the creation of the framework React. It is used to develop mobile applications such as Android, Android TV, iOS, macOS, Windows, etc. It uses tools based on JavaScript technology and the React library. How it works? As the name suggests, react native use native codes. « What does that mean?  » A native mobile app is a smartphone…

Lire la suite Lire la suite

JAVA 3D

JAVA 3D

What’s JAVA 3D? Java 3D is an addition to Java for displaying three-dimensional graphics (3D) using a true object-oriented approach. Java 3D and its documentation are available for download separately, they are not part of the Java Development Kit (JDK). With the use of Java 3D, it is easy to create virtual worlds with lighting, texture mapping, behaviors, and other features that immerse users in a visual and interactive experience. Indeed, Java 3D allows you to create virtual worlds complete…

Lire la suite Lire la suite

The DSDM Method

The DSDM Method

What’s the DSDM? DSDM stands for Dynamic Systems Development Method. It is an agile project delivery framework. In order to understand what is a DSDM method, we have to understand first what are a project management method and an agile management. What’s a project management method? Back in the 90’s, there was an increasing pressure on organizations to deliver working solutions to business problems in ever shorter time scales without compromising quality. Business leaders were frustrated by costly rigid or…

Lire la suite Lire la suite

CSS Grid

CSS Grid

What’s CSS Grid? The CSS Grid Layout is a two-dimensional grid-based layout system based on both columns and rows. Thanks to this feature, Grid is the most powerful layout system currently available in CSS, even more than the CSS Flexbox layout which a one-dimensional system. How to use it? Grid / Inline To get started, you have to create an html file where you define all your containers. I’ll let you do it without any clues because I know you…

Lire la suite Lire la suite