Georgii Dolzhykov 🇺🇦

1.4K posts

Georgii Dolzhykov 🇺🇦 banner
Georgii Dolzhykov 🇺🇦

Georgii Dolzhykov 🇺🇦

@thorn0

JavaScript enthusiast, Turkish learner, spaniel walker

Ukraine Katılım Haziran 2008
593 Takip Edilen155 Takipçiler
Georgii Dolzhykov 🇺🇦 retweetledi
цьоця художник
цьоця художник@vicious_xa·
З днем народження, Києве мій 🫂
цьоця художник tweet media
Українська
25
953
10.5K
196.7K
Georgii Dolzhykov 🇺🇦 retweetledi
Timothy Snyder
Timothy Snyder@TimothyDSnyder·
Countless emails asking how Americans can directly aid Ukrainian soldiers. Here’s an easy answer: savelife.in.ua/en/
English
243
3.9K
11.1K
345.9K
Matt Pocock
Matt Pocock@mattpocockuk·
@pavelsvitek_ People don't read that way, they scan first - and the => { is a nice sigil
English
7
0
185
25.6K
Pavel Svitek 🇨🇭
Pavel Svitek 🇨🇭@pavelsvitek_·
Why do most people use the `const fn = () => {}` function notation? It takes more mental power to identify/parse if it's a variable or a function every time you are looking at some code. What is this madness. Just use `function ... () {}` and you identify the function with first 3 letters.
Pavel Svitek 🇨🇭 tweet media
English
226
50
1.5K
320.7K
bolt.new
bolt.new@boltdotnew·
It's official: @Supabase is coming directly to Bolt! ⚡️🙌 Want to provide early feedback? Reply with "👋" and we'll add you to the private group DM with our team!
bolt.new tweet media
English
1.1K
100
1.4K
233.2K
Tyler Shukert
Tyler Shukert@dshukertjr·
Creating a Notion clone with bolt.new and Supabase! I love how bolt utilized JSONB type to store the block data for flexibility! It's a simple app now, but would you like me to add more features to make it a fully-fledged app?
English
12
28
253
23.6K
Melvin Vivas
Melvin Vivas@donvito·
AI app creation tools ⚖️ The feature comparison chart you need! bolt.new 🆚 @v0 🆚 @replit 🆚 @lovable bolt.new ⚡ ✅ Free to start ✅ Code Editor ✅ Private Projects ✅ Load template from Github ✅ Github integration ✅ Supabase Integration ✅ Firebase Integration ✅ One-click deploy (Netlify) ✅ Other frameworks ✅ Custom Prompt ✅ Download Code ✅ Share Project ✅ Display tokens/credits left in prompt ❌ Built-in Database ❌ Built-in Auth ❌ Import from Figma ❌ Select UI to edit replit.com 🛠️ ❌ Free to start ✅ Code Editor ✅ Private Projects ❌ Load template from Github ✅ Github integration ❌ Supabase Integration ❌ Firebase Integration ✅ One-click deploy ✅ Other frameworks ✅ Custom Prompt ✅ Download Code ✅ Share Project ❌ Display tokens/credits left in prompt ✅ Built-in Database ✅ Built-in Auth ❌ Import from Figma ❌ Select UI to edit v0.dev 🚀 ✅ Free to start ✅ Code Editor ✅ Private Projects ❌ Load template from Github ❌ Github integration ✅ Supabase Integration ✅ Firebase Integration ✅ One-click deploy (Vercel) ❓ Other frameworks (unclear) ❌ Custom Prompt ✅ Download Code ✅ Share Project ❌ Display tokens/credits left in prompt ❌ Built-in Database ❌ Built-in Auth ✅ Import from Figma ✅ Select UI to edit lovable.dev 💛 ✅ Free to start ❌ Code Editor ✅ Private Projects (paid) ❌ Load template from Github ✅ Github integration ✅ Supabase Integration ❌ Firebase Integration ✅ One-click deploy ❌ Other frameworks ✅ Custom Prompt ❌ Download Code ✅ Share Project ❌ Display tokens/credits left in prompt ❌ Built-in Database ❌ Built-in Auth ❌ Import from Figma ✅ Select UI to edit
Melvin Vivas tweet media
English
19
53
409
32.7K
CJ Zafir
CJ Zafir@cjzafir·
2. Target file I paste v0 code in bolt to get my frontend components done quickly and with less token burn. But when I paste the code in the file myself, bolt doesn't update its context. For this purpose I use "target file" option. I let bolt know that I pasted the code in x file. Help me run the update and update linked files. It works.
CJ Zafir tweet media
English
2
2
45
29K
CJ Zafir
CJ Zafir@cjzafir·
Today I've completed my 28th project with AI Code. 3 months back I knew nothing about Cursor, bolt, v0 or even Claude as a coding assistant. But after spending 600+ hours with these AI tools, I have learned some TRICKs. I'm sharing TOP 10 TRICKs of: - Cursor - Bolt 🧵
English
51
187
2.3K
463.8K
bolt.new
bolt.new@boltdotnew·
@dshukertjr @donvito @chrislaupama 100%!! on our end we can make this a ton easier to have a dedicated URL for auth redirects- will get this prioritized w/ the team ❤️🙇
English
2
0
4
98
Georgii Dolzhykov 🇺🇦
Whenever "scroll restoration" is mentioned in the context of browser APIs and router libs, it's always about the "main" document/window scrolling only and not about overflow-auto elements, right? Anyone ever done the latter?
English
0
0
0
65
Georgii Dolzhykov 🇺🇦
Is there a tool that fills in 'any' where TypeScript can't infer the types? I need it to unblock enabling noImplicitAny in a legacy codebase and refactor the types later, but I really don't want to build it myself
English
0
0
0
57
Georgii Dolzhykov 🇺🇦 retweetledi
ІнфоВійська України
It's very foolish to say that "Russia was attacked." By that logic, "Britain attacked Germany in 1944 when its troops entered German territory". Absurd. Russia attacked Ukraine, and the events in Kursk are just an episode of the Russian-Ukrainian war, which Russia started.
English
1
68
272
8.6K
Seb ⚛️ ThisWeekInReact.com
Seb ⚛️ ThisWeekInReact.com@sebastienlorber·
TIL after 10y+ of JavaScript 😄 setTimeout can take extra args And this might help avoid memory leaks
Seb ⚛️ ThisWeekInReact.com tweet media
English
11
18
412
100.2K
Georgii Dolzhykov 🇺🇦
Does anybody use Coverage in DevTools? Does it work? Can't tell if it's broken or my source maps are misconfigured. If source maps were the problem, I guess debugger wouldn't work too, which isn't the case. Chrome 127.0.6533.73
English
0
0
0
64