[Showoff Saturday] I made a web app for quickly collaborating on lists web developers |
- [Showoff Saturday] I made a web app for quickly collaborating on lists
- [Showoff Saturday] I made a website to motivate people to stay home and flatten the curve
- [Showoff Saturday] I made a web app for League of Legends players
- [Showoff Saturday] I ported the Microsoft Calculator (engine) to web, to run in browsers cross-platform, using WebAssembly. I wrote the UI layer myself using HTML-CSS and vanilla JavaScript while the engine layer is straight away port of original calculator written in cpp.
- I’ve created a YT mini-series in which I replicate popular UI’s into React! First episode is on Spotify
- Made a web app with vuejs and firebase - an Inventory Management System
- Running a Mock API Server in seconds
- [Showoff Saturday] I made a chrome extension that hides advertised results from google search
- Including company work within your portfolio/CV
- [Showoff Saturday] I made a chrome extension that automatically finds student discounts when shopping online
- I made a Discord for business during quarantine.
- [Showoff Saturday] I made a cross-platform AirDrop alternative
- [Showoff Saturday] I made a site that gives you MIME types and alternatives, fast
- [Showoff Saturday] PLYR.gg a social network for gamers - side-project fo mine for the last few years
- I made an interactive terminal in React that disguises a modern front end
- [Showoff Saturday] A pixel art editor v0.2
- DevTube - The best developer videos in one place
- I made an infinite scrolling drawing app with graphics tablet support using socket.io, TypeScript and dat.GUI
- [Showoff Saturday] - I made a website to generate music video playlists from Spotify playlists. Try it at www.vid.fish
- Would you use animated footer like this for your coding portfolio website? Source code in comments
- Retrieve only users own api data
- Can you only change the domain once on WIX?
- SPA (Laravel API + VueJS front) vs Laravel only - Are dev times that much different?
- I made an app to build a smart home easily
[Showoff Saturday] I made a web app for quickly collaborating on lists Posted: 18 Apr 2020 03:37 AM PDT
| ||
[Showoff Saturday] I made a website to motivate people to stay home and flatten the curve Posted: 18 Apr 2020 08:54 AM PDT
| ||
[Showoff Saturday] I made a web app for League of Legends players Posted: 18 Apr 2020 05:39 AM PDT
| ||
Posted: 18 Apr 2020 05:44 AM PDT
| ||
Posted: 18 Apr 2020 01:49 PM PDT
| ||
Made a web app with vuejs and firebase - an Inventory Management System Posted: 18 Apr 2020 03:37 AM PDT
| ||
Running a Mock API Server in seconds Posted: 18 Apr 2020 12:43 AM PDT
| ||
[Showoff Saturday] I made a chrome extension that hides advertised results from google search Posted: 18 Apr 2020 07:19 AM PDT
| ||
Including company work within your portfolio/CV Posted: 18 Apr 2020 01:51 PM PDT This is probably a dumb question I realize, considering that the code for most if not all company projects can't (or shouldn't) be shared outside the company. However, I'm a front end dev at an agency that has put a ton of blood sweat and tears into building out interfaces for ~15 different projects over the last 2 years. Given the state of current events, I've been polishing my resume and am reluctant to include any of the open source personal projects I had on my resume when I got hired 2 years ago. The code makes me cringe looking back (which is expected) and the UI in general is lacking. Considering most of the apps I've worked on are on public domains, do you think including a couple urls for projects that aren't hidden behind accounts and descriptions (more technical than product-specific) is even worth it? Or would employers just laugh at it and toss my resume to the side because I'm an idiot. I've also considered compiling screen shots of various interfaces with all user/company specific info blurred out, but I've never really seen this done before so I'm assuming it's frowned upon. I acknowledge my ignorance on this topic but I'm a dev potentially looking for my second job in the near future and wanted the perspective from others who might be in a similar position (not a ton of recent open source projects but tons of cool company work). [link] [comments] | ||
Posted: 18 Apr 2020 02:36 PM PDT
| ||
I made a Discord for business during quarantine. Posted: 18 Apr 2020 03:41 PM PDT
| ||
[Showoff Saturday] I made a cross-platform AirDrop alternative Posted: 18 Apr 2020 09:41 AM PDT
| ||
[Showoff Saturday] I made a site that gives you MIME types and alternatives, fast Posted: 18 Apr 2020 04:02 PM PDT
| ||
[Showoff Saturday] PLYR.gg a social network for gamers - side-project fo mine for the last few years Posted: 18 Apr 2020 08:54 AM PDT
| ||
I made an interactive terminal in React that disguises a modern front end Posted: 18 Apr 2020 07:58 AM PDT
| ||
[Showoff Saturday] A pixel art editor v0.2 Posted: 18 Apr 2020 04:43 PM PDT
| ||
DevTube - The best developer videos in one place Posted: 18 Apr 2020 09:06 AM PDT
| ||
Posted: 18 Apr 2020 03:29 AM PDT
| ||
Posted: 18 Apr 2020 06:06 AM PDT
| ||
Would you use animated footer like this for your coding portfolio website? Source code in comments Posted: 18 Apr 2020 07:40 AM PDT
| ||
Retrieve only users own api data Posted: 18 Apr 2020 04:05 PM PDT I have a MERN application that I use Auth0 for authentication. I want to securely request information from the node.js api that only pertains to the authenticated user. How should I go about making sure that the logged in user only retrieves their information? I.e. I don't want someone to go to the api and make request to the api for information doesn't belong to them. [link] [comments] | ||
Can you only change the domain once on WIX? Posted: 18 Apr 2020 03:59 PM PDT So basically I changed the domain/URL for my first site, now I'm creating a second site and was wondering if I can change the domain/URL for that. Or can you only change the domain for free once? [link] [comments] | ||
SPA (Laravel API + VueJS front) vs Laravel only - Are dev times that much different? Posted: 18 Apr 2020 09:58 AM PDT Hey everyone, I'm in the process of estimating the development time of a web application for a new client. It's going to be a multi-lingual website with a bunch of features locked behind a simple authentication system. The features are pretty clear and I have a precise idea of what I'm about to do. Now comes the time to decide which technical stack to adopt, and propose my client. For the past two years, I've been working on different projects in SPA mode. The frontend was done using VueJS and the backend was done using Symfony. While I love Vue, I really don't like Symfony and much prefer Laravel. For this project, since I'm responsible for the whole stack choices, I'm going to go for the later rather than the former. Now comes the hard part of deciding either to go with the "Laravel as API + VueJS front" route, or simply stick to "Laravel + Blade" for the whole thing. I have a clear picture in my mind on how to design the architecture (multi-lingual will be handled by vue-i18n, API calls by Axios, etc...) but I'm starting to wonder if development time using that architecture (Vue + Laravel) are not going to put a heavy load on my development time (and therefore my estimate). Do you guys think my concerns are legitimate? I'm not looking to fit my estimate in my client's budget, but I'm looking for making the most sense in my choices. What's your advice on such decisions? [link] [comments] | ||
I made an app to build a smart home easily Posted: 18 Apr 2020 09:50 AM PDT
|
You are subscribed to email updates from webdev: reddit for web developers. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment