My Blog
My everyday thoughts on technology, news, social media, marketing, seo and more.

Monitor your Raspberry Pi with Grafana Cloud
You may have heard of Grafana[1], a time-series dashboarding tool that helps you discover what’s … Read more Monitor your Raspberry Pi with Grafana Cloud
Categories: Software
Learn Java with object orientation by building a classic Breakout game
As a second-semester student in systems and digital media at the Federal University of Ceará … Read more Learn Java with object orientation by building a classic Breakout game
Categories: Software
Build a home thermostat with a Raspberry Pi
My wife and I moved into a new home in October 2020. As soon as … Read more Build a home thermostat with a Raspberry Pi
Categories: Software
4 open source tools for running a Linux server
In 2021, there are more reasons why people love Linux than ever before. In this … Read more 4 open source tools for running a Linux server
Categories: Software
5 tips for choosing an Ansible collection that's right for you
In August 2020, Ansible issued its first release since the developers split the core functionality … Read more 5 tips for choosing an Ansible collection that's right for you
Categories: SoftwareBuilding a realtime chat app with Next.js and Vercel
This post will walk through the creation of a realtime chat application with Next.js and … Read more Building a realtime chat app with Next.js and Vercel
Categories: Development, SoftwareUtility to Parse and Validate Directory with Multiple Entries
Utility functions, parse and validate a given directory with multiple entries. npm install validate-access API … Read more Utility to Parse and Validate Directory with Multiple Entries
Categories: Development, Software
Gyro-web: Accessing the device orientation in JavaScript
02 March, 2021 2 min to read Read this article on your mobile device to … Read more Gyro-web: Accessing the device orientation in JavaScript
Categories: Development, Software
Tailwind JSX and class composition
After my initial look[1] at Tailwind CSS[2], I haven’t used it much. Like I’ve stated … Read more Tailwind JSX and class composition
Categories: Development, SoftwareFilament: the TALL Stack Admin Panel
Filament[1] is the elegant TALL stack admin for Laravel artisans. V1 has been in the … Read more Filament: the TALL Stack Admin Panel
Categories: DevelopmentTags: toolsLaravel ETag and Conditionals Package
Laravel ETag and Conditionals[1] is a package that provides a set of middleware for ETags[2] … Read more Laravel ETag and Conditionals Package
Categories: DevelopmentTags: packages
Clone WhatsApp Conversation Screen With Flutter
Chat applications are the medium through which the world communicates nowadays. Every smartphone user is … Read more Clone WhatsApp Conversation Screen With Flutter
Categories: Software
React.useRef() Guide
React.useRef() is a hook that solves 2 issues: holding mutable values that should persist between … Read more React.useRef() Guide
Categories: Development, Software
Vue with TSX – the perfect duo!?
From all the available JavaScript frameworks, I’d say that Vue and React are my favorites. … Read more Vue with TSX – the perfect duo!?
Categories: Development, Software
GraphQL on the client side with Apollo, React, and TypeScript
March 1, 2021 Recently, we’ve developed a GraphQL API in our NestJS series. NestJS under … Read more GraphQL on the client side with Apollo, React, and TypeScript
Categories: Development, Software
Why Frontend Developers Need to be Webpack Experts
4 strong reasons to start learning Webpack in-depth today Modern web applications are not just … Read more Why Frontend Developers Need to be Webpack Experts
Categories: Development, Software
Creating a capped leaderboard with Redis sorted set, secondary index, and Lua 🥇
Leaderboards are all around us. Gone are the days that we could found leaderboards only … Read more Creating a capped leaderboard with Redis sorted set, secondary index, and Lua 🥇
Categories: Software
Edit video on Linux with this Python app
In 2021, there are more reasons why people love Linux than ever before. In this … Read more Edit video on Linux with this Python app
Categories: Software