Hey folks 👋
Hope that y'all all enjoy your weekends.
Looking back on this past week, what was something you were proud of accomplishing?
All wi...
For further actions, you may consider blocking this person and/or reporting abuse
I finally wrote a new article on Dev.to this week 🥳 It had been 2 years since wrote the last article. I plan to write more about authentication and authorization in the future.
[Tutorial] Setup very basic authentication with Devise in Rails 7
Kevin Luo ・ May 15 ・ 6 min read
Oh rock on! That's awesome to hear. Thanks for coming back and sharing your knowledge with us. 🙌
I've finally released public beta of my latest project - Vrite - CMS for technical (programming) content. It's also open-source now, so you can have a look on GitHub. About 2 weeks late, but still excited for working on this 😅
Did a live streaming interview. Recorded talk for a Japanese conference.
Did a video on operator overloading in Java.
Created a new talk covering external debugging tools based on a chapter from my book. I'm giving it next week.
Working on the requirement specification document in a new startup I'm building. That's raising a lot of questions.
Finishing a project that started at the beginning of the month. That's my kind of win. 🎉
Woot! Always feels good to wrap on something that you've been working on for a long time. Major congrats, Juan!
Thanks a lot, Michael! Indeed it feels good to finish something (as opposed to just starting things).
I wrote my first npx executable and learned a lot about setting up projects for setting up projects for collaboration like monorepos, linting and wrote my first ever test 😅
Learning something thing new and achieving your goal feels so huge! Big part why I love coding!
Another big win!!! 🎉
I get appreciation and become part of WebXDAO as a WebX Developer and DJ Party on Discord server, yeah I am "Punk" and also a Software Freestyle Engineer.
And now I am Mentor of GSSoC'23
im making an authentication package for django , i plan on adding google ,github and facebook authentiaction to it
im just excited on how much time i will save on future projects when this is complete.
Accounts-app-as-pyhton-package
I've received an A in my spring semester class!
Oh rock on, Carla! That is awesome news. Major congrats! 🙌
I got approached to write a book on a topic that I'm really strong on. I think I'm going to do it.
I Fixed a tricky bug this week
Very nice! Squash'em. 🪳
I'm finally getting some callbacks for resume's I sent out. Anyone here looking for a vue dev? I'm yours!
Joining this community is a win for me!
Also, I successfully deployed my side project website with Firebase support: RepRecorder.dev. I started it about 2-3 weeks ago. I think it needs some more features to be useful, but I have a basic MVP working. Excited to add more features in the future!
I made Top 7 on dev this last week, and another one of my blogs was also featured on Android Weekly newsletter. :) Pretty stellar week if you ask me!
I wrote an article in dev.to. This is my first ever technical writing in any platform!
Here is the link:
dev.to/ibtesum/this-in-javascript-...
Continued work on the README of my pet project.
Can a README be designed as a table? 🤔
I tried it! ✌️
What am I working on?
I didn't commit because I was up all night reading for my exams •́ ‿ ,•̀
Released new version of Wayne with middleware support and Filesystem middlewere
jcubic / wayne
Service Worker Routing library for in browser HTTP requests
Service Worker Routing library for in browser HTTP requests
It's like Express inside Service Worker.
Most of the time Service Worker is used for caching of HTTP requests and making the app work when there is no internet (mostly for PWA), but in fact you can create completely new responses to requests that never leave the browser. This library make that easier by adding simple API similar to Express.
Usage
Installation from npm:
Standard way of installing the service worker