The Oleksii
banner
theoleksii.me
The Oleksii
@theoleksii.me
Not a digital creator, just an old wizard from 🏴‍☠️ who believes all ingenious is simple 🧙🏻‍♂️

https://theoleksii.me
Reposted by The Oleksii
The #JS utility you never knew you needed 😂
Create multiple Symbols in one go with this Proxy-based one liner.
October 29, 2025 at 6:07 AM
Reposted by The Oleksii
Did you know your MacBook has a sensor that knows the exact angle of the screen hinge?

It’s not exposed as a public API, but I figured out a way to read it and make it sound like an old wooden door.
September 6, 2025 at 8:44 PM
Do you find “merging PR without review” to be a sign that a team is going in the wrong direction? 😅
July 22, 2025 at 9:03 AM
Does Temporal have the same issues? 🤔
This is hilarious. Best part is that my score is also a date (somewhere) 🤣

I scored 7/28 on jsdate.wtf and all I got was this lousy text to share on social media.
July 11, 2025 at 7:11 PM
that’s a clever idea to use Proxy for UI updates, but in my humble opinion, using Observable gives you more flexibility 🤔

www.lorenstew.art/blog/reactiv...
Building a Lightweight Reactive State Manager with JavaScript Proxies | Loren Stewart
Ditch the heavy libraries and discover how to create a simple, powerful, and reactive state management system using native JavaScript Proxies.
www.lorenstew.art
July 9, 2025 at 9:15 AM
A sad but true story — so many ideas have drowned in the sea of overthinking 🥲🫠

maalvika.substack.com/p/being-too-...
being too ambitious is a clever form of self-sabotage
on starting, doing, being, and becoming.
maalvika.substack.com
July 6, 2025 at 9:45 PM
Reposted by The Oleksii
programming is just the art of adding bugs to an empty file
March 3, 2025 at 7:06 AM
LeetCode’s runtime and memory usage rankings feel like rolling dice — one run you’re a genius, next run you’re a disaster 🤠🎲

#leetcode
June 7, 2025 at 1:26 PM
vibe coding feels more like leading a team of jun/mid developers who never ask for PTO 😅🤠

#ai #llm #thoughts
June 2, 2025 at 3:04 PM
Reposted by The Oleksii
what’s wrong with this code:

if (props.wrap) {
return (
<Wrapper>
{children}
</Wrapper>
)
}

return children
May 18, 2025 at 10:16 PM
The suspension of my Claude account got me thinking — if you rely solely on vibe coding, one day you might lose your vibe, meaning you’ll need to learn how to cast programming magic the old-fashioned way. So maybe the future isn’t as dark as people keep saying on every corner. 🤠

#ai #vibecoding
May 16, 2025 at 7:54 PM
Is marketing all that we have? 🤔

youtu.be/E3Yjx0fFeaA?...
React Native Isn't as Popular as You Think
YouTube video by Tastemaker Design
youtu.be
May 9, 2025 at 7:37 PM
Another magic comment for your JS tricks pocket… behold //# allFunctionsCalledOnLoad 🥹

#js #v8

v8.dev/blog/explici...
Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints · V8
Explicit compile hints control which JavaScript files and functions are parsed and compiled eagerly
v8.dev
May 4, 2025 at 12:29 PM
Behold, a small eliminator of painful boilerplate — like configuring a ton of controls in Storybook stories. 🥹

github.com/kamtugeza/re...
GitHub - kamtugeza/rechainify: Lightweight utilities for composing and executing chained data validations and transformations.
Lightweight utilities for composing and executing chained data validations and transformations. - kamtugeza/rechainify
github.com
March 31, 2025 at 9:41 PM
While there are better options for a task, people tend to use popular things — marketing is doing its job.

www.kylegill.com/essays/next-...
Next.js vs TanStack
See this post for inspiration. Over the past few months, I've moved as much code as possible away from Next.js . While I see why people…
www.kylegill.com
March 22, 2025 at 10:10 AM
the craft system in the Kingdom Come Deliverance 2 is fascinating and annoying at the same time… I’ll see the horseshoes in my dreams tonight 😅

#kcd2 #gaming
March 16, 2025 at 7:41 PM
That’s an interesting idea. My only question is how it might affect performance. 🤔

antfu.me/posts/async-...
Async, Sync, in Between
The coloring problem in modern programming, and a proposal of a new approach
antfu.me
March 3, 2025 at 10:18 AM
Is ghostty + tmux + neovim worth it? I’m asking for a friend of mine 😅

#ghostty #tmux #neovim #adventures
February 3, 2025 at 10:53 PM
The idea behind transduction breaks your perception while simultaneously opening the universe to you 😅

#fp #javascript
December 12, 2024 at 3:35 PM
Hehe, what an unfair life 😅

"Every idea is a bad idea. No idea performs the way you expect once you collide it with reality." - Marc Randolph

www.linkedin.com/posts/marcra...
Marc Randolph on LinkedIn: I am firmly convinced there’s no such thing as a good idea. Every idea… | 373 comments
I am firmly convinced there’s no such thing as a good idea. Every idea is a bad idea. No idea performs the way you expect once you collide it with reality.… | 373 comments on LinkedIn
www.linkedin.com
December 4, 2024 at 8:54 PM
“Becoming a professional software developer is accumulating a back-catalogue of regrets and mistakes.”

#coding #dev #programming

programmingisterrible.com/post/1392226...
Write code that is easy to delete, not easy to extend.
“Every line of code is written without reason, maintained out of weakness, and deleted by chance” Jean-Paul Sartre’s Programming in ANSI C. Every line of code written comes at a price: maintenance. To...
programmingisterrible.com
November 20, 2024 at 10:39 PM
Interactive articles are game-changers! Nothing beats hands-on learning - @samwho.dev deep dive into queues proves it perfectly 🤠

encore.dev/blog/queueing
Queueing – An interactive study of queueing strategies – Encore Blog
In this blog, we go on an interactive journey to understand common queueing strategies for handling HTTP requests.
encore.dev
November 19, 2024 at 10:48 AM
Looks like we are going old school with the prop drilling in RSC… Is there a way to kick-in `AsyncLocalStorage` in NextJS? 🥲

#react #nextjs #storage
November 9, 2024 at 4:48 PM
Is `dangerouslySetInnerHTML` really the only way to add HTML comments in RSC? And why do we need that extra empty div? 🤔



#react #rsc #html
November 8, 2024 at 2:15 PM