Tweet
Just fixed a difficult bug in #jQuery #Terminal. Needed to use Chrome debugger to fix it

if the code is complex and a bug is not simple, the debugger is a better choice.

Now to write the Unit Test

#techtwitter #javascript #OpenSource #buildinpublic

github.com/jcubic/jquery.…
Added some #CSS to my @unsplash Proxy Demo

I used this API for technical interviews and the problem was the rate limit when doing live coding with an automatic rerun of the app on every keystroke.

codepen.io/jcubic/pen/PoO…

#BuildInPublic #techTwitter #JavaSCript #PHP
My #OpenSource #JavaScript project, Wayne, just passed 500 stars on @GitHub

I'm really proud that my little library have so many supporters.

#FOSS #FLOSS #OSS #TechTwitter #BuildInPublic #PWA #NPM
Just released version 0.7.0 of Wayne, my #OpenSource #JavaScript library

You can use it to create pure in browser HTTP requests without the need of a backend

github.com/jcubic/wayne

#TechTwitter #ServiceWorker #PWA #BuildInPublic #FOSS #FLOSS #OSS #WebDev #WebDevelopment
Just update my old #OpenSource project Leash Shell, browser based shell dedicated to shared hosting that don't give you SSH access

github.com/jcubic/leash

#SSH #Terminal #Shell #jQuery #PHP #JavaScript
#CMD #CLI #WSL #TechTwitter #BuildInPublic
Just created a demo that uses 3 #JavaScript #OpenSource projects I'm a maintainer of.

jcubic.github.io/wayne/fs/

The demo use:

✅ Wayne
✅ jQuery Filebrowser
✅ Lightning-fs

#techtwitter #OSS #FLOSS #FOSS #jQuery #buildinpublic #Webdev #webdevelopment
@filipgorny My app is Quizerach a wordplay on "Kwisatz Haderach" and word Quiz.

It's an #OpenSource quiz app, I was not able to find anything usable that was #OSS

#buildinpublic #TechTwitter
Today was testing my quiz app for @koduj_org on the server and it was throwing an error for a new feature that was added yesterday 👿

Adding @prisma generate after migration to @GitHub action/workflow solved the issue 👼

#TechTwitter #BuildInPublic #OpenSource #OSS #FOSS
@maryem_khaoua @julienbarbier42 @alx_africa This image is proof that I should create a tool to match an image into an image based on my @CodePen Demo

it generates #CSS but I can probably generate a single image as well.

codepen.io/jcubic/pen/Poj…

#TechTwitter #buildinpublic #CodePen
@sharif_bubuka Building quiz #OpenSource app, this a common project for newbies but you can't actually find a good OSS project like this

github.com/jcubic/quizera…

#buildinpublic
@malyavko_v I'm working on the #OpenSource app for creating quizzes, don't care about users yet.

But I think that it's much easier to market an OSS library for developers than an actual App.

Right now making it for myself.

#buildinpublic
Making progress on Quizerach admin panel in #ReactJS and #TypeScript for @koduj_org

After reading @ReactAdmin/@GraphQL docs for a few days decided to write smth from scratch.

Today add:
@apollographql Client
@chakra_ui
✅ Types generator

#buildinpublic #TechTwitter
This week added a fork feature to the @koduj_js playground prototype that I will use for my next intro to #programming class. This makes it actually usable for teaching more than one person at a time

#JavaScript #CodeNewbie #CodeNewbies #BuildInPublic
Just added a reverse RPC mechanism to the old prototype of @koduj_js. Now you can call Terminal methods from inside the iframe.

I will be able to use this for #teaching promises and async #programming

github.com/jcubic/koduj/c…

#JavaScript #jQuery #BuildInPublic #code #coding
I have 25 lessons for @koduj_js so far. I think this is enough. Will not add more lessons. It's an introduction to #programming after all.

The content is almost all important things, but still, it's not 100% of JavaScript.

#JavaScript #BuildInPublic #coding #CodeNewbie
In the last changes to @koduj_js I've added firebase authentication and saving user settings in firestore.

#javascript #typescript #firebase #BuildInPublic