Skip to content
View wanderindev's full-sized avatar
Block or Report

Block or report wanderindev

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
wanderindev/README.md

Leisurely exploring the software development world

Β 

Β 

Hello πŸ‘‹, and welcome to my GitHub profile!

Hi! I'm Javier Feliu, a full-stack web developer from Panama City, Panama. I consider myself a curious and self-directed individual.
These qualities make an excellent match for web development, which requires mastering the basics while staying on top of constantly changing trends.

I currently work in a fully distributed development team, maintaining a large-scale web application. I love my job because:

  • πŸ’‘ I get to work closely with a group of highly talented developers, and thus, I'm constantly learning from them.
  • 🀝 My contributions are valued by the rest of the team and the team lead, giving me a sense of self-worth.
  • 🧐 I get to work every day on complex tasks, helping hone my problem-solving skills.

Below, I share some more details about myself.

What's my development setup?

  • πŸ’» My laptop runs on Ubuntu 22.04
  • πŸ› οΈ Some of the tools I use are PyCharm, DBeaver, and Postman for IDE, database browsing, and API development.
  • πŸ’¬ For team communications, we mostly use Slack and Google Meet.
  • πŸ”€ For version control, I use Git with Git Flow.
  • πŸ“¦ For package management, I use pip and npm.
  • 🐳 For containerization, I use Docker and Docker Compose.
  • πŸ—ƒοΈ For databases, I mainly use PostgreSQL.
  • πŸ’» For back-end development, I use Python with Flask, SQLAlchemy, Alembic, Flask Admin, and UnitTest.
  • πŸ–₯️ For front-end development, I use React, Jest, and Puppeteer.
  • πŸš€ For ci/cd we use Jenkins and the jobs are deployed to DigitalOcean.
  • ☁️ For production deployments we use AWS.

What's my typical coding day?

  • β˜• I get in pretty early, around 5:00am. I like to have a few hours of overlap with my team mates from Asia. I find that real time communication with the rest of the team is invaluable. I also like starting at this time because it get a chance to put in at least 4 hours of work before our daily standup at 9:20am.
  • 🚨 If I'm in Sentry duty, I'd have the Sentry call with the other developer on Sentry duty at these time.
  • πŸ“¨ After that, I go over the Slack and email messages.
  • πŸ› οΈ Then, I review any PRs that are in place, asking for clarifications or requesting changes, if needed, or approving them.
  • πŸ“ After that, I pick the top task from the To Do column in our Jira board.
  • πŸ€” If the task is complex, for instance a new feature, I'd usually share the approach I'll take with the team, to get validation and feedback, before writing any code.
  • 🏁 Once the task is complete, I go through the process of creating a PR, staging the changes, and addressing any concerns raised during the code review.
  • πŸš€ Upon final approval, I deploy the changes to production.

Some helpful resources

  • πŸ• Flask Web Development is a great hands-on book by Miguel Grinberg on building a web application using Flask. It covers everything, from creating a virtual environment to application deployment. I use Flask a lot, and I often refer to this book. Miguel's blog is also a great source of information.
  • 🐍 Effective Python by Brett Slatkin is a great book full of advice that will help anyone write better Python code. The book contains a bunch of self-contained lessons that shine a light into the language strengths and expressiveness. It is truly excellent!
  • 🦈 Essential SQLAlchemy by Jason Myers and Rick Copeland covers everything you need to know about this useful library in less than 200 pages, including the SQLALchemy core, the SQLAlchemy ORM, Alembic, and a short cookbook.
  • 🐘 Six-Step Relational Database Design by Fidel A. Captain is an excellent practical book. It covers the entire database design process from studying the customer's requirements to design implementation. To illustrate each design step, the author uses three case studies of different degrees of complexity.
  • ⚑ Cracking the Coding Interview. This book is pretty dense, but it's an excellent resource for preparing for a technical interview in any language.

Let's connect!

If you'd like to get in touch, you can find me on LinkedIn or my blog. I'm always happy to chat with other developers or people interested in technology. Let's learn and grow together!

Also, feel free to browse my GitHub profile and check out some of the projects I've worked on. While some of them may not completely reflect my current skill set, I believe they provide a glimpse into how I approached development problems earlier in my career. Keep in mind that I am no longer doing freelance or side projects, as my current contract forbids it.

Thank you for taking the time to read through my profile. I look forward to hearing from you!

Pinned

  1. pythonpanama/python-panama-backend pythonpanama/python-panama-backend Public

    This project contains a REST API for performing CRUD operations on the Python Panama group's website database. The project was built with Flask, using SQLAlchemy, Marshmallow, and JWT_Extended.

    Python 2

  2. hr-rest-api hr-rest-api Public

    RESTful API for Human Resources Database

    Python 1 1

  3. financial-calculator-backend financial-calculator-backend Public

    This project contains an API for a financial calculator. The API is coded in Python, using Flask and NumPy. Automated tests provide 98% coverage for the codebase.

    Python 2 1

  4. financial-calculator-frontend financial-calculator-frontend Public

    This project contains the frontend for a financial calculator. The project is coded in JavaScript, using Gulp, jQuery, Nunjuck, Cleave, and FormValidation.

    JavaScript

  5. earth-mars-and-beyond earth-mars-and-beyond Public

    A website developed using functional programming in JavaScript and that consumes from several NASA APIs.

    JavaScript

  6. anafeliu-web anafeliu-web Public

    Portfolio website for an industrial design student. The site was built using Nunjucks for templating and Gulp for workflow automation.

    HTML