Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile
Jeremy Stuart Barnes

@jeremystubarnes

Lover of all things design. Aspiring Dev Egghead. Prev making things with @Microsoft.

ID: 282791410

linkhttp://jeremybarnesdesign.com/ calendar_today15-04-2011 23:07:52

402 Tweet

731 Takipçi

117 Takip Edilen

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Just deployed my first (very lo-fi) MongoDB, Apollo Client, and Next JS app on Vercel. --- I was anticipating issues (with CORS, etc), but everything was a quick fix. It's amazing to see how Next has covered the entire pipeline and yet still manages to give devs a ton of autonomy

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Next JS question: I see purpose for getStaticProps for SEO purposes + fast loads. I see purpose for client side fetching, if you don't need to SSR a page, but you need things like run time user validation, etc. But, what's a unique use case for getServerSideProps?

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Great job to the Gatsby team for the launch of 3.0, can't wait to catch up on all of the talks from the conference today! Particularly excited about the new page creation API and Gatsby Cloud hosting! --- Now to upgrade my Gatsby Sites!

Kyle Gill (@gill_kyle) 's Twitter Profile Photo

Tomorrow morning you can watch me race to deploy a site before a world record holding speed runner of the original Super Mario Bros can beat the game. Trust me when I say it's going to be fun 😄 Register here to see it: gatsbyconf.com/event/gamer-vs…

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Finished my first Mongodb and Next.js project complete with JWT Auth! --- Very minimal, but you can personalize it with your own database here on github: bit.ly/3eaW1OX

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Starting to get into crypto dev. --- It's really fascinating how many of the concepts, like hashing + identity, overlap with git + ssh concepts. --- More and more I find the most valuable concepts of code are recognizing when "this" is another one of "those."

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

The greatest challenge to building software is the people that build it. As I grow in my career, my focus shifts to operational excellence, a culture of candor, caring personally, and idea meritocracies. Because those are the companies that truly achieve.

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

One of the most important paradigms I've acquired recently for the achieving the best outcomes at work. Think in terms of: 1. Customer 2. Business 3. Team 4. Self --- Many orgs inverse that list. It's the fastest way to ego-driven work and mindsets and chronic misalignment.

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

Helpful tip for security (that's easy to forget) Authorization and Authentication on the frontend is about the user experience, but has no effect on privacy, data protection, and security. When using JWT's, be sure to use httpOnly and not local storage or state management.

Jeremy Stuart Barnes (@jeremystubarnes) 's Twitter Profile Photo

The OS provides each process with Virtual Memory. Here's some fun C++ code I wrote that illustrates how multi-dimensional arrays are stored contiguously in VM (that then gets mapped back to physical memory!)

The OS provides each process with Virtual Memory. Here's some fun C++ code I wrote that illustrates how multi-dimensional arrays are stored contiguously in VM (that then gets mapped back to physical memory!)