Published in IT student life·Sep 12, 2021Frontend Challenge — Spotify UX CaseUnderstanding the different challenges faced by a frontend developer is part of the Web Development specialization. Especially if the chosen path is that of a full-stack developer. This project is split into 3 parts: Research: this one, where you will get familiar with these 3 personas, UX problems, and starting…UX Design6 min readUX Design6 min read
Published in IT student life·Apr 28, 2021Flow overview of a web infrastructureBeing a Full-Stack Software Engineer I know many people who believe that Google is responsible for showing you a website, they just put in where they want to go and follow the clicks it shows on the screen. But the real magic is in the web infrastructure. …Web Infrastructure7 min readWeb Infrastructure7 min read
Published in IT student life·Apr 12, 2021The future is not what it used to beThe Internet of Things is advancing by leaps and bounds and is already among us. What to expect?Io T1 min readIo T1 min readThe future is not what it used to beThe Internet of Things is advancing by leaps and bounds and is already among us. What to expect?https://in.pinterest.com/pin/526780487646871222/----
Published in IT student life·Feb 11, 2021Say my name!Recursion concepts What is recursion? According to Wikipedia recursion occurs when something is defined in terms of itself or of its type. Precisely for computer science we can say that it is a function that calls itself. …Recursion3 min readRecursion3 min read
Published in IT student life·Jan 12, 2021Nothing endures but changePython3: Mutable, Immutable… everything is object! — Today we will talk about Python, about why everyone is an object. It follows the principle of “First-Class Everything”. This concept centers around the idea of having every single item of data in python belonging to a class as an object with attributes and methods. id and type Each object has an id…Python 33 min readPython 33 min read
Published in IT student life·Dec 14, 2020All about Libraries in C languagePost-Technical At the time of programming we find a series of features that we have the need to repeat constantly. Programming in C these features can be grouped into dynamic or static libraries, which we can access to avoid duplicate code, increasing the quality and development time, although they share…5 min read5 min read
Published in IT student life·Nov 25, 2020Report: “ls -l”Survivor’s logbook — by Roberto Ribeiro and Luciana Sarachu — Back home What an intense journey! We are four crew members in the ship, two teams with the sole mission of discovering how the linux command interpreter works inside. My team is Luciana Sarachu and me. An excellent mix of “nerdism” at different levels of experience. Many things have happened, a…5 min read5 min read
Published in IT student life·Oct 11, 2020The statics libraries¿What are they? When we started programming in C our first tasks were to code a program that uses functions from the standard library “#include <stdio.h>”. But, what is this .h …C Language Tutorials4 min readC Language Tutorials4 min read
Published in IT student life·Sep 19, 2020I’m here and also thereA little bit about links in Linux environment Introduction Today we will try to explain the difference about hard links and symbolic links in the Linux environment. If you come from Windows we will explain how they differ from shortcuts. A bit of theory To begin with, we must know that in Linux each file…Linux Tutorial4 min readLinux Tutorial4 min read
Published in IT student life·Sep 17, 2020make it rollin!The compilation process in C language. — What is “gcc”? First I will explain what gcc is and why we use it. The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. …2 min read2 min read