Portafolio

by: Camilo Baquero

1. Data Engineer UneSeguros.com.co

Developed Back-end and Front-end for this insurance company. Using technologies such as Django, SQL and implementing Data Analyzes to databases using Pandas and WebScraping.

  • Python with ML
  • React Js
  • Django
  • Sass and Css Style
  • Postgress Data Base
  • UX and SEO
image
image
image
image

2. Data Analysis HomeParte.com

Homeparte is a Startup Fintech, uses Machine Learning algorithms to predict the price of real estate and invest using Crowfunding..

  • Machine Learning
  • Pandas and WebScraping
  • API REST
  • Smart Contracts with Blockchain
  • Ruby Rails
  • AWS

3. Python Engineer
Finfix.co

Finfix is a company that uses extraction and webscraping technology, with information crossings to generate automated financial reports.

  • SASS
  • AWS
  • Firebase
  • Node.js
  • HTML5 and Javascript
  • Automated Accounting
image
image
image
image

4. Software Enginner SuperBaratto.com

Online food supermarket low-cost. Their competition is traditional stores like D1. Achieving the lowest price through price optimization algorithms.

  • Firebase
  • Serverless
  • A powerful open API
  • REACT
  • CSS5 HTML5
  • SEO

Blog by Camilo Baquero

In this blog post some things that I'm working on or what I'm learning on a daily. A small contribution to the Programmers community.

image

Machine Learning to my Grandma

Hi Grandma, today we talk about Machine Learning. Grandma says: What? What is that, son? Well, Grandma, every day you use Artificial Intelligence, but usually hidden in our life, behind that your favorite apps like Google Translate, recommendation videos of Youtube, or questions to Siri, went search similar pictures, or but and book in Amazon, when Facebook recognizes friends ...

Read More
image

The Mistery Python: Mutable and Immutable Types.

When we start to programming in Python, we discovery that the numbers, strings and tuples are inmmutable, on the other hand list are mutable. Why? What does this mean? In practice we can change a String, for example...

Read More
image

Libraries in C — How to create libraries in C?

Libraries is a collection of items that you can call from your program, and has the advantage that you can reuse the work that had already been done and it may have fewer bugs because a lot of people use these libraries and they might have found some bugs and fixed them, which saves you time. ...

Read More