Is it normal for an agency dev to hate every project they work on? web developers |
- Is it normal for an agency dev to hate every project they work on?
- Senior devs, what was the thing that helped you the most with the process of learning new stuff, when you were a junior dev?
- Cheat sheet for moving from jQuery to vanilla JavaScript
- I feel utterly defeated. CORS Issue with Vercel/Heroku React-Node-Express-PostgreSQL App
- Looking after a shithole of a codebase, need advice
- A recruitment website called WeTal publicly exposes anonymized data of all of its users. This data includes salary expectations, years of experience, and skillsets.
- Made a pure HTML/CSS simple website. Any feedback?
- Tools for developing front ends quickly for primarily bad end devs?
- Sent over 400 job apps and only got about 10 responses in return, no offers. Could someone critique my resume? (entry-level)
- Easy to follow OOP Javascript Tutorial
- I tried buying 5$ DigitalOcean droplet with my PayPal for testing, but had my account locked straight away without any extra information. It's been a couple of days since I opened my ticket asking what happened, and I haven't received an answer. Should I create a new account and use my card to pay?
- Can I host my webapp on a raspberry pi?
- Migrating DevTools to TypeScript - Chrome Developers
- If I were to integrate Stripe and Paypal for purchases on a website, is there and legal actions I would have to take in order to do so?
- CRM Creation
- 15 week full stack dev bootcamp!
- Best practices and advises to make IoT web app?
- Integration Tests with Jest, Supertest, Knex, and Objection in TypeScript
- Front end for access database(->sql), 1 table
- Advice on drag & drop functionality
- Should I be trying to become a web dev if it’s a chore to learn or just stick with graphic design?
- Anybody know how to recreate this website?
- Vanity SSL or Private Key and certificate recommendations
Is it normal for an agency dev to hate every project they work on? Posted: 08 Apr 2021 11:10 AM PDT I work for a marketing agency and just realized that I've never actually enjoyed working on a project. Every project suffers from the same things:
These things bum me out so much. Is this normal? [link] [comments] | ||
Posted: 07 Apr 2021 11:49 PM PDT And did you have a mentor giving you the the correct amount of work? Because I see juniors being assigned overwhelming tasks kind of everywhere. [link] [comments] | ||
Cheat sheet for moving from jQuery to vanilla JavaScript Posted: 08 Apr 2021 06:19 AM PDT
| ||
I feel utterly defeated. CORS Issue with Vercel/Heroku React-Node-Express-PostgreSQL App Posted: 08 Apr 2021 04:18 AM PDT Hey there. I am hoping someone can help. I feel like I have exhausted all options and I don't know what else to do. I am at the end of a 6 month fullstack boot camp and working on my final project which is a fullstack app. I had to use React for the front with Node, Express and PostgreSQL on the back. According to the requirements for the project, I need my backend hosted on Heroku and my front on Vercel. It took me 3.5 weeks to build out this MVP while I also added learning JWT for user auth. Got everything working locally just fine across the board. Now when deployed I am running into a CORS issue. It's very strange, I can register a user and it posts to the database, but if I go to log in with it, I get the CORS issue below: I have tried I feel like everything. I am using the cors npm package. I've tired passing the origin into app.use(cors({origin})). I have tried just using app.use(cors()). I have tired adding headers into my fetch. I don't really know what else I can do. Is there anyone willing to maybe take a look at my code and see what I am doing wrong? I will gladly reward you with a coffee or 2 for your troubles. Let me know. Here is the client repo https://github.com/Pete-Sekesan/mind-your-fitness Here is the server https://github.com/Pete-Sekesan/mind-your-fitness-api [link] [comments] | ||
Looking after a shithole of a codebase, need advice Posted: 08 Apr 2021 10:26 AM PDT I recently took over an online store written in Laravel/Vue.js, I won't get too much into details but it's a complete shit-show, previous developer copied an old project of his, botched things here and there and didn't even bother removing unnecessary parts. Vue.js is utilized to only 1% of its capabilities, it's bad, like using jQuery inside of Vue bad, setting variables on the global object inside laravel templates to load them inside Vue components bad. PHP side of things isn't looking good as well, we've got random 300 line methods and so on. I am slowly starting getting accustomed to this esoteric beast but would like to hear from more experienced developers, what is the best course of action here? Should I try to tame it or let it ride and just rodeo this mf hoping it won't drop me off? Have you been in a similar situation? what happened? Apart from this situation, this is a pretty good side-gig for some extra income and I'd like to keep it but not if it costs me my sanity. [link] [comments] | ||
Posted: 08 Apr 2021 07:50 AM PDT
| ||
Made a pure HTML/CSS simple website. Any feedback? Posted: 08 Apr 2021 12:04 PM PDT | ||
Tools for developing front ends quickly for primarily bad end devs? Posted: 08 Apr 2021 01:03 PM PDT Is there a toolset that allows someone who is a back end dev to quickly build front end UI quickly and for simple purposes? I am looking for something that is easy to learn even though it may not have all the bells and whistles of a full fledged front end development suite. [link] [comments] | ||
Posted: 08 Apr 2021 02:39 PM PDT
| ||
Easy to follow OOP Javascript Tutorial Posted: 08 Apr 2021 11:12 AM PDT
| ||
Posted: 08 Apr 2021 10:23 AM PDT Has this happened to anyone else? I was super surprised to see that my account was locked straight after paying with my PayPal. The payment went through, then I was refunded my money back and my account was locked. No information was given about why my account was locked, so I opened a ticket 2 days ago, but I still haven't received an answer. I googled the issue and saw that a lot of other people have experienced the same thing, but usually they can't determine why either. I literally just wanna get a 5$ droplet and test my stuff on it. Should I create another account and try paying with my visa this time, or wait for response first? If they don't answer, what other alternatives are there to DigitalOcean which I could use and which have good documentation and easy to use by people with no previous deployment experience? [link] [comments] | ||
Can I host my webapp on a raspberry pi? Posted: 08 Apr 2021 03:35 PM PDT I'd like to buy a raspberry pi just to host some small projects of mine and not have to pay for a subscription, as I think I'll be hosting these sorts of things well into the future. I've done some looking around but I'm not really finding any conclusive answer as to whether this is a good idea or not. I want to host my webapp which has a backend and database. I'm expecting very little traffic, it's mostly just for me and my friends to use. Any advice or thoughts would be appreciated :) [link] [comments] | ||
Migrating DevTools to TypeScript - Chrome Developers Posted: 08 Apr 2021 09:28 AM PDT
| ||
Posted: 08 Apr 2021 03:21 PM PDT May be a dumb question but would I have to do anything in particular to accept payments from people legally without consequences or can I just integrate the API's and i'm good to go? [link] [comments] | ||
Posted: 08 Apr 2021 03:05 PM PDT How much would it be to develop a CRM? A guy I know created a crm for his clients but mentioned he used a lot free tools on it. I ran across something similar called Club Client. Any ideas? [link] [comments] | ||
15 week full stack dev bootcamp! Posted: 08 Apr 2021 01:29 PM PDT Hi there, I recently made an interactive google sheets dev bootcamp schedule that you might find useful! It covers almost all topics that will get you on your way to become a full stack developer. Check it out here: https://docs.google.com/spreadsheets/d/1nLnd40qHDuiZg14f_jPUOtowXiUhek8376rO13R3z1U/edit?usp=sharing I first got the idea from appacademy's 16 to 24 week courses.. though I saw that you have to literally pay thousands upon thousands for their bootcamp...https://blog.appacademy.io/16-week-vs-24-week/?utm_source=appacademy&utm_medium=main-nav&utm_campaign=common-questions&utm_content=1 There is app academy's free vsn which I took a look at that as well. Though I didn't really want to learn ruby on rails. I also wanted to focus on integrating AWS as I think learning one cloud as a developer is more future proof. The overall cost of my "bootcamp" per se is only around $100 through all the udemy classes lol. You don't need any prior programming knowledge as you'll be taught basics to advanced stuff in the first 3 classes! Let me know what you think about this! EDIT: I didn't think this would become an "actual" bootcamp. Just only resource lol but I made a discord if you'd want to share or exchange information regarding this! https://discord.gg/B9pZjtdMCE [link] [comments] | ||
Best practices and advises to make IoT web app? Posted: 08 Apr 2021 09:27 AM PDT
| ||
Integration Tests with Jest, Supertest, Knex, and Objection in TypeScript Posted: 08 Apr 2021 09:21 AM PDT
| ||
Front end for access database(->sql), 1 table Posted: 08 Apr 2021 01:04 PM PDT Hello, I have an access database, which I saw I can export into an sql format. I'd like to out it online and be able to use it, but I don't know wether it'd be hard or even, say I pay somebody, expensive, to make this happen. Could use some advice on this. The database is just 1 table. [link] [comments] | ||
Advice on drag & drop functionality Posted: 08 Apr 2021 12:53 PM PDT Hello, I am looking to create a function on a Javascript web application where someone can drag a shape from a set location to another, then I want that shape to open up and reveal something inside (much like opening a pack on Hearthstone). I am planning to start learning how to do this just using CSS, Javascript and HTML. Are there any other languages or resources anyone can recommend to help me achieve this? [link] [comments] | ||
Should I be trying to become a web dev if it’s a chore to learn or just stick with graphic design? Posted: 08 Apr 2021 12:26 PM PDT I like design more, but it's a harsh world out there and I want to be as employable as possible... [link] [comments] | ||
Anybody know how to recreate this website? Posted: 07 Apr 2021 05:54 PM PDT I'm trying to recreate this website where you upload your own image and it turns it into a jigsaw puzzle but I'm confused about the tech behind it. Any ideas? https://www.jigsawexplorer.com/online-jigsaw-puzzle-player.html?puzzle_id=dicky-beach [link] [comments] | ||
Vanity SSL or Private Key and certificate recommendations Posted: 08 Apr 2021 11:45 AM PDT I am trying to locate an inexpensive SSL certificate for a domain of mine. My hosting provider is completely useless for much help on this topic (Bell Aliant). I have been looking at Lets Encrypt or Certbot, but I have no idea what options I would choose to generate a certificate. They, Bell Aliant, do except vanity SSL or a Private Key and Certificate. So,I'm thinking I'll do the private key and certificate thing, but I have no idea where the best place is for something like this. Any information would be so greatly appreciated. [link] [comments] |
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