Day: September 6, 2022
14 posts
How to make a simple interactive shell in Go
What is more exciting than making real-world applications? 🤔 for me, it’s teaching people how to make them…
Run a node app into AWS lambda
I create this post because I didn’t found any information on this when I need it, or the…
How to configure path aliases w/Vite + Vue/React
While building Humanizer, I hit a snag while trying to import a component using the ‘@’ path alias…
Failed my way to 🥑developcado🥑
It’s been 2 months since the first Teach Jenn Tech launched. It took me 6 weeks to find…
Colored logs in Flutter application with Talker
Hello everyone 👋 This is a long-awaited continuation of the series of articles about the Talker library 😅…
How to undo a git pull
Have you ever been working on a project, ran a git pull only to realise you’ve majorly messed…
PHP+Nginx+Docker
At one time or another I have to create a project from scratch, but sometimes I end up…
Build a Next.js App with Appwrite and Multiple Databases
The primary purpose of a database is to store and retrieve data. In computing and application development, databases…
Decouple Application Components using Amazon SQS | Serverless
In this article we are going to see how Amazon Simple Queue Service (SQS) helps you to build…
Analyzing AST in Go with JSON tools
There are many specific tasks that could significantly improve and automate your ongoing maintenance of big-project. Some of…