Nicolás Esteban Morán Pulido

Nicolás Esteban Morán Pulido

About

Detail

Software Developer
Bogota D.C., Colombia

Contact Nicolás regarding: 
work
Full-time jobs
Starting at USD1.3K/month

Timeline


work
Job
school
Education
folder
Project (professional or personal)

Résumé


Jobs verified_user 0% verified
  • SamXLabs
    Full Stack Developer L2 public Remote experience
    SamXLabs
    Nov 2021 - Current (3 years 9 months)
    Software developer, and contributor of new features in web application development. React.js | Node.js | AWS (Lambdas, DynamoDb, CloudWatch, Amazon Event Bridge, S3) | JavaScript | Google Cloud Platform | API use (Facebook, Instagram, GMB, Twitter, OpenAI)
  • C
    Software Developer
    COALICO
    Mar 2021 - Jul 2021 (5 months)
    The creation of a web page with the purpose of presenting itself as a museum showing the information gathered by COALICO (Coalición contra la vinculación de niñas, niños y jóvenes al conflicto armado en Colombia) after the peace process in Colombia. To create this page we made use of: Frontend: - React (javascript) - HTML5/CSS3. Backend: A serverless architecture with AWS, using: - Lambda: Lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. - DynamoDB: is a key-value and document database that delivers single-digit millisecond performance at any scale. - S3: Amazon Simple Storage Service (Amazon S3) is an object storage service
  • H
    Software engineer
    Holberton School Colombia
    Jul 2019 - Nov 2021 (2 years 5 months)
    • Project and Peer Learning-based education, including low level, high-level programming languages, and DevOps fundamentals. • Applied the methodology learning by doing that allows learning how to rapidly adopt new skills and methodologies. Highlighted Projects: - Airbnb clone (Python, MySQL, HTML, CSS, Java, unit testing, Flask, Docker) - My own Shell (C, Bash Scripting) - My own Printf command (C) - DevOps Oriented Projects - (Advanced Linux commands, Puppet, SSH, Firewall, Nginx, LoadBalancer, HTTPS, Monitoring, Application Server, Regular Expressions, Bash Scripting) - Databases Oriented Projects - (MySQL, PostgreSQL, ORM)
Education verified_user 0% verified
  • Holberton School
    Software Engineer
    Holberton School
    Sep 2019 - Nov 2021 (2 years 3 months)
    Holberton is a software engineering school founded in Silicon Valley to address a gap in the education systems for aspiring software engineers.
  • HolbertonSchool
    Software engineer, Computer Programming/Programmer, General
    HolbertonSchool
    Jan 2019 - Jan 2021 (2 years 1 month)
  • San Angel School
    High School Diploma, High School/Secondary Diplomas and Certificates
    San Angel School
    Feb 2012 - Nov 2017 (5 years 10 months)
Projects (professional or personal) verified_user 0% verified
  • M
    Museo de la memoria
    May 2021 - Jul 2021 (3 months)
    The creation of a web page with the purpose of presenting itself as a museum showing the information gathered by COALICO (Coalición contra la vinculación de niñas, niños y jóvenes al conflicto armado en Colombia) after the peace process in Colombia. To create this page we made use of: Frontend: - React (javascript) - HTML5/CSS3. Backend: A serverless architecture with AWS, using: - Lambda: Lets you run code without provisioning or managing servers, creating workload-aware cluster scaling logic, maintaining event integrations, or managing runtimes. - DynamoDB: is a key-value and document database that delivers single-digit millisecond performance at any scale. - S3: Amazon Simple Storage Service (Amazon S3) is an object storage service
  • P
    Printf
    Jan 2020
    - Creation of a personal version of the printf function that is by default in the standard C libraries. Was used: - C programming language - Data Structuring - Debugging https://github.com/nickmoran06/printf
  • S
    Simple Shell
    Jan 2020
    - Creation of a simple version of the shell that comes by default in Linux systems. Was used: C programming language https://github.com/nickmoran06/simple_shell
  • F
    Focus Time
    Jan 2020 - Mar 2020 (3 months)
    A Google Chrome Extension to count how much time do you expend on productive apps. Developed with Javascript and HTML.
  • W
    Web Application (AirBnB-Clone)
    Jan 2020 - Feb 2020 (2 months)
    Development of a web application similar to the AirBnB platform. WEB APPLICATION: Implementation of Flask micro-framework to render templates using a storage engine. • Flask Blueprints. • Web Template Engine (Jinja). RESTful API: • Flask Blueprints. • Model-View-Controller (MVC). • Cross-Origin Resource Sharing (CORS). • Test-driven development (TDD). Front-end: • CSS • Javascript
  • D
    Database Storage Engine for Web Application
    Dec 2019 - Jan 2020 (2 months)
    Creation of a storage engine for back-end development using oriented relational mapping (ORM) with SQLAlchemy and MySQL. This project was developed in Python (programming language) using the following concepts: • If/else, Loops, Functions • Import & Modules • Data Structures: lists, dictionaries, tuple, sets • Classes and Objects (Object Oriented Programming) • Classes Inheritance • Test-driven Development • Object Relational Mapping (ORM) • Good Programming Style and Documentation
  • W
    Web Static content
    Dec 2019
    Creation of all front-end static content of a web application. This project was made on HTML and CSS with the following concepts: HTML • Elements/Tags • Attributes CSS • Class • Selector • Specificity • Box Properties
  • S
    Simple Shell
    Aug 2019 - Sep 2019 (2 months)
    By this project, we create our own simple shell. This program is a command interpreter in an operating system. It is made in the programming language C Covered concepts: • Functions. • Pointers, Strings and Arrays. • Command Line Arguments (argv, argc). • Dynamic Memory Allocation. • Data Structures (Singly Linked List). • Function Pointers. • System Calls. • Processes (Operating System). • Error Handling. • Recursion. • Nested Loops.
  • P
    Printf function
    Jul 2019 - Aug 2019 (2 months)
    Printf is a function that prints arguments according to its format or executes according to the option. It is made in the programming language C.
  • A
    Airbnb-Clone
    Jan 2019
    - Creation of a clone of the Airbnb web application. Was used: - Python - MySQL - Nginx - HAproxy - puppet - Javascript - CSS https://github.com/nickmoran06/AirBnB_clone_v4