Profile avatar
rrd108.bsky.social
Digital Hare Krishna monk πŸ™πŸ» WebDev since '98. Frontend or backend? The eternal question. Hungary, vuejs, PHP
60 posts 32 followers 77 following
Regular Contributor
Active Commenter

I wrote my first Chrome extension. Tbh Gemini wrote it. I spend extra 2 minutes on it and my goal is achieved. Nice

I can't create a proper issue of this, but maybe @danielroe.dev you might want to take a look. If I use magic regex here github.com/rrd108/vue-m... the test just hangs. I have no idea why, plain regex is fast, and I never experienced anything like this with magic regex. Might be my skill issue.

When I started to use open source softwares somebody told me I could not trust them, no guarantee at all if there is a problem I was on my own. What actually is my experience? I asked a question on discord and in 4 hours the bug was fixed. Perhaps for this you need someone like @pi0.io

I had a micro saas idea and I spent 3 weeks on market research, brainstorming, write down what would I put into the MVP, and analyzing. And no code yet. I had another idea 2 days ago and now I am done with the POC. No market research, no planning yet.

Hey @danielroe.dev I heard you were working on something for react devs coming to vue. If you see patterns what seems logical for ex reacters but is a no-no in vue, please share it. I want to add some rules to Vue Mess Detector covering this.

I spent 5 hours to set up smtp on a gce vm. No luck yet. 😳

The year is not finished yet.

I just released a PHP SDK for the Hungarian tax office NAV M2M system. github.com/rrd108/NavM2... It was a challenge and need some more work, but serves its purpose.

@yaak.app can we set variables automaticly? I mean on login endpoint I get a token and I want to save it for other requests.

I am working on something new what uses a governement API. The official docs, the provided postman file and the official swagger are contradicts each other. One endpoint gave me errors on test env, but worked on prod. And I just started. 😱

Just built a content generator for Nuxt! Input an event name and a brief description, and it outputs a short article with marked relevant keywords and image suggestions. #nuxtjs #webdev

@tiptap.dev is πŸ”₯πŸ’₯πŸš€ Why didn't I found it earlier?

To find some conflicting rule in my editor's formatting rules is not fun. 2 days, no progress. #devlife

πŸ“Ή DejaVue #E035 - Error Handling in Vue πŸ‘‰πŸ» Join Michael and Alex on a discussion of the different ways one can handle errors in Vue applications. https://www.youtube.com/watch?v=aK6nyTn1t4s

Hi @thealexlichter.com, I remember watching a great video of yours about avoiding hydration errors when using Math.random(). I'm trying to find it again but can't seem to locate it. Do you happen to have a link or remember where I might find it? Thanks for your help!

I just released simplepay-js-sdk for Hungary's biggest payment gateway. I hope it will be useful for others. github.com/rrd108/simpl...

Create your own magic with well-crafted code. πŸͺ„ Avoid magic numbers and let your code speak for itself. #codingtips #VueMessDetector #cleancode

This notification made my day! #VueMessDetector

- Yaak the best API client github.com/mountain-loo... - Vue Mess Detector github.com/rrd108/vue-m... - CakePHP github.com/cakephp/cake...

Unmasking the Magic Number: Uncover the secrets of your code by replacing magic numbers with meaningful names. #coding #VueMessDetector #cleancode

Why Magic Numbers are Bad? Magic numbers can turn your code into a confusing spellbook. πŸ“š By using named constants, you can make your code more readable, testable, and maintainable. #programmingtips #VueMessDetector #cleancode

Magic numbers are those mysterious numbers that pop up in your code without explanation. πŸ§™β€β™‚οΈ They make your code harder to read, test, and maintain. Let's banish them! #codingtips #cleancode #VueMessDetector

I run into a strange issue the other day. As I started to add new blocks to a page the horizontal scroll appeared. I checked them one by one and none of them seemed to be the cause. Reordering, replacing them with other blocks did not helped. Then I realized more block I add more scroll I have.

I got a 100 points knowledge score on this year’s #StateOfJS survey! I have used 10 features, and knew 0 more, placing me in the top 40% of all respondents. Can you beat my score? survey.devographics.com/survey/state...

Current state of javascript is online and it misses Nitro as a backend option 😱

Why didn't I started to use Nuxt UI?