I built a Google Search themed portfolio website. My first React project. Source code and link in comments web developers |
- I built a Google Search themed portfolio website. My first React project. Source code and link in comments
- Hello everyone, i made my first website, its more akin to a game but i hope u like it. Written entirely in vanilla javascript btw.
- I made a color wheel that generates color palettes and CSS to copy (link in comments)
- I start playing around with Gamepad API and apply it to my PS4 website, Still need to optimize the axis more for better analog navigation
- It's not much, but I am new and I learned a lot from this!
- I created a collection of Tailwind CSS blocks you can easily redesign in an editor and export the code
- [Showoff Saturday] I made a budgeting app called ava finance inspired by Simple Bank
- Wordpress vs Firebase+Next.js for multiple web apps (wish I was joking)
- Client demanding to resend 6 months old work
- Last week I shared my flip card animation to mixed reception. After listening to your feedback, I've changed to a modal popup
- I've created a new Facebook group called 'Developer Mindset'. For some reason there isn't a group for developers to be able to work on and learn how to better their mindset so that they can become more successful. I've decided to change that. It's still in the works, but I'm feeling good about it!
- What is some absolute-must-have-knowledge for an entry level front end dev position?
- [Showoff Saturday] Self-taught and coded myself with no frameworks
- My grocery list PWA. No signup needed, give it a try!
- TailwindCSS v3.0.0-alpha.1
- I'm Finally done I'm really exited hope you guys like it the link will be below in the comment section. I learned so much from this project, lets see who gets a better score. (js,nodejs,css3,html)
- Noob question about hosting
- I completed my portfolio using gatsby + framer motion designed using figma. All feedbacks are welcome
- How to deal with SMS/chat apps visiting login links and expiring them
- Webdev-Progress
- eCommerce website, build by Nextjs, Sanityio, and Shopify
Posted: 01 Oct 2021 11:42 PM PDT
| ||
Posted: 01 Oct 2021 10:59 PM PDT
| ||
I made a color wheel that generates color palettes and CSS to copy (link in comments) Posted: 02 Oct 2021 04:51 AM PDT
| ||
Posted: 02 Oct 2021 06:43 AM PDT
| ||
It's not much, but I am new and I learned a lot from this! Posted: 02 Oct 2021 03:46 PM PDT
| ||
Posted: 02 Oct 2021 12:41 AM PDT
| ||
[Showoff Saturday] I made a budgeting app called ava finance inspired by Simple Bank Posted: 02 Oct 2021 02:52 PM PDT Hi /r/webdev I'm sharing my budgeting app I made inspired by Simple Bank's (RIP) budgeting features. The aim is to be easy to use and pretty without a bunch of clutter, based on envelope budgeting. Application: https://beta.avafinance.io Landing: https://avafinance.io Use these credentials to login if you don't want to sign up: email: webdev@reddit.com password: webdev I'm a DevOps Engineer professionally but love development and make side projects in my free time. This is the first full stack app I've released to the public. Am down to answer any technical questions about the stack or whatever else, and appreciate any feedback you have on the app! Technical Frontend
Backend
Authentication
Infrastructure
Other
[link] [comments] | ||
Wordpress vs Firebase+Next.js for multiple web apps (wish I was joking) Posted: 02 Oct 2021 12:45 PM PDT Hi, I'm a first-experience web-dev, and I've been hired (a year ago) by a small company. The "it department" is basically me and the senior developer. I actually have a degree in physics so I had mostly experience in heavy duty development (data analysis, simulation), and minor web-dev experience, moslty static. I have heavy doubts about the direction the company I'm working in is taking, but I want to make sure I'm not missing something important, so please bear with me. The long-term project I was hire for consists of multiple web apps that share authentications and some user data between them. When I first got in the job it was announced to me that we would use Wordpress at first as we needed to move fast for the first app and the senior wanted to "keep it safe". I wasn't super keen on that (didn't seem the right tool for the job) but what do I know, doing things fast means making compromises, and he's the expert one. Developing the first app (months of development), I started suspecting I spent more time overcoming wordpress' limitations than was worth. Now, my opinion wordpress was really the wrong solution here, as we needed stuff like interactive views, thousands of active users, front-end CRUD capabilities, and I basically had to develop so much custom behavior. Just to give some more context, users need to participate in contests, upload videos if they'rea llowed to do so, be able to vote on said videos after they've been approved by hand, and keep a personal profile updated. I'd like to move everything to somethink more "readymade" (not necessarily firebase, but basically serverless), while my senior would like to keep wordpress and eventually migrating the platform to laravel, which atm looks to me like fully on the other side of the spectrum (we'd basically have to build everything from scratch, or so it seems). Now, is Firebase really as "easy and cool" as it seems to me or does it hide some nasty surprise? Or maybe Wordpress and alravel are more of a good fit than I give them credit for, some trick that makes them more bearable to work with? Maybe firebase would cost way more than an equally capable LAMP stack? Maybe there's something even better that we both didn't think about? Maybe it's more unsafe than I think to store user data on a third-party premise? I'd like to hear some opinions. [link] [comments] | ||
Client demanding to resend 6 months old work Posted: 02 Oct 2021 11:40 AM PDT I did a one-time job in April. Not only I implemented this function in clients website but also taught him to replicate same function at other sites of him. Now this client contact me again, told me that he has lost all the code, and asking me to just send him the code again. He wasn't good at timely payment and respectful either. I asked him to pay a nominal amount for this support. Its been 6 months now. But he is demanding the code for free which he thinks I've saved somewhere (which is true). What should I do? [link] [comments] | ||
Posted: 02 Oct 2021 03:15 PM PDT
| ||
Posted: 01 Oct 2021 06:16 PM PDT
| ||
What is some absolute-must-have-knowledge for an entry level front end dev position? Posted: 02 Oct 2021 02:55 PM PDT I will be having my first coding test / interview for an entry level front end dev position next week and I am very nervous. Seeking advice. [link] [comments] | ||
[Showoff Saturday] Self-taught and coded myself with no frameworks Posted: 02 Oct 2021 10:50 AM PDT
| ||
My grocery list PWA. No signup needed, give it a try! Posted: 02 Oct 2021 05:14 AM PDT
| ||
Posted: 01 Oct 2021 08:57 PM PDT
| ||
Posted: 02 Oct 2021 07:17 AM PDT
| ||
Posted: 02 Oct 2021 08:09 AM PDT I'm familiar with the "traditional" hosting where you pay for a shared hosting and upload the html etc to their server + domain. But I'm looking more into headless cms like Strapi and I'm kinda stuck on how to host the front and backend and how to make the api request. My current hosting company does not support nodejs application but I can host normal website and React website. I did research a little bit and found that you can host Strapi on Heroku. I'm getting stuck around this point.
My end goal is to make a React website with Strapi headless CMS, because I don't want to use wordpress anymore. Maybe Wordpress Rest API is also an option. I just don't want to use PHP anymore [link] [comments] | ||
Posted: 01 Oct 2021 11:27 PM PDT | ||
How to deal with SMS/chat apps visiting login links and expiring them Posted: 02 Oct 2021 02:58 PM PDT I have a very simple webapp where users can log in with a code that I generate and give to them manually. The nature of this app is that it is only for a few trusted people. For convenience I have made a login route like mysite.com/login/SOMECODE for them to click in SMS to log in with no trouble. From then on they are authed with a JWT. The problem is that when I text these links to people, they are immediately visited by the SMS app, I assume for a page preview, which expires them. The actual login is done by an ajax request so these probes are even running the javascript on the page. I wanted this page to just be a quick redirect. I have tried robots.txt and analyzing the useragents but robots doesn't help and there is nothing of note in the useragent. What can I do aside from not expiring the code or adding a button to the login page? [link] [comments] | ||
Posted: 02 Oct 2021 02:15 PM PDT So i watched the 2h html tutorial and 6h css tutorial from codecamp on youtube and after that some seperate videos to understand grid and flex more. And to be clear, i didnt just watch them, i had vscode the whole time open, coded the examples and tried them out myself (same with grid and flex). I did all this in a matter of a week (worked/studied nearly the whole day). Before moving on to Javascript though, i wanted to see what im already able to do with html and css and noticed that while i made impressive progress, i still cant style websites as i want. I mean i didnt think that i would become a professional in a week, but what now? Should i just google websites and try to make them myself while searching up the things i dont know or do sth else? Right now im watching the "how to build your own portfolio website" - video from codecamp to learn not only how to do a portfolio, but to see what methods are used that i know or dont know of. So after that? [link] [comments] | ||
eCommerce website, build by Nextjs, Sanityio, and Shopify Posted: 01 Oct 2021 10:07 PM 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