SSShashank Sharmainshashnode.hashnode.dev·May 3, 2023 · 2 min readHashnode Bootcamp Day3:-"Freelance writing opportunities for Developers" Here are my Learning from Day-3 of Bootcamp:- 1) Having your blog is helpful to land a technical writing gig(Not necessary). Making good content, concise and easy to read and sharing it on socials can ...00
SSShashank Sharmainshashnode.hashnode.dev·May 3, 2023 · 2 min readHashnode Bootcamp Day2:-"Leveraging social media for monetization and Building a personal brand" Here are my Learning from Day-2 of Bootcamp:- Always follow the basics and no need to write anything which doesn't match you and your profile. Just be yourself, be very clear a...00
SSShashank Sharmainshashnode.hashnode.dev·May 2, 2023 · 2 min readHashnode Bootcamp Day1:-"The Importance of Writing as a Developer" Here are my 10 Learning from Day-1 of Bootcamp. Not every draft you write should be published by you. Sometimes writing a draft can help you to get better for your future writing and helps you to understand...00
SSShashank Sharmainshashnode.hashnode.dev·Mar 14, 2023 · 10 min readHow To Make Bmi CalculatorIn this blog, I will walk you through a step-by-step process to create a simple BMI Calculator. I assume you can create HTML and CSS File for this, so I am not making it for you. Although, I will provide my version of the HTML and CSS code below for...00
SSShashank Sharmainshashnode.hashnode.dev·Mar 7, 2023 · 5 min readConditionals In JavascriptIntroduction Conditional statements are used for making decisions based on different conditions. Conditionals in JavaScript allow you to execute different blocks of code based on whether a certain condition is true or false. Conditions can be imp...00