Hi, I'm Daniel! I'm a fresh Backend developer looking for an opportunity to apply the knowledge acquired during 2020 mainly in the Platzi platform plus muy previous background as Mechanical Engineer.
-
I love to learn new technologies, I have been learning a broad spectrum of knowledge in IT, finding the backend the more suitable thing for me. In this readme file I will show you what I have learned so far.
-
Usually exploring IT technologies, a lot of things are new to me but I consult with the community or friends immersed in the IT environment to satisfy my curiosity
-
I currently have finished four paths in the Platzi Platform. Click on the badges to be redirected to the website of each path so you can see the curriculum of them
-
Complemmenting the knowledge from the platform I try to increase my knowledge reading books, documentation, taking tutorials and even checking posts on Twitter, wherever you can find sources of information.
-
In the middle future I would like to become a Data Scientist, but I'm still need to dominate some technologies.
-
During my spare time I practice English, read books, play videogames, travel (not during the pandemi) and play guitar.
-
Please have a look at my CV where you can find more information.
In this GitHub repository I will show you some proyects that I have done to shead a light about me.
These section shows the projects made while I was learning in the Platzi platform.
-
FRONTENT (static pages)
- Batatabit: This project shows a website with features Mobile First Click the link to see the website or go to the repository to inspect the code
- Platzi: This website was made to show the Platzi website using Grid Layout and switching the positions of the elements according to the resolution of the device. click the link to see the website or go to the repository to inspect the code.
- Google clon: this website is a clon of the google landing page using HTML and CSS with the aim of practicing the lessons, check the repository here.
-
PYTHON
This segment shows the repositories of the subjects studied while learning python:
-
One of the most important thing of learning to code, besides of the language, is the understanding and application of algortithms, this repository contains the differents algorithms studied with Python
- Binary Search
- Selection Sort
- Quicksort
- Breath-First Search
- Dijkstra's Algorithm
- Greedy Algorithms
-
Gathering data is extremely important nowadays so a necessary skill is to know how to do web scrapping to collect data from websites, the next repositories shows different ways to do webscraping with Python
-
This section contains links to repositories of websites created with Django using the main features that offers this framework such as forms to sign up users, creation of data bases, creation of apps, reutilization of HTML templates to create different webpages, you can check the repositories..
-
Testing is one of the core of every system, here I did a small testing suite made with Selenium, you can check the repository here.
-