Swapnil Mane Profile picture
Tweets about coding, freelancing & SaaS πŸš€ Full-Stack Software Engineer at @GetGrabJobs & πŸ’š Top Rated freelancer at Upwork. πŸ“Š https://t.co/tdtSEwBMhs ⚑ https://t.co/At5CnqOfqj
Jan 25, 2023 β€’ 12 tweets β€’ 4 min read
Since yesterday, many developers have reached out to me for tips to get started with freelancing.

Here are 10 threads that can help you get High Paying clients consistently πŸ§΅πŸ‘‡ 1) Tips to get your first client:

Dec 16, 2022 β€’ 11 tweets β€’ 3 min read
I have written 250+ Upwork proposals & received replies to over 100 of them, with about 47 converting to coding jobs.

6 Tips for writing the best proposals and getting your first client on Upwork! πŸ‘‡πŸ§΅ 1) Find the name of the client to greet him:

- When sending job proposals, see if you can find out the name of the client in the Client's recent history section.

>> This will help you to start your job proposal by greeting them with their name.

Here: "Hi Karen"
Dec 14, 2022 β€’ 9 tweets β€’ 2 min read
Python helped me earn more than $20k as a Freelancer!

Become a Job & Freelance ready Python Developer with below roadmap! 🧡 1) Getting started with Basics:

- Print
- Input
- Variables
- Data types
- Strings: slicing, indexing
- Lists, dictionaries, tuples, sets
- Booleans
- Comparison Operators
- Comments
Nov 30, 2022 β€’ 9 tweets β€’ 2 min read
React is one of the most Popular Frontend Libraries out there.

Here’s a proper roadmap of topics to master learning React 🧡: 1) Revise JS Fundamentals:

>> Arrow Functions
>> Exports & Imports
>> Destructuring
>> Reference & Primitive types
>> Logical Operators, Methods
>> Async / await

βœ… Make sure to build at least 5 - 10 Javascript projects before moving on to React.
Oct 15, 2022 β€’ 19 tweets β€’ 4 min read
13 Realistic steps to get started with Freelancing as a Developer:

🧡 1) Go to Two Platforms:

First,
βœ… Upwork

Second,
βœ… Fiverr
Sep 27, 2022 β€’ 7 tweets β€’ 2 min read
I have got High Paying clients through Upwork, Fiverr, and my Own Website.

5 threads that I wish I had before I started my Freelancing Journey: 1) Tips to get your first client:

Sep 16, 2022 β€’ 7 tweets β€’ 2 min read
I have worked with more than 80 Clients as a Freelancer.

5 Tips that will help you get five-star feedback on all of your projects.🧡 1) Understand the Project Requirements clearly.

βœ… Don't start working on a project until you are 100% sure that you can complete the project as needed.

❌ Overpromising and bad delivery can lead to super bad feedback.
Aug 20, 2022 β€’ 15 tweets β€’ 4 min read
Have you tried Freelancing and just quit it because you could not get your first client?

In Freelancing, not getting a client or a job can be because of certain reasons.

Let's take a look at some of them so that you can improve and succeed at it! πŸ‘‡πŸ§΅ 1️⃣ Not setting up a good profile

Your profile is the first thing that the client sees after he searches for a Freelancer.

🌟 So you have to make sure that you leave the best impression that is possible in the eyes of your client.
Aug 19, 2022 β€’ 7 tweets β€’ 3 min read
Learn Javascript for free from these websites:

Thread 🧡 πŸ‘‡ 1) FreeCodeCamp Youtube JS Series

This 15+ hours JS Playlist contains everything you need to master Javascript.

It contains more than 20 Real-world projects and even DSA in JS that will take your JS skills to the next level.

youtube.com/playlist?list=…
Jul 31, 2022 β€’ 7 tweets β€’ 3 min read
Learn CSS for free from these websites:

Thread 🧡 πŸ‘‡ 1) freeCodeCamp CSS Youtube Playlist

This Playlist covers everything related to CSS that you need to know to become a Pro Web Developer.

- Flexbox, CSS Grid, SASS, and amazing cool projects, everything is covered in the best way possible.

youtube.com/playlist?list=…
Jul 31, 2022 β€’ 11 tweets β€’ 2 min read
Introduction to Web Development.

A Beginners guide to get started! πŸ‘‡πŸ§΅ Web Development is comprised of three components:

1) Frontend Web Development
2) Backend Web Development
3) Database
Jun 7, 2022 β€’ 7 tweets β€’ 2 min read
5 Design Tips for every Web Developer:

Thread πŸ§΅πŸ‘‡ 1) Line Spacing
May 28, 2022 β€’ 9 tweets β€’ 3 min read
What is SASS and Should You learn it as a Frontend Web Developer? πŸ‘‡

Thread🧡 Sass or Syntactically Awesome Style Sheets is here to make your CSS life faster with its awesome features.

βœ… You style your web pages in SASS / SCSS and it gets converted automatically to Plane CSS that is recognizable by the Browser!
May 24, 2022 β€’ 4 tweets β€’ 1 min read
- Everyone knows about the "package.json" file.

But when you install new npm packages into the project, then a file named "package-lock.json" is also automatically created.

Have you ever wondered why is that file so important? πŸ€”πŸ‘‡ - The "package-lock.json" file is used to keep the track of the exact version of each package that you have installed into your project.

➑ So, when you share the project, your teammates will also download the exact same version of the packages that you installed.
May 18, 2022 β€’ 25 tweets β€’ 6 min read
Are you looking to create a perfect profile on Freelancing websites? (Upwork / Fiverr) πŸ€”

Then this thread is for you! 😊

Mega Freelancing Thread (5 threads in 1) πŸ§΅πŸ‘‡ 1️⃣ Make sure you have a great professional-looking profile Picture.

A Great profile pic is your first impression and it will help potential clients to get a sense of who you are.
Let's Look at an example πŸ‘‡
Dec 5, 2021 β€’ 6 tweets β€’ 4 min read
All the Ways to Center a Div in CSS! πŸ‘‡
Thread 🧡

#CSS #Frontend #Javascript Image βœ… For this, let's consider the following Image which is inside a div tag and the parent element of this div tag is the header tag.

So lets now look at all the ways we can center the div in CSS!πŸ‘‡ ImageImage