Happy Friday!
Looking back on your week — what was something you're proud of?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Voting in the U.S. general election
- Cleaning your desk... or whatever else might spark joy 😊
Have a great weekend!

Latest comments (38)
I learnt how to use scoped component slots in Vue.js in order to control the rendering of the list items in the child component from the parent component. I even went a bit further and managed to do this recursively from any parent level up! I need to write a blog post about this :XD
taking part in the collective deep breath so many of us experienced saturday morning & being another week closer to the end of coding bootcamp - only two weeks left!
I'm in General Assembly's immersive software engineering boot camp and I JUST figured out a tricky Express lab problem I was having with the help of another student.
Officially passed Hacktoberfest, had a blast.
Published an Angular library (rather debugging tool) called 'Inspector', which allows you you to...
✅ Inspect Angular 9+ components on the fly
✅ Change component properties without touching the code
✅ Simulate Angular events
✅ See the results in realtime
🕵️ An angular library that lets you inspect and change Angular component properties
Features
Table of Contents
Installation
This library supports Angular 9+ projects and should only be installed using Angular CLI.
Angular CLI
Above command will do following for you:
environmentsfrom../environments/environment.tsin projects root module. This can be skipped with--skipImport.InspectorModulefrom@ngneat/inspectorin your project's root module'simportssection. This can be skipped with--skipImport.Our project Hoppscotch crossed 100,000+ all-time users and 25,000th star on GitHub.
👽 A free, fast and beautiful API request builder used by 100k+ developers. https://hoppscotch.io
Reached more than 5 stars on my boilerplate
Simple React, Prisma2, GraphQL, Boilerplate
React Prisma2 GraphQL Boilerplate
Quick start boilerplate leveraging various recent technologies.
Quickstart
Open two terminals and follow the following commands:
That's it you are up and running!
For more detailed documentation check the other readme:
Wanna help?
Check out CONTRIBUTING.md as well as the project board on GitHub.
Accessing Datatabase
For this boilerplate
Prisma2is connecting to aSQLitefile in the following folder backend/prisma.To access and explore this file you can use a Database Manager like
TablePluswhich supportsSQLite.You then just need to point to the file:
If you want to change the database to use you can simply update the
datasourcein backend/prisma/schema.prisma.Screenshot
Home:
Login:
Signup:
Dashboard:
well I started working on my first open source project.
i have my improved my skills in java and took another step towards being an Front end developer.
Made an Angry Birds type physics game with images and large world in 15 minutes with ZIM's Box2D helper - dev.to/zimlearn/angry-birds-like-p... - cheers!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.