Lots to see in Firefox 93! web developers |
- Lots to see in Firefox 93!
- One year worth of contributes at my latest job : Oct 2020 - Oct 2021
- How long do you get to blame the previous developer for?
- UI Components for Voice UIs in the Web - Ready-made UI components make development of Voice UIs faster
- TailwindCSS Buttons
- behinner stuck in a rut, need help.
- Apple opens Developer Academy in Detroit, creating new opportunities for careers in the iOS app economy
- Should I be applying to junior position jobs that also want PHP experience when i don’t have any?
- How Renault improved its bounce and conversion rates by measuring and optimizing
- Is VW a bad responsive approach for font sizes?
- Review my code
- e2e testing with cypress
- Can anyone give me honest opinion on my website?
- Supabase is the Open Source Firebase alternative
- 2021 State of CSS survey
- Learning HTML, CSS, and JavaScript
- Image Storage/Retrieval Question
- CORs protect agonist CSFS?
- How do I structure an http request that gets answered with a wsebsocket connection?
- Free PaaS for portfolio for full-stack web application + Docker (Kubernetes would be a plus) + deployable from CI/CD?
- Remove browse button from input type=file
Posted: 08 Oct 2021 11:32 AM PDT
| ||
One year worth of contributes at my latest job : Oct 2020 - Oct 2021 Posted: 07 Oct 2021 04:03 PM PDT
| ||
How long do you get to blame the previous developer for? Posted: 08 Oct 2021 12:26 AM PDT Let's say you start a new role where the previous developer jumped ship. How long have you got to blame the previous developer before it starts to reflect badly on you? Would welcome discussion on being the developer that left that is being talked about as that's where this question originated from 👍 [link] [comments] | ||
Posted: 08 Oct 2021 09:28 AM PDT
| ||
Posted: 08 Oct 2021 10:03 AM PDT
| ||
behinner stuck in a rut, need help. Posted: 08 Oct 2021 02:24 PM PDT I am noticing I am beginning to hinder myself while trying to become a developer. I keep learning about new Frontend Library's and I cannot choose want to stick with. I have used tailwind and bootstrap, but I do not know which one to choose and I end up spending days relearning skills. I have also noticed that this is taken away from me learning things like JavaScript because I can't figure out which one I should be using. I am always seen new YouTube videos and Reddit post same learn this or that and I don't really know what to do at time. I think it is a little difficult because I am self taught and don't have a mentor or an institution pushing me in the right direction but at the same time I enjoy the challenge. if anyone has gone through something similar please let me know how are you just stopped trying to things and focusing on one thing at a time. [link] [comments] | ||
Posted: 08 Oct 2021 09:21 AM PDT
| ||
Should I be applying to junior position jobs that also want PHP experience when i don’t have any? Posted: 08 Oct 2021 12:27 PM PDT I will se a job posting saying something like: HTML, css, js, and php. I know the first 3 but I have never doNe any PHP and to my knowledge its beginning to die. Should i still apply and just say that i think i can learn it on the job? [link] [comments] | ||
How Renault improved its bounce and conversion rates by measuring and optimizing Posted: 08 Oct 2021 12:02 PM PDT
| ||
Is VW a bad responsive approach for font sizes? Posted: 08 Oct 2021 03:44 PM PDT For my current project, I find the VW a good idea because the wider the width gets, the bigger the font becomes. I find the "@media" approach exhausting because I have to make different font sizes for specific widths. But is there a downside for this? do you recommend me to do this? if not, they is there any other good idea? [link] [comments] | ||
Posted: 08 Oct 2021 02:49 PM PDT Would anyone help me and review my code and tell me how I can improve it? Id prefer to screenshare it over discord if possible, its around 1-2k lines and vanilla js [link] [comments] | ||
Posted: 08 Oct 2021 05:37 AM PDT Hey People, I've done some simple testing for signup / registration flows, and I've found i've really enjoyed the amount of anxiety it reduces having decent coverage on critical flows. I'm looking to get my main userflows under coverage, but I've never done this before and having some architectural questions. Setup is, cypress, backend which is running on a dev / staging / prod server. I currently am not spinning up a local server, just developing against develop. I have 2 seperate apps, one that is essentially a backoffice, that can create a token, to enable a user to use the other app. This other app is not usable without this token. So how would you guys set up a testing run to go through this entire process. Would I actually be creating a new user, assigning a token, switching to the other app, loading the token, completing all actions, switching back to the backoffice app to verify results, and then during teardown, deleting all of these somehow. I could mock all the calls, but it seems more beneficial to test against the actual backend. But this seems like an abnormally large amount of work to get this setup. Anyone with experience doing this? Was it worth it? Am I thinking about this incorrectly? [link] [comments] | ||
Can anyone give me honest opinion on my website? Posted: 08 Oct 2021 02:02 PM PDT
| ||
Supabase is the Open Source Firebase alternative Posted: 08 Oct 2021 04:53 AM PDT
| ||
Posted: 08 Oct 2021 09:18 AM PDT
| ||
Learning HTML, CSS, and JavaScript Posted: 08 Oct 2021 01:04 PM PDT There is so many features that I do not know how to do. It is so easy to get overwhelmed. Any tips on staying positive? Thank you. [link] [comments] | ||
Image Storage/Retrieval Question Posted: 08 Oct 2021 06:56 AM PDT Hello All! I have been researching my question for a couple of weeks now, but all I can find are examples/explanations for sites which have multiple profiles, which doesn't match my situation. Right now, I am just concerned with the functionality and overall concept of how this would work. I know there are security issues, but I'm not going to deal with those issues until I have the overall concept worked out. My situation: I am building a photography site (Node, Express) where the client has pictures they would like to display in a slideshow on each page, where different pages are different image categories. The total image count is around 2k pictures. Each page shows a certain number of images at a time, say 6. Then you click a button to either go to the next 6 pictures or go back to the previous 6 pictures. Research Completed: I have searched on Stack Exchange and Google. Through this, I have determined that storing the actual images in a database would not work well in this situation. At first, I was thinking of storing the file paths to the images in the database because that's what people had suggested online (on Stack Exchange, etc.). However, I am now realizing that I think the reason they were doing that was because all of those people were talking about pictures associated with a certain user's profile, which is not what I'm trying to do. I am now thinking that I could also include some kind of "index" (for lack of a better word) in the image file paths (like: folder/myimage_003). Then, I could just check the "first image" in the set of 6 to see "where I am" in order to load the next 6 images. Here's my question: If I store all the images in the host server, would using some kind of increment system (with the file names) be detrimental in terms of functionality/speed? Is there a simpler way of doing this that I'm just not thinking of? Thank you!! [link] [comments] | ||
Posted: 08 Oct 2021 08:06 AM PDT COrS is pretty useless against cross site forgery, I can just get the api from a legit site, and fetch it using postman and then send it to my front end, bypassing cors entirely. Is there a setting for APIs that literally only accept request from specific Ed origin ? [link] [comments] | ||
How do I structure an http request that gets answered with a wsebsocket connection? Posted: 07 Oct 2021 11:20 PM PDT
| ||
Posted: 08 Oct 2021 08:00 AM PDT I'm looking for a free platform to use for my portfolio. In addition to doing full-stack development I have experience setting up CI/CD pipelines and deploying to Azure Kubernetes Service, so looking for a way to demonstrate all of that with a combination of Github and a free (or super cheap) PaaS. I'm aware of Heroku, but only used it like 4-5 years ago for a class. Not 100% sure if it supports Docker deployments and deployments from CI/CD pipelines, but something for me to dig into. Kubernetes support would be a plus. Using AWS, GCP or Azure looks like it will run at least $50/mo (well for Kubernetes, just Docker containers I think would be cheaper) which is a bit much. I'd may be wilingl to spend $10/mo, but free would be ideal. Any suggestions for a platform or does Heroku check most of these boxes? [link] [comments] | ||
Remove browse button from input type=file Posted: 08 Oct 2021 06:06 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