Week 10 - 100 Days of Code

This is my tenth week doing the #100DaysOfCode challenge. It’s exactly 1 month left to finish the challenge.
If you want to read about what I did last week, see here: “Week 09 - 100 Days of Code” .
Day 64 - I read “Guys, REST APIs are not Databases”, “API to Database? “, “How does it feel to be a junior developer” and “Como ser o programador Junior que toda empresa quer contratar”.
Day 65 - I read “Create a Django API in Under 20 Minutes” and “Git series 3/3: Mastering git rebase”.
Day 66 - I studied about bots for Twitter.
Day 67 - I studied Deterministic Finite Automata and I did exercises about Regular Language to construct Regular Grammar and Finite Deterministic Automata.
Day 68 - I coded in my job only. And I need to do a software engineering homework of the University, so that’s my challenge today too. Studying, working, being part of a project, classes of English and challenge of code is not easy, but I’m persisting.
Day 69 - I coded a work on analysis common users of Github hireable by location - Clique Problem using the Github API and I did the first exercise with Python of discipline topics of bioinformatics, DNA to RNA transcription.
Day 70 - I coded in my work on analysis common users of Github hireable by location - Clique Problem using the Github API again and I refactored the code.
Content links:
- Guys, REST APIs are not Databases: https://medium.com/@marinithiago/guys-rest-apis-are-not-databases-60db4e1120e4
- API to Database: https://stackoverflow.com/questions/40064800/api-to-database
- How does it feel to be a junior developer: https://medium.com/magnetis-backstage/how-does-it-feel-to-be-a-junior-developer-4c6436c7f216
- Como ser o programador Junior que toda empresa quer contratar: https://woliveiras.com.br/posts/como-ser-o-programador-junior-que-toda-empresa-quer-contratar/
- Create a Django API in Under 20 Minutes: https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3
- Git series 3/3: Mastering git rebase: https://www.daolf.com/posts/git-series-part-3/
- Create a Twitter Bot in Python Using Tweepy: https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607
- How I Created a Twitter Bot Using Python: https://medium.com/datadriveninvestor/how-i-created-a-twitter-bot-using-python-a68b917d133
- Build and Deploy Twitter Bots with Python, Tweepy and PythonAnywhere: https://www.twilio.com/blog/build-deploy-twitter-bots-python-tweepy-pythonanywhere
- Learn how to build your own Twitter bot with Python: https://fedoramagazine.org/learn-build-twitter-bot-python/
- How To Write a Twitter Bot with Python and tweepy: https://dototot.com/how-to-write-a-twitter-bot-with-python-and-tweepy/
- Build A Tweet Bot With Python: https://scotch.io/tutorials/build-a-tweet-bot-with-python
- Computer Theory: MENEZES, Paulo B. Linguagens Formais e Autômatos. 6a Ed. Porto Alegre: Bookman, 2010.
- Analysis on github - Clique Problem repository: https://github.com/anapaulamendes/clique-problem-hireable-github
- Topics of bioinformatics repository: https://github.com/anapaulamendes/topics-of-bioinformatics/