arashk babakan

137 posts

arashk babakan

arashk babakan

@hemati61

Katılım Mart 2014
366 Takip Edilen17 Takipçiler
arashk babakan
arashk babakan@hemati61·
@code I like the previous edit and chat a lot more. Any time you want to switch between them it ask you to discard the previous one.
English
0
0
0
12
Visual Studio Code
Visual Studio Code@code·
There is a unified Chat view. You’ll now see a dropdown with three modes: Ask - for asking questions and brainstorming ideas Edit - for making edits across multiple files Agent - for an autonomous coding flow
Visual Studio Code tweet media
English
3
0
52
5.9K
Visual Studio Code
Visual Studio Code@code·
Big updates in the latest @code release: ✨ Extend agent mode (now available in VS Code Stable!) with MCP tools ✨ A unified chat experience ✨ Use your own API key to access more language models ...and so much more aka.ms/VSCodeRelease Let’s dive in 🧵
Visual Studio Code tweet media
English
51
230
2K
292.7K
Jeremy Nguyen ✍🏼 🚢
Jeremy Nguyen ✍🏼 🚢@JeremyNguyenPhD·
@alexalbert__ The form doesn't accept Gmail as an email address, but my anthropic account is signed up under a Gmail account. Should I sign up another account with another email?
English
5
1
10
5.9K
Alex Albert
Alex Albert@alexalbert__·
We're giving out $50k in free API credits for devs to try Claude Code and build more cool stuff using it. Apply for these credits below ↓
English
155
79
2K
502.7K
arashk babakan retweetledi
bolt.new
bolt.new@boltdotnew·
💡 2 CSS tips for textareas: 1️⃣ Use `field-sizing: content` to make the textarea auto-resize to its content 2️⃣ Use `lh` units to set the height in the font's computed line-height units
English
7
209
2K
116.7K
arashk babakan
arashk babakan@hemati61·
@Rich_Harris In other words a change in one of the object properties causes other properties to get reactive no matter the object itself is on the left hand side or being and assigned to another variable and then being updated
English
1
0
0
62
arashk babakan
arashk babakan@hemati61·
@Rich_Harris If you comment out line 42, then the UI is not gonna get updated as Svelte is not aware of the change. But having line 42 causes reactivity and therefore the change on line 44 is gonna get reflected on UI.
English
0
0
0
13
Apple Hub
Apple Hub@theapplehub·
Should other governments around the world force Apple to allow alternative app stores and payment options on iOS?
Apple Hub tweet media
English
478
168
3.7K
542.2K
Avindra Fernando
Avindra Fernando@avindrafernando·
@housecor It’s disrupting how we traditionally architected React apps for sure. As it goes through a couple of iterations I believe it will be a great addition to apps. Also, one of the largest confusions related to RSCs is within the name itself. The name implies you need a “server”.
English
3
0
4
2.2K
Cory House
Cory House@housecor·
I like RSC. But it’s not perfect. Problems I’ve noticed: 1. Next.js is the only mature implementation I’ve seen so far. 2. Need a complex server config to host it. It’s not very practical to create a useful RSC “hello world” from scratch. 3. It’s not traditional server side rendering because the server doesn’t render components as HTML. So it doesn’t improve SEO (although RSC architecture is potentially faster at rendering, so that may help SEO). 4. It’s hard to debug. I can’t easily see what’s happening on the server or step through it. 5. The mental model is more complex. I have to understand new concepts like “use client”, “use server”, and server actions. For each component, I need to ask “how can I decompose this so that most of the code is in a RSC?” 6. If a third party component isn’t updated to support RSC, I may have to wrap it in my own component that calls “use client”. I’m happy to be corrected on any of these, but this is what I’ve seen so far.
English
52
30
333
82.8K
arashk babakan
arashk babakan@hemati61·
@avindrafernando @housecor You aleays need a server. The difference is that you need your whatever server that can serve static content not a type of node server that runs to generate your contet dynamically. RSC is nothing more that SSG.
English
0
0
0
30
arashk babakan
arashk babakan@hemati61·
@dan_abramov2 Great article Dan. Thanks for taking the time to write it and explain it again here. After reading it, it seems that RSCs are nothing more than SSG and people have confused them with SSR.
English
0
0
0
6
arashk babakan retweetledi
Node.js
Node.js@nodejs·
Are you currently hiring for a role that includes using Node.js? Reply with a link to the opening and any relevant context. If you're not, we'd appreciate a retweet for visibility 💚
English
12
127
261
90.7K
Daniel Cranney 🇬🇧
Daniel Cranney 🇬🇧@danielcranney·
@daboigbae Oh man, can’t see myself using it for a while. ChatGPT is like if everyone on stack overflow was nice 🙃
English
5
0
82
6.7K
gbae the app developer
gbae the app developer@daboigbae·
As a programmer - when was the last time you used stack overflow?
gbae the app developer tweet media
English
549
214
2.7K
372.3K
James Sumners
James Sumners@jsumners79·
"Unfortunately, we've decided to move forward with other applicants that are more closely aligned with our needs at this time." Hilarious. They specifically want @fastifyjs expertise in the job posting. I noted that I am a core maintainer of it in the application.
James Sumners tweet media
English
21
9
133
25K
arashk babakan
arashk babakan@hemati61·
@dan_abramov No wonder how they make money. I do prefer other airlines like Qatar or Emirate airlines when travelling that part of the world.
English
0
0
0
313
arashk babakan
arashk babakan@hemati61·
@housecor I have done it for all my current company FEs (5 in total) and I’m so happy with the decision I made. @vite_js
English
0
0
0
32
Cory House
Cory House@housecor·
Just switched a large project from create-react-app to Vite. With create-react-app: start: 25 sec Hot reload: 2.8 sec With Vite: start: 2 sec 🔥 Hot reload: Instant A solid DX improvement, and simple to convert. If you're using CRA, consider converting! #react
English
41
93
1.3K
174.4K