Log inSign up
Simohamed
498 posts
@_smhmd

Simohamed

@_smhmd
Senior Software Engineer @decodableco
Rabat-Salé-Kénitra, Morocco
Joined December 2018
219
Following
131
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • Pinned
    @_smhmd
    Simohamed
    @_smhmd
    Jul 25, 2020
    My first #npm package is out 🎉🎉 github.com/teenyicons/tee… A very beautiful icon set by @rebellenoire that is small enough to fit in small corners and still look legible! More integrations on the way!
    set of icons of tech software
    7
  • @_smhmd
    Simohamed
    @_smhmd
    Apr 8
    Hell yeah! Finally. Thanks @hjanuschka
    1
  • @_smhmd
    Simohamed
    @_smhmd
    Apr 2
    I was going over some code with Claude and it found a "bug" it says. Little did it know I'm using Xstate 🤷‍♂️
    1
  • @_smhmd
    Simohamed
    @_smhmd
    Dec 25, 2025
    TIL: You can access DOM elements directly by their id as long as the id is a valid JS variable name 🤯
    code:

<div id="app"></div>

// no need for document.querySelector
console.log(app) // gives the div
  • @_smhmd
    Simohamed
    @_smhmd
    Jun 9, 2022
    @edgedatabase moving bodies
    @simonesanfradev
    Simone Sanfratello
    @simonesanfradev
    Jun 8, 2022
    why you should really avoid ORMs building critical applications github.com/edgedb/imdbench throughput is 1/3 and latency is 1/2 than using the bare driver