Alvaro Montoroalvaromontoro.hashnode.dev·Jul 2, 2024CSS Surprise Manga LinesThere’s a common effect in manga and anime when a person is surprised, shocked, or even disgusted: lines “radiate” from their face to canvas and highlight their facial expression. I like that effect, and I’ve seen this done using web technologies wit...DiscussCSS
Dhanush Ndhanushnehru.hashnode.dev·Jun 7, 2024Announcing runtime-environment: A Rust Crate for Detecting Operating Systems at RuntimeHey! I am excited to announce the release of my new Rust crate as part of my learning process “runtime_environment”! 🦀 This pack is perfect for programmers who want to detect operating systems at runtime. It also provides a flexible toolkit for this...Discuss·8 likesrust crates
Alvaro Montoroalvaromontoro.hashnode.dev·Feb 12, 2024Mobile Navigation 3D AnimationThis past weekend, I coded a 3D-CSS demo inspired by Mobile navigation system, by Dzianis Rakhuba. It may not look like much at first, but it is more fun and entertaining when switching between a 2D and 3D visualization (by clicking on the Start and ...DiscussCSS
mahi samiasamyscode.hashnode.dev·Sep 14, 2023Unraveling the Magic of Closures in JavaScriptIn the world of JavaScript, each time we run a function, it creates a fresh local memory (new execution context). It doesn't hold onto memories of previous runs. Once the function finishes executing, its local memory is wiped clean, leaving only the ...Discussshowdev
YU-XUAN ZHENGyuxuanzheng.hashnode.dev·Jul 29, 2023Enhancing User Experience with DaxusDaxus is an exceptional server state management library tailored for React applications. With Daxus, developers have complete control over their data, allowing them to craft websites with superior user experiences. Building a Better User Experience w...Discuss·1 like·40 readsReact
Niklas Tiedeniklastiede.hashnode.dev·May 27, 2023How to Cheaply Host Your Full-Stack Side-Project: Serving it From HomeFrontend projects can be hosted for free. But when you're creating a full-stack app your provider needs to process requests, making database calls etc. No hosting provider offers this for free. So when no one offers this for free what else can we do...Discuss·1 likeDevops
Alvaro Montoroalvaromontoro.hashnode.dev·Mar 15, 2023CSS Art: Motorola RAZR V3Ok, maybe the RAZR is not the best flip phone ever, but it was iconic - and I say that not only because I had one. It was one of the most popular cell phones in the mid-2000s. The other day, the kids went to sleep early, and I decided to do some CSS ...Discuss·1 like·48 readsCSS
Alvaro Montoroalvaromontoro.hashnode.dev·Jan 23, 2023Drawing a chibi character with CSS (+video)I attempted to draw a chibi character using CSS and a single HTML element yesterday. It took more than usual, but it was a fun process. This was the result: https://codepen.io/alvaromontoro/pen/abjqKVj This time, I knew more or less what I wanted t...Discuss·58 readsCSS
Yuliia Nikitinanikitina.hashnode.dev·Nov 18, 2022Announcing New Grid for instant work with Big Data: DataTable.dev!I’m 100% sure anyone who came across this post once had to deal with data analysis somehow. Mostly - with tables and tons of records there. I personally deal with them all the time, not just because I work in a company that develops pivot grids but ...Discuss·42 readsDataVisualization
Fredrik Sjöstrandfronkan.hashnode.dev·Sep 6, 2020Game Jam Post Mortem - Supply RunDuring two weeks I developed a game for the Game Jam, Kodsnacks Tvåveckorssylt - Fjärde Omgången. This was the fourth run of quite a small Swedish Game Jam from the community around the podcast Kodsnack. One of the core ideas with these jams is: a ...Discuss·42 readsGame Development