I Hate Magento web developers |
- I Hate Magento
- I'm thinking of converting some of my large PNG images to SVG to reduce loading time. Is there a difference between using an SVG as an img source and pasting the SVG source directly into the code?
- Exploring the CSS Paint API: Blob Animation
- Any cheap hosts?
- Hey guys, I need your honest opinion and remarks, took the idea from a youtube video and done it on my own with some changes and used scss instead of css. I'd appreciate it!
- How do you design your first project?
- Algorithm exercise interview prep for self-taught (crap at maths) web dev.
- Website Live Chat - Who to use?
- Is there a way to use Ruby in HTML code, similar to PHP?
- 4 month contract vs counter offer?
- Why am I getting XSS error when fetching from local file?
- Question on Web Components: Any benefits for using <template> instead of DOM APIs to create DOM elements?
- When do you jump to a full IDE?
- Where can I find tutorials or advice for a background like this(stripe.com)
- Thoughts on following up on a job opportunity?
- Which questions should I ask the employer during an interview ?
- Making API Calls from Static Sites
- CSS Pseudo Commas: Exploring comma rules in nouns and verbs
- Domain shows 60+days expired, but is not released?
- Web Dev vs Game Dev What path should I choose?
- Can you style the DD/MM/YYYY default "placeholder" text in a date field?
- Best certificates for web design/development?
- Frontend for websockets
- React JWT authoriser refresh exp claim?
Posted: 07 Sep 2021 11:17 AM PDT | ||
Posted: 07 Sep 2021 08:32 AM PDT Title pretty much sums it up. I am using this tool to convert images to SVG and was wondering if anyone happens to know if there are performance differences between SVG code directly and SVG as an image source. Edit: I have high quality PNG photos of people which I am converting to SVG in this case. Edit2: I basically just want images to load faster so I think tinyPNG or some other image compression is a better solution maybe? [link] [comments] | ||
Exploring the CSS Paint API: Blob Animation Posted: 07 Sep 2021 06:10 AM PDT
| ||
Posted: 06 Sep 2021 09:22 PM PDT I just started making websites and I was looking for a host. Any of the websites wouldn't have more than 2 people on them at all times. [link] [comments] | ||
Posted: 07 Sep 2021 11:27 AM PDT | ||
How do you design your first project? Posted: 07 Sep 2021 01:07 PM PDT As the title states I am having a difficult time designing my project. I was fiest interested in designing a clone of a streaming website but I thought that was not original. I have always been interested in health and mental health wellbeing because of my experiences in the past. The problem is I don't really know how to put my thoughts or ideas into an actual working project. [link] [comments] | ||
Algorithm exercise interview prep for self-taught (crap at maths) web dev. Posted: 07 Sep 2021 04:57 AM PDT Hello! I am a self-taught web developer with 9 years experience at 1 company, now looking to interview for my next role. I am aware that my lack of industry experience is probably going to be more of a hinderance than a help as I don't really know what to expect. I have just had a chat on the phone with an internal recruiter at a software firm in London who would like to put me forward for a zoom call with the hiring manager as next step in the process. She outlined what the process was going to be and mentioned an algorithm exercise as part of the process. Since I have no CS background I was wondering what a good approach would be to prepare for such algo exercises? I'd be the first to admit that my maths skills aren't strong and so I would like to at least be able to demonstrate some sort of competency in this area, especially as it's a weakness in my skill set. I have a feeling I'm about to embark on a journey of repeat failure when it comes to this aspect of interviews! Any advice on how best to approach this area, especially for those of us in this industry who aren't whizzes at maths but still manage to get the job done! 😅 [link] [comments] | ||
Website Live Chat - Who to use? Posted: 07 Sep 2021 10:29 AM PDT Hi r/webdev! I hope this is an acceptable inquiry as I feel it is only slightly relevant to the sub's subject matter. I am trying to figure out which LiveChat service is best for my business's website. I would have 3 employees manning the LiveChat each day, a total of 100 people would ideally be on the rotation. The services I have found are pay per user, but most users would only be on once a month. Does anyone know of a service where we can have a corporate account for whoever is scheduled on a given day to sign in to? Thank you! [link] [comments] | ||
Is there a way to use Ruby in HTML code, similar to PHP? Posted: 07 Sep 2021 10:52 AM PDT So in PHP, you're able to use <?php > tags in order to embed code into your html, and include a php page into the html page. I've dug myself into a hole assuming that Ruby worked the same way with different syntax, and now I have no idea how I'm supposed to use ruby for a very simple school project website. I just want to link a couple HTML pages to a mySqli database, but every Ruby tutorial I can find is way more than what I'm actually looking to do and I'm very confused. I have a server running and installed ruby, but now I don't know how to get it to do anything in relation to an HTML page or link to my database or anything. I'm guessing I misunderstood what Ruby is supposed to be used for, but now I have no choice or I'll fail my project this semester. tldr, what is the most basic way to simply make this code run on my html page: sorry if anything i said here makes no sense, i feel utterly retarded right now [link] [comments] | ||
4 month contract vs counter offer? Posted: 07 Sep 2021 01:58 PM PDT I know the rule of thumb is "Never accept a counter offer" but I think this might be one situation where that wisdom might not apply? I've been working at Company A (small company at which I've made myself invaluable) for several years. Overall, I have enjoyed the job. My main issue is that I have not been able to work remotely. So recently I started looking for a remote job and I finally found one with Company B. Not only is it remote, it pays >15% more than Company A, and it's in an industry that I am passionate about (while Company A is in an industry I really don't care about). Only problem is that it's just a 4 month contract. BUT it's an awesome company that will look great on my resume and help me pivot into a new career path. Plus the contract MIGHT get extended, and I MIGHT get hired on full time if I do a great job. (Although part of me worries this is just a carrot they're dangling to get me to accept the contract. It is NOT contract-to-hire but I am told the department might get more funding soon and when that happens they plan to hire more people, and I could be one of them.) Even if the contract is not extended and I don't get hired on full time, I think I will be able to leverage my time there to pivot into this new career path. My job search has showed me that remote jobs are out there and I'm capable of securing one, which is why I'm willing to leave the security and stability of my current job for a 4-month contract. Also, I can't take going into the office anymore. I am ready to start working remotely yesterday. So I put in my 2 weeks notice at Company A and they really want me to stay. They have offered to let me work remotely and also a mind-blowing raise of ~40% over my current salary (or ~20% more than what Company B is offering). What would you do in this situation? [link] [comments] | ||
Why am I getting XSS error when fetching from local file? Posted: 07 Sep 2021 04:46 AM PDT
| ||
Posted: 07 Sep 2021 03:33 PM PDT it seems that to use a <template> within a web component library, I would have to define it in the javascript anyways. Moreover, it just feels a bit finicky that I have to define it as a string. I much prefer do `document.createElement(...)` and `appendChild(...)` for each DOM element that must be created. Is there any benefit to using <template> for web components? performance, readability (I find it less readable but I want others' opinions), maintainability, etc.? I don't understand why <template> is mentioned in every article I read about web components, but it seems like the less readable and worse way of doing things. Am I missing something? [link] [comments] | ||
When do you jump to a full IDE? Posted: 07 Sep 2021 11:03 AM PDT VS Code user here. Something I've been thinking about: when do you jump to a PhpStorm/PyCharm/RubyMine etc.? I'm pretty darn comfortable in Code, but I occasionally think about using PhpStorm. Code supports everything I've needed so far: integrated terminal, debugging with Xdebug (including object state in the sidebar), fuzzy-finding files, command palette when I don't have/know a keyboard shortcut, flexible settings (GUI or JSON), and plugins for a lot of things—different languages, better file/folder utilities, detailed tool tips, inline Git information and other Git tools... I'm sure JetBrains' products have all this stuff and more. Just not sure if the "more" would benefit me or if I'd end up doing basically what I've always done. [link] [comments] | ||
Where can I find tutorials or advice for a background like this(stripe.com) Posted: 07 Sep 2021 02:45 PM PDT I have a idea for a project I am working on but can not figure out how to do what stripe has done for their main background. I am trying to do something similar except with about 5 different colours. [link] [comments] | ||
Thoughts on following up on a job opportunity? Posted: 07 Sep 2021 07:14 AM PDT I've been a freelance developer for over 4 years and just recently I decided I want to work in a team, gain new perspectives, learn about processes inside bigger firms, etc. I reached out to the few agencies I truly wanted to be part of. I had a very dynamic and fluent interview with the CTO of one of them. He genuinely seemed interested and keen on talking again in a technical interview. This was a little over a week ago and I start to wonder if I should be following up on him. I am new to applying for jobs and conducting interviews. So I am not sure if 1 week of delay is expectable, and I am not sure if I will appear as desperate by following up on him. I feel like back when I was dating, exposing myself to seemingly big opportunities and elevating expectations only to get dismissed 😂 TL;DR; [link] [comments] | ||
Which questions should I ask the employer during an interview ? Posted: 07 Sep 2021 06:34 AM PDT From your experience, which questions should you have asked before getting into a job? Or what are your recommendations for this? Kind regards [link] [comments] | ||
Making API Calls from Static Sites Posted: 07 Sep 2021 01:51 PM PDT Hi What's the best way to secure API calls in website that use nothing but only plain HTML, CSS and JS? What if I am using an SSG such as 11ty? I know that the source is publicly available in these cases so if I put my API key everyone can see it when checking out my JS code. [link] [comments] | ||
CSS Pseudo Commas: Exploring comma rules in nouns and verbs Posted: 07 Sep 2021 06:10 AM PDT | ||
Domain shows 60+days expired, but is not released? Posted: 07 Sep 2021 11:17 AM PDT Found a domain mildly interested in for a family friend personal family use, so not spending $$$ here. Registry Expiry Date: 2021-07-03T22:27:30Z [link] [comments] | ||
Web Dev vs Game Dev What path should I choose? Posted: 07 Sep 2021 08:09 AM PDT Hello! Just got my IT diploma and self studied a lot of HTML, CSS, JAVASCRIPT. Now I can't really decide between game dev or web dev, since I also have e-commerce and marketing background this will help in both career. Also I have been a gamer since I was born and criticize every game, and I would really enjoy working with unity or others graphic engine. I am wondering if the game dev path would be secure and well or if web dev would be a safer choice! TL:DR; Web Dev vs Game Dev. [link] [comments] | ||
Can you style the DD/MM/YYYY default "placeholder" text in a date field? Posted: 07 Sep 2021 09:09 AM PDT https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date I basically want the default colour to be a bit faded before a user enters a value and darker after? On other input fields I know that you can style the placeholder to an extent but I don't know how to do it for a date field because its not really a placeholder [link] [comments] | ||
Best certificates for web design/development? Posted: 07 Sep 2021 08:36 AM PDT (I apologize if you already saw this on r/webdesign!) I am looking for professional web design/development certificates that I can add to my resume' & portfolio. There's a lot to choose from and I am having a hard time teasing out what is legitimate/worth my time. I'm not too concerned with price - my work could potentially pay for it. A couple I have found thus far: 1) John Hopkins Course HTML, CSS, and Javascript for Web Developers | Coursera 2) IWA CWP Requirements « International Web Association (iwanet.org) My Experience (beginner/intermediate):
Career Goal:
Any and all wisdom is appreciated! [link] [comments] | ||
Posted: 07 Sep 2021 03:58 PM PDT Hi, So basically my question is how can I display websocket data to a UI. I am using python for backend. I am fetching data from an api and want to send and display that data. What frame work should work best? [link] [comments] | ||
React JWT authoriser refresh exp claim? Posted: 07 Sep 2021 03:18 AM PDT Hi all, We are having a bit of a time working out how to configure the following website. Architecture - react front end, aws api gateway, Java api endpoints on backend. User flow - user clicks link from email to retrieve previous quote, lambda authoriser generates a JWT with 30 minute expiry using a few parameters such as unique quote ID time stamp and postcode (to secure session) and sends back to react - react contacts endpoint passing JWT to fetch quote data and goes via api gateway and lambda authoriser to check validity and passes back quote. - User then continues to send JWT with each call until they complete purchase. The issue is that we don't want the user to reach a hard stop after 30 minutes when the JWT expires, we want to periodically refresh the expiry of the JWT. I can't find any information in Aws's api gateway about how to handle this logic and it is not documented in the lambda authoriser example. Any thoughts on how to handle the management of the expiry claim in the JWT? We are not using Oauth because this is an unauthenticated user journey (I.e they have not logged in) so the client credentials oauth flow would mean the client ID and secret would be visible to the browser and defeat the purpose. Many thanks for any thoughts [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