J3bitokjebitok.hashnode.dev·Nov 2, 2024Web Hacking: OWASP Top 10 - 2021 (TryHackMe)In this article, I will write a write-up for OWASP Top 10 - 2021 that covers Broken Access Control, IDOR Challenge, Cryptographic Failures with Support Materials and Challenges, Injection, Command Injection, Insecure Design, Secure Misconfiguration, ...Discuss·37 readsowasp
Milica MaksimovićforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Sep 24, 2024Built in Days, Acquired for $20K: The NuloApp StoryMeet Kaloyan Stoyanov, a tech lead who turned his passion project into a full-fledged SaaS product, and sold it within days of launching it. A year before officially launching NuloApp, Kaloyan realized that many creators in the "faceless YouTube chan...Discusswebdev
samuel jakshtisforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Aug 29, 2024Wasp: The JavaScript Answer to Django for Web DevelopmentWasp v Django: Building a full stack application just got a lot easier Hey, I’m Sam, a backend engineer with a lot of experience with Django. I wanted to make the jump and learn some frontend for a full stack app. I quickly experienced the arduous na...Matija Sosic and 3 others are discussing this4 people are discussing thisDiscuss·32 likes·103 readsDjango
Jordi Ollé Ballestéjordi0lle.hashnode.dev·Jul 14, 2024Adding the "Edit" option to the refuels tableTo put you in context here's the vehicle view on the Fuel Tracker App. First of all, and for my own projects (this one is fairly new), I'm trying to get the habit of creating new branches feature-specific so I focus in one thing that is the feature ...Discuss·89 readsWeb Development
Vince CangerforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Aug 10, 2023Build a real-time voting app with WebSockets, React & TypeScript 🔌⚡️TL;DR WebSockets allow your app to have “real time” features, where updates are instant because they’re passed on an open, two-way channel. This is different from CRUD apps, which usually use HTTP requests that must establish a connection, send a req...Discuss·63 likes·266 readswebsockets
Vince CangerforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Apr 27, 2023Wasp Hackathon #2 - Let's "hack-a-ton"!https://www.youtube.com/watch?v=ts2mQHLBnc0 So Launch Week #2 has officially come to an end, and as the tradition goes, the end of the launch week means the beginning of a hackathon! We've launched a ton of new features for you to build your Hackat...Discuss·38 readshackathon
Oleg Gulevskyyblog.oleggulevskyy.dev·Apr 23, 2023Simple Steps for Including Custom Fields in Wasp Google AuthThe problem statement When using Google OAuth in Wasp project, you might notice that behind the scenes, whenever you are logging in the user, creates the user for you, if it doesn't exist. It does so with very minimal user fields, but what if you nee...Discuss·2 likes·55 readsWasp
WaspforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Mar 16, 2023Building a full-stack app for learning Italian: Supabase vs. WaspIntro What to expect In this blog post, I will explain how I created the Phrase Tutor app for learning Italian phrases using two different technologies. I will share some code snippets to show what was required to build the app with both Wasp and Sup...Discuss·12 likes·57 readsWasp
Emmanuel AiyenigbaforOpen Replay's Technical Blogopenreplay.hashnode.dev·Feb 17, 2023A dive into Wasp; a domain-specific language for building full stack web applicationsThe present tech world is filled with shiny technologies, and more new technologies and tools are being invented almost daily. This is to say that you have several options of languages and frameworks to choose from if you want to build something as b...Discuss·4 likes·119 readsJavaScript