Tweet
Here's a good, introductory article on design patterns for distributed systems.

#buildinpublic #CloudComputing

freecodecamp.org/news/design-pa…
Project idea for the weekend:

A management app for bakeries that allows customers to select ingredients, schedule orders, choose designs, and flavors.

I'd definitely use it for those family gatherings.

#100DaysOfCode #buildinpublic
A highly recommended read on designing scalable backend architectures.

It includes 3 challenges along their possible solutions.

#buildinpublic #node #cloud

blog.appsignal.com/2023/06/07/des…
Project idea of the day:

A real state management app where users can evaluate land, choose providers, select contractors, and organize legal paperwork.

#buildinpublic #100DaysOfCode
It takes time to process technical knowledge.

Just because you don't understand a concept right away, it doesn't mean you never will.

Keep practicing.

Take breaks.

Don't overthink.

#100DaysOfCode #javascript #buildinpublic
Is it me or is it really easy to tell which blog articles were written using AI?

They all look the same:

A midjourney/dall-e generated thumbnail.
4-7 bulleted lists in the article.
Long charts listing properties or methods.

#buildinpublic #chatgpt
Project idea for the weekend:

A management app for car garages that can provide customers real time info of what a mechanic is doing to their car.

The app can handle inventory, billing and service reminders.

#100DaysOfCode #buildinpublic
I personally enjoy watching videos on system design.

As an architect/developer, the thought process to design an application that will be used by millions, is always intriguing.

Here's a video on how to design Spotify.

#100DaysOfCode #buildinpublic

youtube.com/watch?v=_K-eup…
Architecture example for a Video on Demand application in AWS.

More info on:

aws.amazon.com/solutions/impl…

#buildinpublic #devops
Great thread from @_eduardoltorres on how to start contributing to open source.

#100DaysOfCode #buildinpublic
If I was starting out, and I wanted to contribute to open source, this is how I would do it:
Great read on the react ecosystem for this year.

It includes vite, next.js, react hook form and recharts.

#100DaysOfCode #buildinpublic #react

builder.io/blog/react-js-…
Project idea of the day:

A management SaaS for pet centers and hospitals where vets can analyze symptops and possible causes using AI.

Just had an experience where more than 3 doctors couldn't agree on the cause for my dog's ailments.

#buildinpublic
To all solopreneurs and micro startups out there...

How do you calculate the price you offer to cover the costs of using the OpenAI API or any other AI APIs?

#buildinpublic #ai #ChatGPT
If you are looking for inspiration or options, here are 121 examples of landing pages using react:

#100DaysOfCode
#buildinpublic

elements.envato.com/web-templates/…
Project idea of the day:

An app that generates recipes based on the ingredients you type in.

Integrate it with local apps to supply the ingredients.

#100DaysOfCode #buildinpublic #ai
Excellent explanation with examples to understand how state and rendering are related in React.

It's from the official #react docs.

Highly recommended.

#100DaysOfCode #buildinpublic #javascript

react.dev/learn/state-as…
Project idea of the day:

Management app for solopreneurs and small teams. Let users track progress, customer communication, billing/invoicing, incident alerts...

You can add AI to assign tasks based on skills or performance.

#buildinpublic #100DaysOfCode
Understanding state in React may seem overwhelming.

Don't let it intimidate you.

Here's a simple example to understand the basics.

#100DaysOfCode #react #buildinpublic
If you feel overwhelmed by which technology to learn or project to focus on, plan your day ahead. 📆

- Devote 25-45 min blocks to learn a new technology.
- Take breaks.
- Allocate another set of time blocks to your project.

#100DaysOfCode #buildinpublic #productivity
If you need an API to practice your web dev skills, here's a great GitHub repo with a collection of public APIs:

github.com/public-apis/pu…

#100DaysOfCode #buildinpublic #GitHub