Skip to content
View juanisimus's full-sized avatar

Block or report juanisimus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
juanisimus/readme.md

Backend Programmer with Python-Django

About me.

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

Fundaments of
Programming
Backend Development
Python-Django
Backend Development
Go
English
School
fundaments badge git go badge English school badge
  • 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.

Languages and Frameworks

Projects

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.

Contact Information

LinkedIn Gmail Twitter Platzi

Thank you for visiting my GitHub

Pinned Loading

  1. algorithms_python algorithms_python Public

    Algorithms made in Python 3

    Python

  2. batatabit batatabit Public

    Mobile First Static Website

    CSS

  3. blog_django blog_django Public

    Blog made with Django

    Python

  4. platzi-intelligence-agency-web platzi-intelligence-agency-web Public

    Platzi Intelligence Agency Website

    HTML

  5. platzi_grid platzi_grid Public

    Website using grid layout

    CSS

  6. python_webscrapper python_webscrapper Public

    Web scrapper of the ls

    Python