Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] AITBW's Road To Dune #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[WIP] AITBW's Road To Dune #4

wants to merge 3 commits into from

Conversation

sadasant
Copy link
Member

I just uploaded it as I received it. I'll follow up with a review.

I just uploaded it as I received it. I'll follow up with a review.
@@ -0,0 +1,83 @@
# Dr. Strangelove or: How I handled my stubbornness to become a web developer

Becoming a developer can be a pretty underwhelming task these days, especially if you delve into the [JavaScript](https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f) land, where _the new kid on the block_ can be thrown into obscurity in a matter of days.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean overwhelming?

Copy link
Member Author

@sadasant sadasant Feb 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be better to concatenate two or three of these paragraphs into one. As a general feedback for this whole document.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, overwhelming is the right word. Sorry about that. 🙊

Copy link
Member Author

@sadasant sadasant Feb 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the contents of the markdown 🤗

You must be asking: Then why did you went for Engineering?

1. I love a good challenge
2. I didn't see myself in the future as anything other than an Engineer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mind elaborating on why? This might be something relevant for the reader. Many people I know were influenced into becoming engineers because their parents were engineers. Was that the case for you?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm 🤔 There are several points to elaborate further on this one:

  • My dad pushed me into the IT world from a very early age
  • I used to be an avid gamer, so PCs were fascinating for me; especially selecting the components to build one from start
  • Engineering just seemed the right choice for me even if I wasn't very good with maths

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update the markdown 🤗


My first real programming course was "Programación I" or "Programming 101", which was taught using C#.

> I failed.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The markdown syntax for > is used to quote something. Please remove it, since this isn't a quote.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using the quote syntax to emphasize something, similar to this

screenshot-2018-2-18 the y combinator no not that one ayaka nonaka medium

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn’t use it as part of the same voice you use it for the rest of the text. Quotations should be used to denote content that is coming from another source, to denote them to be as they were when observed. This reminds me of these cases where people use quotation marks on the air to put emphasis or even to denote irony.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For highlighting we have bold and italic, that should be sufficient.


Even though we were developing really basic CLI applications, I had a hard time grasping all these new concepts. (Fun enough: I did grasp the `arrays start at 0` concept from start)

[arrays_start_at_one](./images/arrays_start_at_one.jpg)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please upload the pictures into a img folder relative to this document.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since I know this picture was originally made by Shen (Owlturd), it should be fine to have a copy of it, since he states in his website:
screen shot 2018-02-18 at 1 19 07 pm

Just keep in mind that the other pictures you want to upload shouldn't violate copyrights.


[arrays_start_at_one](./images/arrays_start_at_one.jpg)

But I thought it was normal to fail on your first-ever programming course if you had no prior programming experience. Few months later, I had to take three (3) new programming-related courses: "Design tools" (Basic HTML/CSS along with PHP), "Programming II" (C# with Windows Forms) and "Databases" (Modeling, normalization, SQL, relationships, MySQL/SQL Server)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to put the number three in parenthesis here.


We also were taught how to use Dreamweaver —so I had to deal with, not only CSS issues, but also had to fight any issues that came up when installing DW and don't get me started on the hell that was installing WAMP.

> Years later I realized that most of my issues when I started college were born because of the tools my teachers taught me to get me into programming.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue with the incorrect use of the quotation syntax.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here

@sadasant sadasant requested review from jobliz and removed request for aitbw February 18, 2018 18:23

I wasn't too happy about it but I needed the internship —plus, I could work from home.

> What I thought was going to be a terrible experience, happen to became a turning point in my career as a developer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same feedback about the quotation syntax.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See here

@aitbw
Copy link
Member

aitbw commented Feb 20, 2018

Just commited my changes, @sadasant. I'm keeping the quotation syntax as bold and italics doesn't feel right with what I want to express.

Also, we need some extra formatting for this one —I'd like to center the multimedia files and keep the source link just right below them, any ideas?

@sadasant
Copy link
Member Author

@aitbw looks better! I’ll ask others to see it as we get more people involved.

About the styling, that’s the thing about markdown! It’s very limited, but that’s alright. Let’s see it as a challenge instead of a limitation 🌞

@@ -0,0 +1,93 @@
# Dr. Strangelove or: How I handled my stubbornness to become a web developer

Becoming a developer can be a pretty overwhelming task these days, especially if you delve into the [JavaScript](https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f) land, where _the new kid on the block_ can be thrown into obscurity in a matter of days.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "delve into the Javascript land" sounds better as "delve into Javascript land". The "the" in that position sounds more like spanish than english. Spanish never omits "el" o "la", whereas english often omits "the" from a lot of places.


1. My dad pushed me into the IT world from a very early age
2. I used to be an avid gamer, so PCs were fascinating for me; especially selecting the components to build one from scratch
3. Engineering just seemed the right choice for me if I wasn't good with maths
Copy link
Collaborator

@jobliz jobliz Feb 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realize that code and software development isn't math most of the time and that one can go a long way without using a formula, but the phrase "Engineering just seemed the right choice for me if I wasn't good with maths" seems weird to me. That's a thing that can only be said about coding, because in every other profession engineering means applied mathematics and their respective difficult academic courses that weed out people that aren't good at math.

I don't know if all this thinking is necessary, but I think you have to keep in mind that someone might have thoughts like this one as he/she reads this line. Finally, usually "mathematics" is shortened as "math" in singular, despite being plural in the long form.


So off I went with Ruby, Sinatra, Git and Ubuntu to develop my thesis.

I know what you must be thinking right now: Why didn't you picked up Ruby on Rails?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be "Why didn't you pick up Ruby on Rails?"


I know what you must be thinking right now: Why didn't you picked up Ruby on Rails?

Honestly, I didn't researched a lot back then and Sinatra seemed pretty cool but it's worth noting that I modeled a lot of my application to be Rails-esque, so I managed to grasp **a lot** of Rails magic unconsciously. Controllers, routing, I18n, layouts, asset management, authentication, authorization, you name it —I had to implement most of this stuff from scratch, which one hell of a exercise (not in futility, of course); I look back at it and I'm glad to say I recognize most of the mistakes, something fundamental in order to know you've actually grown up as a developer, but I also loved what I did the way I did it, which was the main objective.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, I didn't research a lot

@sadasant
Copy link
Member Author

Thank you @jobliz !

@aitbw
Copy link
Member

aitbw commented Feb 21, 2018

Thanks a lot, @jobliz ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants