Jan 6, 2019Flight Computer with XDK | IntroIn this project, we are going to focus on taking advantage of XDK for making a complete flight computer using its sensors and even can control any surface in rockets, cansats or drones. Purpose This project is going to be a solution that can be used in Drones, rockets or…Drones4 min readDrones4 min read
Jan 6, 2019Get into React: Happy Hacking! (PART II) 👾In the last part, we saw how to create your first React project, now what we are going to see in this second part, is about organization, architecture of your projects, and finally how to fetch data from a server.React1 min readReact1 min read
Dec 27, 2018Flight Computer with XDK| BackendNow that we have data from XDK (see more about it in C) we need to have a way to save it in a database and actually to can use it in some applications, having this in mind, we are going to build a powerful RESTful API using nodeJS, Hapi.js…Nodejs3 min readNodejs3 min read
Dec 27, 2018Flight Computer with XDK | FrontendResearching good options for JS I just found THREE.js that is a powerful tool for 3D rendering web, in the project we hope to have a ground station that is going to be powered by web app so I think that for this project is a good option. So for…Js5 min readJs5 min read
Aug 8, 2018Terminal Basics 💻In this post, we are going to learn how to use the terminal for UNIX systems, and of course, this one is just for beginners on programming. These basics are oriented to know how to install external libraries (i.e. …Terminal3 min readTerminal3 min read
Aug 2, 2018Get into React: Happy Hacking! (PART I) 👾There is a lot of tutorials on the internet about how to start in React, but it is difficult to find a good one. If I could give you an advice is that you have to define a goal. It could be a simple page for a friend, a page…Java Script4 min readJava Script4 min read