arewa_coder's profile picture. Frontend Engineer

arewa_coder

@arewa_coder

Frontend Engineer

arewa_coder reposted
From Modern Dad

arewa_coder reposted

A Reverse proxy is both a backend and a frontend. Clients connect to the reverse proxy as a backend and it turns around connects to the upstream backends acting as a frontend. You can use different protocols in both cases. One instance is to use HTTP/1.1 for clients and…

hnasr's tweet image. A Reverse proxy is both a backend and a frontend. 

Clients connect to the reverse proxy as a backend and it turns around connects to the upstream backends acting as a frontend.

You can use different protocols in both cases. One instance is to use HTTP/1.1 for clients and…
hnasr's tweet image. A Reverse proxy is both a backend and a frontend. 

Clients connect to the reverse proxy as a backend and it turns around connects to the upstream backends acting as a frontend.

You can use different protocols in both cases. One instance is to use HTTP/1.1 for clients and…

arewa_coder reposted

Deep! #Yoruba


arewa_coder reposted

A request is like an arrow. its maximum speed is as it leaves the bow, then it slows down due to air and gravity. A request is at its maximum speed as it leaves the frontend’s NIC, then starts to slow down as it travels through network devices, proxies, the backend kernel, and…


arewa_coder reposted

The React component API could be vastly simpler. It's a decent sized job, but ultimately React is responsible for: - updating DOM - refs/state management - side effects - event handling How much of that could you do with a simpler API based on the DOM and pure JS?


arewa_coder reposted

If you use @tan_stack query You HAVE to know about this powerful feature It's a GAME CHANGER... check it out 👇

YBenlemlih's tweet image. If you use @tan_stack query

You HAVE to know about this powerful feature 

It's a GAME CHANGER... check it out 👇

arewa_coder reposted

I don't understand why squash merging is not the default on GitHub. The other options make no sense, and just slow things down. Similarly, it's confusing that people *still* use `git merge`. It makes everything so complicated. Always rebase, never merge.

cpojer's tweet image. I don't understand why squash merging is not the default on GitHub. The other options make no sense, and just slow things down.

Similarly, it's confusing that people *still* use `git merge`. It makes everything so complicated. Always rebase, never merge.

arewa_coder reposted

As for merge vs rebase: A merge requires you to put somebody else’s committed work from main on top of your in-progress change. For every conflict you have to debate whether the change you made in a PR on Friday last week or the change somebody shipped to production on Monday…


arewa_coder reposted

I mostly agree in theory and in OSS where the history is more important, but in practice when working on apps I prefer merging these days: - Biggest pain with rebase is having to replay *all* your commits, even ones that may be completely irrelevant now. If you are spending time…


arewa_coder reposted

To wish a girl happy birthday now is a huge financial mistake. “Happy birthday 🎉” next thing is “thank you, should I send my account details?” Get tf out of my DM girl.


arewa_coder reposted

Just shipped: Client-side cancellation for @tan_stack Start server functions! Plus, server functions are now notified when clients disconnect before execution finished. tanstack.com/start/latest/d…

schanuelmiller's tweet image. Just shipped: Client-side cancellation for @tan_stack Start server functions! Plus, server functions are now notified when clients disconnect before execution finished.

tanstack.com/start/latest/d…

arewa_coder reposted

📣 Time to announce "create-tsrouter-app" or CTA, a drop-in CRA replacement: - Powered by @Vite_js + @Tan_Stack Router, built by @jherr - TypeScript/Tailwind/File-Route templates (more coming) - Pre-ejected with full control over Vite and (soon) upgradeable to TanStack Start


arewa_coder reposted

$SOAI

Acid8624374's tweet image. $SOAI

arewa_coder reposted

TIL you can prompt folks on your CLI without a library 🤯 Node's built-ins are absolutely nuts.

mattpocockuk's tweet image. TIL you can prompt folks on your CLI without a library 🤯

Node's built-ins are absolutely nuts.

arewa_coder reposted

There’s no shame in not knowing something—only in pretending that you do. In a field that changes as rapidly as ours, no one knows everything, and that’s okay. The best developers are curious, open-minded, and always willing to admit when they’re wrong or when they need help.…


arewa_coder reposted

Why computer represents colour with #hashtags 🤌🏽


arewa_coder reposted

If you care about security for your NextJS app, stop using top level "use server" - it's way too easy to leak data Top level "use server" creates endpoints for all exported functions, even if they are never used on the client One accidental export can cause a ton of damage

RhysSullivan's tweet image. If you care about security for your NextJS app, stop using top level "use server"  - it's way too easy to leak data

Top level "use server" creates endpoints for all exported functions, even if they are never used on the client

One accidental export can cause a ton of damage

arewa_coder reposted

MACBOOK GIVEAWAY‼️‼️🚨 An organisation would be giving out 20 Macbooks to software engineers, product managers, and designers💃 Turn on post notifications so you don't miss out!!!!


arewa_coder reposted

There's no requirement for the exported objects themselves to be frozen. Someone doesn't understand how object exporting works.


arewa_coder reposted

Render props → hooks required more component defs (no conditional hooks) Remix v1 → RSC does the same to pending states b/c you need a "use client" boundary I like the explicitness of it (only "use client" goes to the client), but it adds some cognitive weight to development


Loading...

Something went wrong.


Something went wrong.