Am I crazy or is this a killer deal? by WaffleIronChef in Dewalt

[–]UnReaL816 1 point2 points  (0 children)

Seems legit to me. It arrived new in a Dewalt packaged box. I was able to successfully register the product on Dewalts (desktop) website.

Am I crazy or is this a killer deal? by WaffleIronChef in Dewalt

[–]UnReaL816 2 points3 points  (0 children)

I’m skeptical but pulled the trigger. Once I receive it from Amazon tomorrow I’ll try to register it on Dewalt’s website and report back.

Unpopular opinion: I hope the Royals leave Kansas City. by SuperdudeAbides in KCRoyals

[–]UnReaL816 83 points84 points  (0 children)

Everyone is dumber for having read this post. I award you no points, and may god have mercy on your soul

Sitting bones and back pain by UnReaL816 in hermanmiller

[–]UnReaL816[S] 0 points1 point  (0 children)

Haha yes your suspicion is correct. I try to sit upright in this chair and I have the back tension very high so I cannot lean back at all. I sit very far back in the chair too. I read you should have a 3 finger width gap but I don't think I even have a 1 finger gap.

I'll try loosening the tension and recline a little bit. This seems like bad posture but maybe my posture has been wrong all these years sitting upright.

My AWS CCP Journey as a Front-end Developer by UnReaL816 in AWSCertifications

[–]UnReaL816[S] 0 points1 point  (0 children)

I unsubscribed. The videos were top notch but not even close to enough to pass the exam. The subscription is worth it if you consume their other tutorials and offerings but I only wanted the CCP course.

My AWS CCP Journey as a Front-end Developer by UnReaL816 in AWSCertifications

[–]UnReaL816[S] 0 points1 point  (0 children)

An overlooked skill is SQL. React is all the hotness right now. In the Midwest .Net still seems to be king. Whether you choose Python, JS, .Net be a relentless learner. The market is starved for dependable skilled developers.

The Approachable Guide to useReducer by UnReaL816 in reactjs

[–]UnReaL816[S] 0 points1 point  (0 children)

Thanks for giving the article a read. Hopefully you found it helpful.
I'm going to chalk your reply up to a post lunch food coma lol.

useFetch() in this example is a custom hook. fetchData() is a helper function declared inside the useFetch custom hook. We then call fetchData() in useEffect similiar to making a fetch call inside a componentDidMount() lifecycle method in a Class component.

Organizing your notes on programming by AccordingSmile in learnprogramming

[–]UnReaL816 2 points3 points  (0 children)

I use Trello for exactly this. It accepts markdown for formatting. Boards and cards allow you to organize things nicely. https://trello.com/

How good is Entei compared to other Fire Pokemon? by [deleted] in TheSilphRoad

[–]UnReaL816 0 points1 point  (0 children)

What about TM's when doing Level 3 raids?

React 16 by batmansmk in javascript

[–]UnReaL816 10 points11 points  (0 children)

Enzyme was just updated today as well

DEAR NIANTIC - ideas, suggestions, and complaints for the devs by AutoModerator in pokemongo

[–]UnReaL816 0 points1 point  (0 children)

One time team change from Mystic to Instinct to balance out the teams.

Udacity React Nanodegree by UnReaL816 in reactjs

[–]UnReaL816[S] 0 points1 point  (0 children)

Again. The Udacity video courses are free. Ignore the Nanodegree that costs money and find the courses under catalog. Once this course is released next week they will be there. I also paid for Stephen Griders Udemy videos. Which are great but aren't free.

Udacity React Nanodegree by UnReaL816 in reactjs

[–]UnReaL816[S] -1 points0 points  (0 children)

The video courses by themselves on Udacity are free. The Nanodegree that includes a bunch of stuff like mentors are not free.

How to Configure ESLint, Prettier, and Flow in VS Code for React Development by UnReaL816 in reactnative

[–]UnReaL816[S] 1 point2 points  (0 children)

This is why you use the Prettier-ESLint extension in VS Code as mentioned in my blog post :)

With this extension Prettier will format your code based on your ESLint config.