isocroft Profile Banner
Ifeora Okechukwu Patrick Profile
Ifeora Okechukwu Patrick

@isocroft

Followers
1K
Following
45K
Media
1K
Statuses
59K

Alleged Builder++, Capt. gadget, exjacm, music hobbyist | criticize by creating! | Always chilling in power... | Work: xxxxxxxxxxxxx Ex: @DeimosCloud @tryduplo

Nigerian
Joined August 2012
Don't wanna be here? Send us removal request.
@isocroft
Ifeora Okechukwu Patrick
3 years
My own personal concept in this life is: I don't want to be famous but I want to be wealthy and impact so many lives as much as I can while building my family and friends to do the same.
1
2
23
@isocroft
Ifeora Okechukwu Patrick
6 days
...blocking the main thread. Generator function do not run async code so they on't need this API. Remember, the yield keyword is used to pause generator functions. Here's a snippet that combines generator function & a custom scheduler (powered by requestIdleCallback) 🧡(3/3)πŸ‘‡πŸΎ
0
1
0
@isocroft
Ifeora Okechukwu Patrick
6 days
Have you ever tried to pause execution while running an async function in JavaScript ? An async function has to run to the very end once it starts executing. So, that's not possible. However, with generator functions in JavaScript it is very possible using yield. 🧡(1/3) πŸ‘‡πŸΎπŸ‘‡πŸΎ
1
3
2
@isocroft
Ifeora Okechukwu Patrick
6 days
However, recently Blink-based browsers shipped a new feature to allow async functions to pause execution so the main thread can run using a cooperative scheduling point via the new #Proritized_Task_Scheduling_API With this API, async functions can run without... 🧡(2/3)
1
1
0
@isocroft
Ifeora Okechukwu Patrick
6 days
...blocking the main thread. Generator function do not run async code so they on't need this API. Remember, the yield keyword is used to pause generator functions. Here's a snippet that combines generator function & a custom scheduler (powered by requestIdleCallback) 🧡(3/3)πŸ‘‡πŸΎ
0
1
0
@isocroft
Ifeora Okechukwu Patrick
6 days
However, recently Blink-based browsers shipped a new feature to allow async functions to pause execution so the main thread can run using a cooperative scheduling point via the new #Proritized_Task_Scheduling_API With this API, async functions can run without... 🧡(2/3)
1
1
0
@isocroft
Ifeora Okechukwu Patrick
6 days
Have you ever tried to pause execution while running an async function in JavaScript ? An async function has to run to the very end once it starts executing. So, that's not possible. However, with generator functions in JavaScript it is very possible using yield. 🧡(1/3) πŸ‘‡πŸΎπŸ‘‡πŸΎ
1
3
2
@sysdsgn
SysDsgn
16 days
Ch. 7: Log-Structured Storage is now up on YouTube! In this session, we discussed chapter 7 of @therealdatabass and explored how storage engines use data structures like LSM trees, Skip lists, Bloom filters etc, to handle data efficiently at scale. πŸŽ₯Watch on YouTube β†’
0
1
3
@isocroft
Ifeora Okechukwu Patrick
14 days
Omo! The Creator of @jquery likes @tan_stack Start. Then, we made the right choice by liking everything Tanstack!! 😎πŸ₯³ Let's go
@jeresig
John Resig
16 days
I've been using @tan_stack Start for a new project and it's super good. The server functions completely replace the need for TRPC/GraphQL/REST, the middleware is composable and fully typed, and having TSRouter's nice typing and stateful search params is icing on the cake. A+!
0
0
6
@isocroft
Ifeora Okechukwu Patrick
17 days
This is a nice way to abstract workflows for biz processes. However, is it practical and robust ? I don't think so. What happens if the DB transaction to create a user is rolled back ? Does the rest of the workflow execute or is it ignored ? I like magic code that doesn't lie!
@cramforce
Malte Ubl
17 days
"use workflow" And your async await calls become durable. Supported everywhere TypeScript runs https://t.co/G0kGMr3M0X
1
0
0
@isocroft
Ifeora Okechukwu Patrick
17 days
Today is a good day! Go make it count πŸ’ͺ🏼😎
0
0
0
@hnasr
Hussein Nasser
17 days
Memorizing trick programming questions and answering interviews flawlessly as you may know isn’t productive. Coming up with your own solution on the fly, no matter how inefficient or bad you think it is 100 times better. You will flawlessly one day build up to a better
9
16
345
@RitikaAgrawal08
Ritika Agrawal
19 days
I tried to replicate this design with HTML and CSS! Here's the CodePen link :- https://t.co/aAXFb37eeK What do you think? 😁
@OlabodeUIUX
Olabode UI/UX, Websites, Web & MobileApps Designer
21 days
Payment status screen for a trip planning app πŸ’³βœ¨
121
87
1K
@isocroft
Ifeora Okechukwu Patrick
18 days
When, I say #GraphQL is an anti-pattern because the cost outweighs the benefits, some software engineers are enraged and don't want to listen to what/why I have said so. This is it πŸ‘‡πŸΌπŸ‘‡πŸΌ explained better than I could have. It's not me mouthing off for no reason. It's real talk!
@floydnoeliii
Floyd NoΓ«l III
20 days
@cpojer @AtherionGG it mostly doesn't solve the problem, and introduces many new ones. it can solve the issue in some narrow cases, but the benefits are often not worth the cost. graphql is, however, the best developer siren song of all time. it lures you by being perfectly abstract, pure, logical
0
0
0
@isocroft
Ifeora Okechukwu Patrick
19 days
The second part: "Most abstractions rot faster than they're shared" is correct βœ… and I agree because premature abstractions are usually disguised as healthy steps towards code reuse. The first part: "Code reuse is a myth" is wrong ❌ because code reuse is vital to reliability
@pragdave
Dave Thomas
19 days
"Code reuse is a myth, and most abstractions rot faster than they’re shared." from an upcoming book on Functional Programming in Elixir
0
0
1
@adevnadia
Nadia Makarevich πŸ‡ΊπŸ‡¦
20 days
React Server Components: do they improve performance or make it worse? If your answer is β€œI’ve no idea πŸ˜…,” I wrote a deep-dive to answer that! Experiments and real numbers, CSR vs SSR vs RSC, same app + test setup. Focus: initial load + data fetching. https://t.co/OyMoGpkl7Y
Tweet card summary image
developerway.com
A data-driven comparison of CSR, SSR, and RSC under the same app and test setup, focusing on initial-load performance and the impact of client- vs server-side data fetching (including Streaming +...
12
56
443
@isocroft
Ifeora Okechukwu Patrick
19 days
Also, RSCs needs other things like Suspense and HTTP2/3 Streaming and CDNs. Also, you have to be careful with client boundaries. Overall, the article is an honest take on RSC performance compared to SSR and CSR. SSR doesn't always give you a performance boost. 🧡(2/2)
0
0
0
@isocroft
Ifeora Okechukwu Patrick
19 days
From this article, RSC only makes sense on a per-page basis not an app-wide basis. Page router SSR w/out HTTP2/3 + streaming performs better on average than RSC. Unfortunately, there no official way in Next.js to mix App router and Page router. 🧡(1/2) https://t.co/QmC7aAIZqn
Tweet card summary image
developerway.com
A data-driven comparison of CSR, SSR, and RSC under the same app and test setup, focusing on initial-load performance and the impact of client- vs server-side data fetching (including Streaming +...
1
0
0
@njokuScript
njokuscript.eth
20 days
do hard things. solve the hardest problems.
27
130
561
@isocroft
Ifeora Okechukwu Patrick
19 days
Rule No. 1 - Never kiss and tell! You're not the only guy who has slept with a woman. No need for unnecessary BC. I come in peace ✌🏼
@akudigide
Nwaeze Oyibo πŸ¦‰
21 days
Bro, this girl is not who you think she is. She was my mutual in 2023, i sleptt with her and i paid her off. Abort mission before it's too late. Ciao
0
0
1
@isocroft
Ifeora Okechukwu Patrick
20 days
In honor of the lock-in season: If this post of mine gets more than 5900 likes in 3 days, I will recreate this with HTML and CSS and share the code here publicly for everyone to see @OlabodeUIUX just needs to furnish me with the font(s), icon(s) and color codes. RT for reach!
@OlabodeUIUX
Olabode UI/UX, Websites, Web & MobileApps Designer
21 days
Payment status screen for a trip planning app πŸ’³βœ¨
1
0
3