Day: October 19, 2022
16 posts
Generate a Blog with OpenAI
Prerequisites: Python fundamentals Versions: Python 3.10, python-dotenv 0.21.0, openai 0.23.0 Read Time: 60 minutes Introduction Artificial Intelligence (AI)…
How To Create A Ruby On Rails API With Scaffold – Full 10 Step Guide In 5 Minutes
This guide is multi-use, designed for passing a code challenge but could be useful for jumping into a…
In One Minute : PostgreSQL
PostgreSQL also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and…
Learn Automation in Python with 7 Projects
Automation in Python. Something you need to be aware of if you’re a Python developer, at least the…
Purity injection in Elixir
If you came to Elixir from Ruby, like I did, you have probably been looking for a way…
React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`
This trick is for those occasions when you use a class component, and don’t want TypeScript to complain…
Exceptions in Java lambdas
Java introduced the concept of checked exceptions. The idea of forcing developers to manage exceptions was revolutionary compared…
Porquê e como utilizar Dataloaders
Por muitas vezes, fontes externas de dados podem ser o caminho crítico para o seu serviço, e é…
I Created an 🤯 Online Multiplayer Game 🎮 in ReactJS and Python
So, recently I created an Android Game called MathMind 🎮. But, that was an offline single player game.…
JSON in Different Languages
JSON is a data format that uses Javascript notation to layout the structure of the data. But Javascript…