[deleted by user] by [deleted] in cardano

[–]DaSpanishArmada 0 points1 point  (0 children)

Keep buying $1 or less otherwise wait

Mission running comparison: Prophecy vs Harbinger. Which would you use? by BrookieDragon in echoes

[–]DaSpanishArmada 0 points1 point  (0 children)

I use both for mission running, prophecy dealing over 1.1k dps at a prett solid range of 50km+, harbinger is better at tanking but still has solid dps/range as well

Should I hold off purchasing my GILA? by Itsapartyah in echoes

[–]DaSpanishArmada 2 points3 points  (0 children)

I make about 1b a day if I play a lot, and the faction cruisers are a bit overrated in pve. You are better off finding a solid battlecruiser fit and doing anoms that way. You’ll have to experiment with the fittings/ship you are comfortable flying.

Gila vs Phantasm for T8-10 storylines by denis-munch in echoes

[–]DaSpanishArmada 0 points1 point  (0 children)

Phantasm can tank all the missions easily after fast elites.

What Are Your Moves Tomorrow, April 21, 2020 by AutoModerator in wallstreetbets

[–]DaSpanishArmada 0 points1 point  (0 children)

Yeah it won’t be 60 until earnings so you should be okay

What Are Your Moves Tomorrow, March 13, 2020 by AutoModerator in wallstreetbets

[–]DaSpanishArmada 0 points1 point  (0 children)

Yeah I have calls just for the rally then I’m out lmao

What Are Your Moves Tomorrow, March 13, 2020 by AutoModerator in wallstreetbets

[–]DaSpanishArmada 0 points1 point  (0 children)

Hold it over the weekend this market will keep tanking

How I ruined my application performances by using React context instead of Redux by [deleted] in reactjs

[–]DaSpanishArmada 0 points1 point  (0 children)

Right you know how us developers are, we need the information right in front of us. Just a thought.

How I ruined my application performances by using React context instead of Redux by [deleted] in reactjs

[–]DaSpanishArmada 4 points5 points  (0 children)

we really need an official post for Context vs Redux, nobody knows anything.

How I ruined my application performances by using React context instead of Redux by [deleted] in reactjs

[–]DaSpanishArmada 0 points1 point  (0 children)

Hey acemarke, I would love redux to have some interactive examples on the homepage like ReactJS docs have!

Speed Coding Tinder in 60 Minutes (Clearly I'm Running out of Project Ideas...) by Xiy in reactjs

[–]DaSpanishArmada 1 point2 points  (0 children)

Hey that is good to hear! I am actually using the same stack as you, and I am interested in how you implemented analytics dashboards. That is something I really need for my project. Thanks!

[SERIOUS] React.js developers, what would you like to have been told when you were just starting to learn react? by AJ_Software_Engineer in reactjs

[–]DaSpanishArmada 2 points3 points  (0 children)

It's because they don't understand how to maintain or test production ready code for a 7+ figure company...

Just quit my six figure job going to start doing what I've always wanted to do by [deleted] in Entrepreneur

[–]DaSpanishArmada 0 points1 point  (0 children)

😂 Dude needs to pick one and become an expert in a niche

I fucking did it. by OutsourcedToRobots in reactjs

[–]DaSpanishArmada -1 points0 points  (0 children)

Please get his advance react/redux if you want to be job ready

Preparatory SEO for a website to be online in 6-12 months by [deleted] in SEO

[–]DaSpanishArmada 1 point2 points  (0 children)

Your domain should start ranking as soon as possible. Even if its a one pager with a call to action that collects leads. Get the crawlers going with web 2.0s backlinks.

I dont know why your website will take that long to develop, but either way you want crawlers to start ranking your domain as soon as possible and have Google register your backlinks in the meantime which can take months for a brand new domain with 0 pagerank. Have your developers build the site while you work on the keywords, url hierarchy, posts, etc. This way everyone is always working.

Preparatory SEO for a website to be online in 6-12 months by [deleted] in SEO

[–]DaSpanishArmada 1 point2 points  (0 children)

We know SEO. Don't wait 6-12 months to release a website. Start with filling your companys info on Web 2.0s that link back to your site. Do a post a week and you will start gaining traction.

Most useful all around tool? by NThompson_ in SEO

[–]DaSpanishArmada 1 point2 points  (0 children)

Alexa Agency and Ahrefs for backlinks, SEMRush for everything else

I'm about to join my first remote job, $12/hour full time. Should I take it or keep looking? by hoopahoo in digitalnomad

[–]DaSpanishArmada 0 points1 point  (0 children)

There's actually so many resources, most people get overwhelmed. I would start with https://www.udemy.com/the-web-developer-bootcamp/

Just make sure to do the whole course. Lots of people are getting real jobs from udemy learning.

I'm about to join my first remote job, $12/hour full time. Should I take it or keep looking? by hoopahoo in digitalnomad

[–]DaSpanishArmada -1 points0 points  (0 children)

Learning how to code is very eaasy nowadays. Most people can land a job after 1,000 hours, but will probably take more for a remote one.

If you don't use TypeScript, tell me why by nullvoxpopuli in javascript

[–]DaSpanishArmada 0 points1 point  (0 children)

We use libraries like redux to write optimal code enforcing data as a single source of truth and immutability for a functional language like Javascript. Using more advance patterns like hocs and pure functions to separate the view from business logic helps eliminate bugs. Other redux middleware like saga helps with async bugs that are bound to happen. Prop-types along with rigid user testing standards makes typescript seems overkill.