Csaba Kissi Profile picture
Dec 29 8 tweets 3 min read
You want to monetize 💰 your coding skills, right?

Here are 5 web application ideas you can build and monetize👇
1️⃣ Online store builder from Notion doc

An online store builder that allows businesses to create and manage their online stores.

It's specific because it would pull data from Notion docs.

You'll leverage Notion API.
2️⃣ Simple Task Manager App.

A task management tool that helps users organize and prioritize their tasks and to-do lists.

It could be used by individuals and teams looking to increase productivity and efficiency.
3️⃣ Personal finance application

A budgeting and personal finance application that helps users track their expenses, create and stick to a budget, and manage their financial goals.

It could be used by individuals looking to get a better handle on their finances.
4️⃣ Curated Job Board

A job board that connects job seekers with employers looking to hire.

This app would leverage different job board APIs to pull data and organize data in one searchable platform.
5️⃣ A scheduling and appointment booking application

It would allow businesses to schedule appointments with clients and customers.

This web application could be used by professionals such as doctors, lawyers, and salons, as well as by businesses that offer services.
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #webdev #monetize

You can view your bookmarks on savetobookmarks.com
That's all, guys.

If you found this list useful, consider:

✅ Follow @csaba_kissi for more content like this
🔔 Enable notifications 👀
🔄 Retweeting the first tweet.

Thanks for your support, guys! 🙏🤝

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Dec 28
Important REST API related terms you should know.👇
1️⃣ HTTP Verbs

REST APIs use various HTTP verbs, such as GET, POST, PUT, and DELETE, to specify the type of action being performed on the resource.

For example, a GET request retrieves data from the server, while a POST request creates a new resource on the server.
2️⃣ Status Codes

REST APIs use HTTP status codes to indicate the result of the request.

For example, a status code of 200 indicates that the request was successful, while a status code of 404 indicates that the requested resource was not found.
Read 9 tweets
Dec 27
5 API ideas you can build and monetize: 👇
1️⃣ A Fitness tracking API

This API would allow developers to build custom fitness apps that track users' workouts, progress, and other fitness metrics.

It could be used by fitness companies, personal trainers, or anyone looking to build a fitness app.
2️⃣ Form submission API (for static websites)

Even static websites need contact forms.

Static sites do not use any backend, so you have to handle this problem somehow.

You can build a single API endpoint for this purpose.
Read 9 tweets
Dec 21
Content creation is complex and time-consuming.

11 Tools for Content Creators (and developers) that will save you tens of hours every month. 🕐 🧵👇
1️⃣ Audacity

Audacity is free, open-source, cross-platform audio software for multi-track recording and editing.

Audacity is available for Windows, Mac, GNU/Linux and other operating systems.

audacityteam.org
2️⃣ VEED - Online Video Editor - Video Editing Made Simple

Make stunning videos with a single click. Cut, trim, crop, add subtitles, and more. Online, no account needed. Try it now, free.

veed.io
Read 14 tweets
Dec 19
10 Google Chrome extensions that'll make you a super productive developer.

[ Free, of course] ↓
{1} ScribeHow (by @ScribeHow)

This screen recording extension instantly turns any procedure into an instructional.

Perfect for: founders, instructors, business people, and more.

Document and share procedures with 93% less effort.

🔗 getscribe.how/chrome
{2} Workona Tab Manager

You can finally feel organized and in charge of your job with the aid of the Workona Tab Manager.

Use it to organize projects, manage tabs, and consolidate your work in the browser.

🔗 chrome.google.com/webstore/detai…
Read 13 tweets
Dec 18
If you want to know more about REST API and its advantages open this:
A REST API (or Representational State Transfer Application Programming Interface) is an interface that allows applications to communicate with each other over the internet.
It is based on stateless, client-server communication and often uses HTTP or HTTPS as the communication protocol.
Read 12 tweets
Dec 17
JavaScript string methods are used to manipulate strings.

Here are 8 of the most commonly used string methods and their examples: Image
1. length()

This method returns the length of a string:

Example:

let str = "Hello World";
console.log(str.length); //outputs 11
2. indexOf()

This method searches for a specified value in a string and returns the position of the match:

Example:

let str = "Hello World";
console.log(str.indexOf("World")); //outputs 6
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(