DEV Community

Idman
Idman

Posted on

console.log("My First Post")

Hi, my name is Idman 👋🏾

Welcome to my first post!

I'm reading 'The Software Craftsman' by Sandro Mancuso and he advises that every developer should have some sort of blog to document their learning and progress - so here I am.

This blog is for me to look back on and hopefully see improvement in my understanding of the technologies I'm learning. Also, I've benefited immensely from developers documenting their journeys and sharing tips. Maybe this will be useful to a beginner at some point.

I've been enrolled on a bootcamp for 6 weeks now and, prior to the bootcamp, I had a bit of experience with HTML and CSS so the learning curve wasn't too steep.

Then we started JavaScript 😬

My background is in social science and education, so the last time I solved a logical problem involving numbers was probably during my maths GCSEs, which were nearly a decade ago!

I've spent the past week solving beginner's-level JavaScript katas just to get my brain re-accustomed to conditional logic and reasoning. A tip that has helped a non-maths-inclined individual like myself is to: break down the problem in digestible bits and think of how you'd solve it in real-life.

I'm hoping that the JavaScript content I've learnt so far will become less abstract once I apply it to the projects I'm working on.

Top comments (23)

Collapse
 
bsbrionesos profile image
Brandon Briones

Yes break down everything! console.log is your best friend! I'm at the last stage of my boot camp and I've noticed that a big problem for a lot of people that struggle is that they don't even know the value of what there working with. Console.log before you move on lol

Collapse
 
idman95 profile image
Idman

Yes, it's so crucial. Also - variables! The amount of times my code wouldn't work because of problems with my variables 🤦🏾‍♀️

Collapse
 
chethanagopinath profile image
Chethana Gopinath

Hi! Really cool! I've also started writing more for the same reasons that you have. The one thing I was advised when learning Javascript was to keep the Mozilla Developer Network documentation open. Always refer to that if you have questions. Also, cool post! Do reach out if you have any difficulties cause I know the struggle too.

Collapse
 
idman95 profile image
Idman

Ooh great tip, I've heard it's the best documentation for JS! Thank you Chethana! Looking forward to your future posts :)

Collapse
 
ridhikgovind profile image
Ridhik Govind

console.log("As a newbie to the amazing coding world and community even I am thinking of writing my first post, let this post be a little bit of push for me to write up a blog post and Best of luck towards your coding journey ");

Collapse
 
idman95 profile image
Idman

You can do it :)

Collapse
 
tanmay53 profile image
Tanmay Khatri

Hi, I am also thinking of starting blogging to document my learnings.
All the best.

Collapse
 
idman95 profile image
Idman

Go for it. I was hesitant to start because I didn't want to waste precious time blogging, but it actually consolidates my learning.

Collapse
 
tanmay53 profile image
Tanmay Khatri

Rightly said. 👍

Collapse
 
nikhilroy2 profile image
Nikhil Chandra Roy

keep up learning, keep up posting

Collapse
 
idman95 profile image
Idman

Thank you!

Collapse
 
idman95 profile image
Idman

Thanks for taking the time to read and comment. I appreciate it!

Collapse
 
idman95 profile image
Idman

Hi, thanks, Kieran!

Collapse
 
sjehutch_14 profile image
Scott Hutchinson

Keep up the great work . Logging is the best way for the computer to communicate with you , I have been developing for a long time and find out new things every day by logging .

Collapse
 
idman95 profile image
Idman

Thank you for your comment, Scott. It's great to hear that from an experienced developer.

Collapse
 
absoftware profile image
Ariel Bogdziewicz

Good for you. Quite brilliant reason to write blog - to track learning and progress 💡

Collapse
 
idman95 profile image
Idman

Thanks Ariel :)

Collapse
 
kingswhale profile image
Afeez Aderemi

The chosen path is sweet, wishing you all the best.

Collapse
 
idman95 profile image
Idman

Thank you :) you too!

Collapse
 
maulik profile image
Maulik

It's really great Idman that you started blogging. It indeed helps. Best of luck with your learning. Keep sharing your thoughts via blogs :)

Collapse
 
idman95 profile image
Idman

Thank you for the encouragement Maulik 👍🏾

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Welcome aboard!

I like to see your future posts about your learning, please, be detailed so other people can point details for you to know more, I also hope you can learn things from we seniors :)

Collapse
 
idman95 profile image
Idman

Hi, thanks for your comment. I'll make sure to be detailed. And of course! Life-long learning ftw