codingbeautydev Profile Banner
Coding Beauty Profile
Coding Beauty

@codingbeautydev

Followers
168
Following
35
Media
365
Statuses
629

Sharing the latest developments and insights in the world of tech and AI

Joined April 2022
Don't wanna be here? Send us removal request.
@codingbeautydev
Coding Beauty
10 months
Inverting if statements in code is so easy now with AI and inline editing... Before I'd have to use an extension like JavaScript Booster or whatever Or even worse -- do it manually But now just so easy...
0
0
0
@codingbeautydev
Coding Beauty
1 year
OpenAI's Sora AI made this from scratch👇 Can you believe it? Look at the attention to detail... No errors in the human form... Imagine how powerful this will get in 2025.
0
0
0
@codingbeautydev
Coding Beauty
1 year
Insane AI news... OpenAI just launched Sora. The long-awaited AI model for generating new videos on the fly from text. Key features: ✅ Create a video from any text prompt ✅ Animate still images to life ✅ Upgrade existing videos Just imagine where this will be in 12 months.
0
0
0
@codingbeautydev
Coding Beauty
1 year
Insane AI news... OpenAI just announced a crazy new $200 "Pro" subscription for ChatGPT. Giving unlimited access to GPT-4o and o1 models... and a new o1 pro mode. Who the hell is gonna pay for this tho? Not me for sure 😅 Free is already more than enough for most people lol.
0
0
0
@codingbeautydev
Coding Beauty
1 year
Google just shocked the world with something unbelievable 😲 Generative AI is transforming Chess in wild ways. You can now create stunning chess pieces with ANY type of design your imagination can come up with.
0
0
0
@codingbeautydev
Coding Beauty
1 year
Material Theme for VS Code: A popular theme packed with sleek, modern colors. Lovely Ocean variant✨
0
0
1
@codingbeautydev
Coding Beauty
1 year
Natural code: If verbs are for functions, then adverbs are for… higher-order functions! Here it’s like saying, “Get the file contents silently”.
0
0
1
@codingbeautydev
Coding Beauty
1 year
Don’t be afraid of long function names — that’s why we have intellisense! Always better to let code be the single source of the truth. No need to worry about updating the comment for every change. And a bit of thought could result in a much shorter but still comment-free name:
0
0
1
@codingbeautydev
Coding Beauty
1 year
See how much more readable it gets when you abstract and keep functions super short ✨ Understanding at a glance is much faster.
0
1
2
@codingbeautydev
Coding Beauty
1 year
Problem: You have a function taking multiple inputs ❌ Use several parameters for all the inputs ✅ Put all params in a single object
0
0
0
@codingbeautydev
Coding Beauty
1 year
Stop using comments to replace bad code.
0
0
3
@codingbeautydev
Coding Beauty
1 year
💡The 5 most transformative JavaScript features from ES12 ✅ replaceAll() ✅ Promise.any() ✅ New logical assignment operators ✅ Weak references -- new WeakRef type ✅ Numeric separators for easier readability
0
0
0
@tari_ibaba
Tari Ibaba
1 year
And here's another powerful use case for Promise.allSettled(): When I'm making several API requests and they must all succeed. I'll easily filter out the failed ones and retry again and again. Think Spotify: Loading homepage data from several URLs -- they must all show.
@tari_ibaba
Tari Ibaba
1 year
💡Promise.all() vs Promise.allSettled() in JavaScript: The little-known difference Promise.all() -- reject if any Promise fails Promise.allSettled() -- wait for all Promises to finish no matter what
0
1
0
@codingbeautydev
Coding Beauty
1 year
💡Promise.all() vs Promise.allSettled() in JavaScript: The little-known difference Promise.all() -- reject if any Promise fails Promise.allSettled() -- wait for all Promises to finish no matter what
0
0
0
@codingbeautydev
Coding Beauty
1 year
5 major ways I use to find $1000+ freelance clients consistently as a programmer: ✅Build your first-party network: from existing contacts & LinkedIn ✅Join an exclusive freelance network ✅Use Upwork the right way ✅Create content + code to boost visibility ✅Run targeted ads
0
0
0
@tari_ibaba
Tari Ibaba
1 year
💡bind() vs call() vs apply() in JavaScript 3 crucial methods every function has, but with subtle differences 👇 I remember bind() from those early days of React, when we still had to write full-blown classes for components.
0
1
0
@codingbeautydev
Coding Beauty
1 year
Problem: You want to render JSX in React based on UI state -- loading, error, success, etc. ❌ if statements: awkward JSX assignment ✅ key-value object: clean and intuitive
0
1
0
@codingbeautydev
Coding Beauty
1 year
New built-in TypeScript support in Node.js -- Finally ✅ Native built-in TypeScript support ✅ Zero dependencies ✅ Zero intermediate files and module configurations
0
0
1
@tari_ibaba
Tari Ibaba
1 year
Sometimes I look at code and assume it works because it looks "alright". Only to test it and see some not-so-alright results. Lesson: Never assume new code works until you've actually run it in real life. Bugs are always something you never expect.
0
1
0
@codingbeautydev
Coding Beauty
1 year
10 must-have VS Code extensions for web development: ✅ Prettier ✅ ESLint ✅ GitLens ✅ CSS Peek ✅ Live Server ✅ VS Code Icons ✅ AI assistant extension ✅ Visual Studio Intellicode ✅ JavaScript (ES6) code snippets ✅ Tailwind Intellisense, CSS Intellisense for HTML
0
0
0