dtDesign1 Profile Banner
Douglas Angram Profile
Douglas Angram

@dtDesign1

Followers
242
Following
590
Media
33
Statuses
640

Full Stack JavaScript Engineer | Web, UX, Visual Designer, Lover of Creativity/Innovation/Design/Technology/Learning

Memphis
Joined March 2012
Don't wanna be here? Send us removal request.
@dtDesign1
Douglas Angram
6 years
1
3
6
@kentcdodds
Kent C. Dodds ⚡
20 days
Did you know React 19's ViewTransition component can create smooth, animated transitions between pages? Just wrap elements with the same name prop and React handles the rest. No complex animation libraries needed! 🎬
11
26
397
@kentcdodds
Kent C. Dodds ⚡
9 months
In the future, the web browser won’t have a URL bar and your UI will be generated as needed. APIs will serve UI or data the AI uses. You’ll still be able to share what you’re looking at with people and we’ll probably use URLs to do that, but things are gonna change. Exciting!
15
5
124
@dtDesign1
Douglas Angram
2 years
I've started diving deeper into web performance optimization at the request of my tech manager. I've been introduced to code-splitting. #javascript #reactjs #DEVCommunity #SoftwareEngineer #SoftwareDevelopment #Lighthouse
0
0
0
@reactjs
React
2 years
We just published the first beta for React 19! This beta release is for collecting feedback and preparing libraries for the next major version of React. To see what's included, check out the release post: https://t.co/dnGcbIRH6O
Tweet card summary image
react.dev
The library for web and native user interfaces
69
776
3K
@dtDesign1
Douglas Angram
2 years
Keyboard keys are the entrance to programming. The correct key combinations can unlock any programming language. I used to wish the keys would auto display the combos. #programmer #SoftwareEngineer #DEVCommunity #javascript #React #webdeveloper
0
0
0
@ReactTraining
React Training
2 years
🔥New Post: React will now be _more_ compiled that it was before. What does that mean? How did we get to this point? Also, you can forget about memoization... https://t.co/JFFaVfz0dg
Tweet card summary image
reacttraining.com
React Corporate Workshops, Training, and Consulting
3
21
85
@reactjs
React
2 years
New on the React Blog: what we’ve been working on, including updates on React Compiler, new React Canary features, and the next major version of React.
18
210
2K
@dtDesign1
Douglas Angram
2 years
From if (state === “FL’) return ‘Tallahassee’ if (state === “GA’) return ‘Atlanta’ To switch (state) { case: ‘FL’ { return ‘Tallahassee’ } case: ‘GA’ { return ‘Atlanta’ } default: { return ‘All States’ } } #javascript #DEVCommunity #softwaredevelopment #React
0
0
1
@dtDesign1
Douglas Angram
2 years
My tech lead/manager sent this in Teams. AI generating #React code. React GPT Designer: https://t.co/Gnc7PD1Iok #DEVCommunity #ChatGPT #softwaredevelopment #javascript #SoftwareEngineer
0
0
1
@typescript
TypeScript
2 years
We just released TypeScript 5.2 Beta! Check out - 'using' Declarations - Decorator Metadata - Easier Tuple Type Notation - The "Inline Variable" Refactoring - Comma Completions in Object Literals and more! Try it today! https://t.co/KXlaBsYxz1
Tweet card summary image
devblogs.microsoft.com
Today we are excited to announce the availability of TypeScript 5.2 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D...
12
196
691
@ykdojo
YK aka CS Dojo 📺🐦
2 years
No more copying & pasting code into ChatGPT to ask questions about it! I've created a VS Code extension that lets you select multiple files to include in ChatGPT / GPT-4 context so you'll never have to context switch from your editor. Next step: it'll edit the code for you 😁
169
315
2K
@kentcdodds
Kent C. Dodds ⚡
2 years
Your app's biggest performance problems are probably backend, not frontend related.
86
165
2K
@brad_frost
Brad Frost
2 years
Web people: do you know if it's possible to perfectly sync a bunch of <video> and/or <audio> tracks on a single web page? Meaning, you'd hit a play button and it would play all the video/audio files concurrently and reliably. Possible?
16
2
25
@paultrani
Paul Trani
2 years
images created In #adobeFirefly, frame Interpolation animation in @runwayml Livestream: https://t.co/ZLasvxv8SH
1
2
19
@dtDesign1
Douglas Angram
2 years
1.5 wks ago, while our tech lead was out for 2 wks, I was again entrusted with his tech duties. The difference this time was the length of time and cherry picking. Yes, I was tossed in the deep end of cherry picking commits in #Git dev➡️master 😳 #DEVCommunity #SoftwareDeveloper
0
0
0
@typescript
TypeScript
3 years
Today the TypeScript team is releasing a new VS Code extension named Deopt Explorer! This tool can help find polymorphism and deoptimizations in your code, and it's already helped us speed up TypeScript itself. Check out what we've built! https://t.co/I3z99KJsZ6
Tweet card summary image
devblogs.microsoft.com
Over the past few months, during the lead-up to the TypeScript 5.0 beta, our team spent a good portion of our time looking for ways to improve the performance of our compiler so that your projects...
26
617
3K
@dtDesign1
Douglas Angram
3 years
My second run in with circular dependencies in #React in 5yrs. There were 2 of them between 5 files. #DEVCommunity #softwaredevelopment #SoftwareEngineering #TypeScript #javascript
0
0
1