Articles

Graphlql playground complete overview

The graphql playground is an interactive graphic graphql ide, created by prisma, maintained by the graphql foundation, and based in graphiql. The graphql playground offers better development workflows (graphql subscriptions, interactive docs & collaboration). You can download the desktop app or use...

GraphqlPlayground
22-05-2020

Introduction to Graphql

What is Graphql? Graphql is a specification that describes a declarative query language in which web and mobile clients can use to ask an API for the exact data they want. This is accomplished by creating a strongly typed schema for your API, maximum flexibility in how your API can resolve data and ...

GraphqlIntro
16-04-2020

PyCaribbean: Behind the scenes

The 17th and 18th of February were very special days in the Caribbean because PyCaribbean (the biggest event of python in the Caribbean) was being celebrated in my country, the Dominican Republic. And today I want to share with you my experience as a member of the staff in this event and how I becam...

PythonEvent
30-01-2020

Tools I wish I had known about when I started coding

In the tech world, there are thousands of tools that people will tell you to use. How are you supposed to know where to start? I am by no means an expert, but over time I have compiled a list of tools that have proven extremely useful to me. If you are just starting to learn how to program, this wil...

ExtensionsTools
29-01-2020

Tailwind css the new flavor of css

Tailwind CSS has recently earned a lot of attention in the front-end development world. I first heard about it from this tweet and after some investigation and initial hesitancy decided to give it a try. I’m now wrapping up my first deep dive using it in production code and want to share my impressi...

TailwiindCss
29-01-2020