Pratham Profile picture
I work to place you in the top 1% of web developers • Building https://t.co/TzoPPvXkeN & https://t.co/vTZdsutbrT • DevRel • Prev @Rapid_API @HyperspaceAI
eDo Profile picture Senthil Ponnusamy Profile picture Carol McKay Profile picture prapat tantayatorn Profile picture Adesina Ayobami Profile picture 141 subscribed
Apr 7 17 tweets 5 min read
APIs are the backbone of development.

Let me show you how to build your first basic REST API in four simple steps. Step 1: Install Node.js

I'm assuming you have Node.js installed on your machine. If you haven't installed it, click on the following link and install it simply.

nodejs.org/en
Apr 4 6 tweets 3 min read
5 GitHub repositories will make your life 90% easier: 1. StackQL

StackQL allows you to query multiple cloud and SaaS providers (Google, AWS, Azure, Okta, GitHub, etc.) using SQL.

🔗 github.com/stackql/stackql
Image
Feb 2 11 tweets 3 min read
Convert your Python application into a website in 2 minutes.

Let me show you how: There's no easy way than this to build a data, AI-based web applications.

I came across Taipy.

It is an open-source Python library for building production-ready front-end & back-end in no time.
Jan 23 7 tweets 3 min read
6 free Books to learn web development: 1. The Magic of CSS

The content in this eBook is for all-level developers. Learn about layout, box-model, positioning etc. with sample code snippets.

adamschwartz.co/magic-of-css/
Image
Jan 8 6 tweets 3 min read
5 GitHub repositories that will make your life 90% easier if you write code: 1. Refine

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Speed up your development timeline.

🔗 github.com/refinedev/refi…
Image
Jan 2 7 tweets 3 min read
6 GitHub repositories will make you feel like an expert developer: 1. BCMS

BCMS is an open-source Headless CMS.

Design your content structure without leaving the browser.

🔗 github.com/bcms/cms
Dec 11, 2023 13 tweets 3 min read
Everything you need to know about Event Loop in JavaScript. Image Before diving into it, we need to understand what multithreading is.

Multithreading is nothing but a programming feature by which we can make maximum use of the CPU by running two or more parts of the program simultaneously.
Nov 27, 2023 7 tweets 2 min read
My 7 Web Development notes that may come in handy (unordered):

1. CORS Image 2. CSS box-model Image
Nov 21, 2023 6 tweets 3 min read
5 GitHub repositories to complete 90% of your development needs: 1. Trigger

If you're building a Next.js app and you need to implement long-running jobs.

Trigger can help in webhooks, scheduling, events, etc.

For ex,

• User submits an idea
• Generate a tweet using AI
• Check scheduled time
• Post the tweet

github.com/triggerdotdev/…
Image
Nov 10, 2023 6 tweets 3 min read
5 GitHub repositories that will change the way you write code: 1. Trigger

No need to write manual code for your background jobs.

For instance,

Tweet scheduling, email automation etc.

Leverage Trigger framework to create long-running Jobs directly in your codebase.

🔗 github.com/triggerdotdev/…
Image
Nov 9, 2023 6 tweets 2 min read
JavaScript is powerful.

But sometimes you can do great things using CSS.

5 CSS things that will blow your mind: 1. Text portrait
Image
Image
Nov 2, 2023 6 tweets 3 min read
5 developer tools that will make you 90% more productive: 1. Acreom

Acreom helps you manage your day with an actionable Markdown knowledge base. It centralizes all your relevant context in 1 simple interface.

- local-first
- markdown with tasks, mermaid diagrams, and code blocks
- Jira integration

🔗 acreom.com
Image
Nov 1, 2023 7 tweets 3 min read
5 GitHub repositories a developer should definitely check: 1. Odigos

Odigos is a platform that helps you monitor and understand how your applications are performing.

Simplify distributed tracing by automatically generating observability pipelines for all applications without the need for code changes.

github.com/keyval-dev/odi…
Image
Oct 25, 2023 13 tweets 4 min read
I stumbled upon a CMS that is an app framework as well.

App frameworks give you a backend but lack CMS-grade admin UI.

Payload is TypeScript friendly, open source, and code first by design.

It's super easy to set it up. Let me take you through. Image You can integrate Payload into an existing app or create a new app from scratch.

It's super simple to get started.

`npx create-payload-app` Image
Oct 20, 2023 6 tweets 3 min read
5 GitHub repositories save your development time by 90%: 1. Trigger

If you're building a Next.js app and you need to implement long-running jobs.

Trigger can help in webhooks, scheduling, events, etc.

For ex,

• User submits an idea
• Generate a tweet using AI
• Check scheduled time
• Post the tweet

github.com/triggerdotdev/…
Image
Oct 18, 2023 7 tweets 2 min read
6 HTML attributes so powerful that they will save you from writing JavaScript code: 🧵 The HTML `spellcheck` attribute checks for spelling errors. Image
Oct 17, 2023 6 tweets 3 min read
5 GitHub repositories will make you a standout developer: 1. Refine

Refine is an open-source React framework.

Build your React-based CRUD applications without difficulties.

• Build React-based internal tool, admin panel, or any type of CRUD application, with full customization.

🔗 github.com/refinedev/refi…
Image
Oct 15, 2023 11 tweets 3 min read
Here are my 10 threads that can help you learn 90% of CSS: 1. All you need to know about CSS 🎨
Oct 12, 2023 11 tweets 6 min read
10 websites that will change the way you do web development (you will love them): 1. Jam

Reporting bugs is easier than ever.

Capture your screen plus developer logs in one click.
It’s so easy, you’ll forget you hate bugs.

🔗 jam.dev
Image
Oct 11, 2023 6 tweets 3 min read
5 GitHub repositories that will make you 90% smarter than others. 1. Trigger

Implement Trigger in your app if you have long-running jobs.

For examples,

• Send email when user upgrade their plan
• Generate a tweet based on the user's idea and post it at a selected time

🔗 github.com/triggerdotdev/…
Image
Oct 11, 2023 8 tweets 4 min read
Universities like Harvard, MIT, and Berkeley offer free courses.

Learn web development, AI, ML, Python, JavaScript, etc for free: 1. Introduction to Programming with Scratch

A gentle introduction to programming that prepares you for subsequent courses in coding.

by Harvard

🔗 pll.harvard.edu/course/cs50s-i…
Image