├── DBMS_blog ├── about.php ├── assets │ ├── favicon.ico │ └── img │ │ ├── Livecoding.jpg │ │ ├── Volunteer.jpg │ │ ├── about-bg.jpg │ │ ├── contact-bg.jpg │ │ ├── contactbg.jpg │ │ ├── cpp.jpg │ │ ├── fav.jpg │ │ ├── favicon.ico │ │ ├── freelance.jpg │ │ ├── home-bg.jpg │ │ ├── how-to-write-a-blog-post-writing.jpg │ │ ├── ilcoding.jpg │ │ ├── imco-ca-class.jpg │ │ ├── lap_spec.jpg │ │ ├── map.jpg │ │ ├── matrix_flow.jpg │ │ ├── opensourceinitiativelogos.jpg │ │ ├── overlap.jpg │ │ ├── post-bg.jpg │ │ ├── post-sample-image.jpg │ │ ├── python.jpg │ │ ├── rain.jpg │ │ ├── rbg_reflect.jpg │ │ ├── rgb.jpg │ │ └── vanish.jpg ├── contact.php ├── css │ └── styles.css ├── index.php ├── js │ └── scripts.js ├── notes.php └── post.php └── README.md /DBMS_blog/about.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | PSP Blogger's Space 10 | 11 | 12 | 13 | 14 | 16 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 44 | 45 |
46 |
47 |
48 |
49 |
50 |

About PSP Blogger's Space

51 | This is what we do. 52 |
53 |
54 |
55 |
56 |
57 | 58 |
59 |
60 |
61 |
62 |

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe nostrum ullam eveniet pariatur 63 | voluptates odit, fuga atque ea nobis sit soluta odio, adipisci quas excepturi maxime quae totam 64 | ducimus consectetur?

65 |

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius praesentium recusandae illo eaque 66 | architecto error, repellendus iusto reprehenderit, doloribus, minus sunt. Numquam at quae 67 | voluptatum in officia voluptas voluptatibus, minus!

68 |

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut consequuntur magnam, excepturi 69 | aliquid ex itaque esse est vero natus quae optio aperiam soluta voluptatibus corporis atque iste 70 | neque sit tempora!

71 |
72 |
73 |
74 |
75 | 76 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | -------------------------------------------------------------------------------- /DBMS_blog/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/favicon.ico -------------------------------------------------------------------------------- /DBMS_blog/assets/img/Livecoding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/Livecoding.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/Volunteer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/Volunteer.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/about-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/about-bg.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/contact-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/contact-bg.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/contactbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/contactbg.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/cpp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/cpp.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/fav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/fav.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/favicon.ico -------------------------------------------------------------------------------- /DBMS_blog/assets/img/freelance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/freelance.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/home-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/home-bg.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/how-to-write-a-blog-post-writing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/how-to-write-a-blog-post-writing.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/ilcoding.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/ilcoding.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/imco-ca-class.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/imco-ca-class.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/lap_spec.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/lap_spec.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/map.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/matrix_flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/matrix_flow.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/opensourceinitiativelogos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/opensourceinitiativelogos.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/overlap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/overlap.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/post-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/post-bg.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/post-sample-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/post-sample-image.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/python.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/python.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/rain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/rain.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/rbg_reflect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/rbg_reflect.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/rgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/rgb.jpg -------------------------------------------------------------------------------- /DBMS_blog/assets/img/vanish.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PRAKALP-PANDE/Tech_Blog/9aa5e3b880b2ee90333946b67d3824be6ecadfb6/DBMS_blog/assets/img/vanish.jpg -------------------------------------------------------------------------------- /DBMS_blog/contact.php: -------------------------------------------------------------------------------- 1 | query($sql) == true){ 28 | // echo "Successfully inserted"; 29 | 30 | // Flag for successful insertion 31 | $insert = true; 32 | } 33 | else{ 34 | echo "ERROR: $sql
$con->error"; 35 | } 36 | 37 | // Close the database connection 38 | $con->close(); 39 | } 40 | ?> 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | PSP Blogger's Space 51 | 52 | 53 | 54 | 55 | 57 | 60 | 61 | 62 | 63 | 64 | 76 | 77 | 78 | 79 | 98 | 99 |
100 |
101 |
102 |
103 |
104 |

Contact Me

105 | Have questions? I have answers. 106 |
107 |
108 |
109 |
110 |
111 | 112 |
113 |
114 |
115 |
116 |

Want to get in touch? Fill out the form below to send me a message and I will get back to you as 117 | soon as possible!

118 | 121 | Form submitted successfully! 122 | 123 |
'; 124 | } 125 | ?> 126 |
127 |
128 |
129 | 131 | 132 |
A name is required.
133 |
134 |
135 | 137 | 138 |
An email is required. 139 |
140 |
Email is not valid.
141 |
142 |
143 | 145 | 146 |
A phone number is 147 | required.
148 |
149 |
150 | 152 | 153 |
A message is required. 154 |
155 |
156 |
157 | 158 | 159 | 160 | 161 | 163 |
164 |
165 |
166 |
167 | 168 |
169 | 170 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 219 | 220 | -------------------------------------------------------------------------------- /DBMS_blog/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | PSP Blogger's Space 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 21 | 22 | 23 | 24 | 25 | 26 | 45 | 46 |
47 |
48 |
49 |
50 |
51 |

PSP Blogger's Space

52 | A Blog Theme by PSP Blogger's Space 53 |
54 |
55 |
56 |
57 |
58 | 59 |
60 |
61 | 122 |
123 |
124 | 125 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | -------------------------------------------------------------------------------- /DBMS_blog/js/scripts.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Start Bootstrap - Clean Blog v6.0.7 (https://startbootstrap.com/theme/clean-blog) 3 | * Copyright 2013-2021 Start Bootstrap 4 | * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE) 5 | */ 6 | window.addEventListener('DOMContentLoaded', () => { 7 | let scrollPos = 0; 8 | const mainNav = document.getElementById('mainNav'); 9 | const headerHeight = mainNav.clientHeight; 10 | window.addEventListener('scroll', function() { 11 | const currentTop = document.body.getBoundingClientRect().top * -1; 12 | if ( currentTop < scrollPos) { 13 | // Scrolling Up 14 | if (currentTop > 0 && mainNav.classList.contains('is-fixed')) { 15 | mainNav.classList.add('is-visible'); 16 | } else { 17 | console.log(123); 18 | mainNav.classList.remove('is-visible', 'is-fixed'); 19 | } 20 | } else { 21 | // Scrolling Down 22 | mainNav.classList.remove(['is-visible']); 23 | if (currentTop > headerHeight && !mainNav.classList.contains('is-fixed')) { 24 | mainNav.classList.add('is-fixed'); 25 | } 26 | } 27 | scrollPos = currentTop; 28 | }); 29 | }) 30 | -------------------------------------------------------------------------------- /DBMS_blog/notes.php: -------------------------------------------------------------------------------- 1 | ". mysqli_error($conn); 57 | } 58 | } 59 | } 60 | ?> 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 73 | 74 | 75 | 76 | iNotes - Notes taking made easy 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 115 | 116 | 141 | 142 | 145 | Success! Your note has been inserted successfully 146 | 149 | "; 150 | } 151 | ?> 152 | 155 | Success! Your note has been deleted successfully 156 | 159 | "; 160 | } 161 | ?> 162 | 165 | Success! Your note has been updated successfully 166 | 169 | "; 170 | } 171 | ?> 172 |
173 |

Add a Note to iNotes

174 |
175 |
176 | 177 | 178 |
179 | 180 |
181 | 182 | 183 |
184 | 185 |
186 |
187 | 188 |
189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 208 | 209 | 210 | 211 | 212 | "; 213 | } 214 | ?> 215 | 216 | 217 | 218 |
S.NoTitleDescriptionActions
". $sno . "". $row['title'] . "". $row['description'] . "
219 |
220 |
221 | 222 | 223 | 226 | 229 | 232 | 233 | 239 | 273 | 274 | 275 | -------------------------------------------------------------------------------- /DBMS_blog/post.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | PSP Blogger's Space 10 | 11 | 12 | 13 | 14 | 16 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 44 | 45 |
46 |
47 |
48 |
49 |
50 |

How to monetize your programming skills as a beginner

51 |

ALGORITHMS, COMPETITIVE PROGRAMMING, DEVELOPER TIPS, DEVELOPERS

52 | 53 | Posted by 54 | PSP Blogger's space 55 | on November 08, 2022 56 | 57 |
58 |
59 |
60 |
61 |
62 | 63 |
64 |
65 |
66 |
67 |

It is important for everyone to learn how to use their programming skills to lead a good life and 68 | be comfortable with their lifestyle choices. And that’s why, today, we will go through different 69 | ways a programmer can monetize his/her skills.

70 | 71 |

Beginners tend to struggle when monetizing their skills. Many of them have no idea where to 72 | start, or even what to do with their skills. It is easy to get lost and waste time to do 73 | nothing, and that’s why it is necessary to know different ways to make your skills count.

74 | 75 |

The latest trend is showcasing your skills by broadcasting real-world projects and building an 76 | audience. Also, don’t overlook traditional methods including freelancing, teaching others, and 77 | much more.

78 | 79 |

However, before we start, it is important to understand the need for programmers in the industry. 80 | Programmers are in huge demand right now, and the demand will only increase in the near future. 81 |

82 |

As a beginner, you need to make sure you don’t lose focus and be patient in anything you try. As 83 | the old saying goes, “there is no shortcut for success,” and resilience is what will help you 84 | overcome potential failures.

85 |

Moving back to the topic, let’s list the ways you can monetize your programming skills even as a 86 | beginner. We will be discussing both direct and indirect means. The direct methods can help you 87 | start earning immediately, whereas the indirect methods will ensure that you invest in a 88 | long-term manner with an eye to future growth. So, why wait? Let’s get started.

89 | 90 |

How to monetize your programming skills as a beginner

91 |

1.Start Freelancing

92 | ... 93 | 94 |

Freelancing is growing at a rapid race. Even though freelancing is a great option, it does 95 | require more attention and patience than a traditional job. You can try many online freelancing 96 | platforms such as UpWork, HackerEarth, LiveEdu and others to get started.

97 | 98 |

It is a good idea to start with sites like HackerEarth or LiveEdu as you can practice, compete, 99 | broadcast your projects and build your portfolio, allowing clients to go through your projects 100 | or watch your code live.

101 | 102 |

With a better way to showcase your skills, you can find valuable prospective clients and work on 103 | projects suited to your skill set.

104 | 105 | 106 | 107 |

2. Use broadcasting to showcase your talent and build your portfolio 108 |

109 | 110 | ... 111 | To go places and do things that have never been done before – 112 | that’s what living is all about. 113 |

It is not like a traditional resume where you just list your past projects, and the client needs 114 | to go to your GitHub repository. It is more of a visual display of work that you have done, and 115 | how you complete assignments.

116 |
117 |

Live streaming offers multiple benefits:

118 |
  • The client can easily gauge your work
  • 119 |
  • You can connect with like-minded people who can give you work in the future.
  • 120 |
  • You can have fun while doing projects.
  • 121 |
    122 |

    With tons of videos and projects, you are virtually creating a real asset regarding skill display 123 | which can help you monetize your programming talents long-term.

    124 |

    125 | Placeholder text by 126 | Space Ipsum 127 | · Images by 128 | NASA on The Commons 129 |

    130 | 131 |

    3. Work on open-source projects and build a portfolio for long-term 132 | benefits

    133 | ... 134 | 135 |

    Few people will consider open-source projects as a way to monetize their skill. Yes, you are 136 | doing open-source contribution, but you will probably not be getting paid for it (unless you are 137 | working as a core team member for an open-source project which qualifies for pay). If you are 138 | ambitious, you can also make money from open-source contribution.

    139 | 140 |

    As a beginner, most of your energy should go in building a good online presence, and open- source 141 | projects do help a lot in this regard. You can also choose to broadcast your open-source 142 | projects and make the most of your invested time.

    143 | 144 | 145 | 146 |

    4. Volunteer for a non-profit organization and build relationships

    147 | 148 | ... 149 |

    As a programmer, you need to work with people in the real world. To ensure that you grow in every 150 | possible way, it is a good idea to work for coding non-profit organizations.

    151 | 152 |

    Volunteering for them not only helps you understand the current state of computer science but 153 | also helps you get into one of the paid jobs that they may have to offer. Many non-profit 154 | platforms also offer placement guidance and internships.

    155 | 156 |

    5. Write about the technology that interests you

    157 | 158 | ... 159 |

    As a beginner, you don’t really have to develop apps for a living. There are many other ways you 160 | can sustain and earn money. One of them is to become a technical writer or a blogger.

    161 | 162 |

    Both ways let you utilize your skills and use them to reach a worldwide audience. Working as a 163 | writer can easily fetch you good projects with decent payouts. For example, you may have to 164 | write the documentation, specifications, and tutorials for a technical product.

    165 | 166 |

    As a blogger, you can write about anything. You can choose to be a Java blogger and start a Java 167 | blogging website, or if you are front-end lover, you can start a blog for front-end engineers. 168 | The choice is all yours.

    169 | 170 |

    6. Teach others and earn some hefty amounts

    171 | 172 | ... 173 |

    Becoming a computer teacher is another way to monetize your programming skills. The 174 | teacher-to-student ratio is a big issue in modern society. However, it’s slowly being taken care 175 | of by schools and universities.

    176 | 177 |

    Teachers are paid well and are also viewed with respect in our current society. If you are only 178 | interested in working online, you can also start by creating online courses and uploading them 179 | to different mediums or your own blog.

    180 | 181 |

    Conclusion

    182 |

    Now, you are better informed on how to get started. As you can see, there is no single path for 183 | beginners. You can choose to be a front-end engineer, a technical writer, a teacher, and much 184 | more. All you need to do is find the path that interests you most and keeps walking it until you 185 | succeed.

    186 | 187 |

    If you want to earn your best, then you need to keep all the above points in mind. If you think 188 | that some important points have been missed, don’t forget to leave your comments below and let 189 | us know.

    190 |
    191 |
    192 |
    193 |
    194 | 195 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tech_Blog --------------------------------------------------------------------------------