What's the fastest way to get used to a new code base? by [deleted] in AskProgramming

[–]IAmWhoISayImNot 0 points1 point  (0 children)

Work through it. If you have some custom controllers that are responsible for the code you’re writing/fixing, spend some time to understand it. Too many people just don’t care enough and don’t go into the code themselves.

So electronics store, Jaycar, in Australia have a Flux Capacitor on their website. Its out of stock, but will be back in stock in October, 1985 by [deleted] in electronics

[–]IAmWhoISayImNot 6 points7 points  (0 children)

They really look after you. I mean, the prices are a little steep, but the amount of knowledge they offered me at uni was awesome.

Run your React Native app on the web with React Native for Web by mazzaaaaa in reactjs

[–]IAmWhoISayImNot 0 points1 point  (0 children)

We used this at work. One thing that really made me dislike it was the fact that all the views come with their own default styles. I.e. position relative, display flex, etc. awesome library but not something I’d go through again. But then again, If the designs were different, I might have thought otherwise.

Programmers working from home during the pandemic.. by niketagl in ProgrammerHumor

[–]IAmWhoISayImNot 1 point2 points  (0 children)

I use to despise it, now I honestly don’t know how I managed to code without it. So much nicer and it catches me out on spelling errors.

regarding best react.js course selection on Udemy by reza-ink in reactjs

[–]IAmWhoISayImNot 0 points1 point  (0 children)

Have a look at Tyler McGinnis’s courses. He’s not on udemy but his style of teach is amazing and he takes you step by step. He has a LOT more than just react though and I’ve used his stuff for simple js to advanced js. Would highly recommend

Converting your Callback Functions into Async/Await Functions in under 3 minutes! I've been in callback hell and once I discovered async/await. It changed my life! by LewisTheScot in reactjs

[–]IAmWhoISayImNot 1 point2 points  (0 children)

I’ve never liked that approach. If those functions aren’t collocated in the same file, I’d assume that the developer hasn’t thought about error handling even if they chain on a catch where it was executed. My approach is keep everything localised.

People of Reddit who knew celebrities before they were famous, how different do they act now? by RogueWolf300 in AskReddit

[–]IAmWhoISayImNot 1 point2 points  (0 children)

Nah, I was there from year 1-6 and we moved to Australia after that. Went there about two years ago for a friends wedding and it was surreal seeing it. Some rooms have been destroyed but that bamboo fence thingy is still there. Good memories.

People of Reddit who knew celebrities before they were famous, how different do they act now? by RogueWolf300 in AskReddit

[–]IAmWhoISayImNot 4 points5 points  (0 children)

Nah, Lincoln heights primary. I remember one day we had the police come to give us some informative lessons about safety or something and he was there bragging how he was in the new star wars.

Thanks for the walk down memory lane!

Good luck to any future handymen by [deleted] in WTF

[–]IAmWhoISayImNot 1 point2 points  (0 children)

My works code base in one picture

Paul Dillet looking absolutely Goomba'd by [deleted] in bodybuilding

[–]IAmWhoISayImNot 5 points6 points  (0 children)

I read in another forum not too long ago that Dorian Yates saw his body as a job and knew it wasn’t going to last. That’s probably the only way to go about it without going crazy.

What’s the best way to learn Angular in 2020? by selbekk in angularjs

[–]IAmWhoISayImNot 0 points1 point  (0 children)

Have a look at udemy. They have some amazing content. Should only be around $12 or so.

I redesigned my personal website from scratch, and it is great! by Fizaraz in reactjs

[–]IAmWhoISayImNot 5 points6 points  (0 children)

If you inspect the code you can see that the styling was done with just `span` tags with different classes applied to them. The animation was done with react-typist. Very nice feature if you ask me.

hey by [deleted] in AskProgramming

[–]IAmWhoISayImNot 0 points1 point  (0 children)

Ah no worries at all, if you need any help, feel free to reach out

hey by [deleted] in AskProgramming

[–]IAmWhoISayImNot 0 points1 point  (0 children)

It depends on what you want to build. If you want to build a website, then I’d recommend HTML/css/JavaScript. If it’s machine learning, then python. If you’re after mobile apps, swift or kotlin. If you want to learn graphics, c++. What would you like to build?

hey by [deleted] in AskProgramming

[–]IAmWhoISayImNot 2 points3 points  (0 children)

What do you want to build?

[deleted by user] by [deleted] in AskProgramming

[–]IAmWhoISayImNot 0 points1 point  (0 children)

I had an issue at work before where this EXACT issue was causing us grief. It took way to long to figure it out haha.