How do you deal with stress ? web developers |
- How do you deal with stress ?
- Avoid 100vh On Mobile Web
- Docker, once worth over $1 billion, tells employees it’s trying to raise cash amid ‘significant challenges’
- What <head> can do
- This is what you get when your ad implementation sucks. 400 extra requests and 150 cookies
- What books and web subjects do you recommend other than programming languages?
- For personal projects do you do everything from scratch or do you use libraries such as material ui, semantic ui, to speed up your development?
- What is the minimum requirement to be able to apply for an entry level position?
- How do you deal with your UI/UX department?
- How to make sure you get paid for referring clients
- IT Company requiring me to have worker's comp as a contractor?
- In a short sentence - what does a "Shopify Developer" actually do? (Technically / Programmatically)
- Fixing layout instability
- Styling the shadow DOM, including slotted content!
- Do you need two databases for both OLTP and OLAP for a web app?
- Why are people expecting developers to work for free like we’re low level musicians and painters?
- Any good guides on how to deploy SinglePage App?
- WP, OSClass and OneAll SSO
- JavaScript quiz questions and explanations
- Should I use percentage in CSS?
- Can I trigger an "Add to home screen" on iOS/Safari with my PWA?
- Credit Card payment form on page (without going to external page)
- JavaScript QR code library failing on some browsers - HELP
- FREE COFFEE if you can help me fix my email
- Drupal Maintenance Services? Third Party, or let the Web Dev handle it?
Posted: 30 Sep 2019 07:48 AM PDT Right now I'm working on a big project and it's my first time working in a project like this, I'm thinking that it will fail after a few weeks there will be a lot of bugs and so on it's making me stressed [link] [comments] | ||
Posted: 30 Sep 2019 03:59 AM PDT
| ||
Posted: 30 Sep 2019 09:19 AM PDT
| ||
Posted: 30 Sep 2019 10:36 AM PDT | ||
This is what you get when your ad implementation sucks. 400 extra requests and 150 cookies Posted: 30 Sep 2019 02:56 PM PDT
| ||
What books and web subjects do you recommend other than programming languages? Posted: 30 Sep 2019 03:54 PM PDT Iam looking for something to study, books like "HTTP The Definitive Guide", which do not focus on a programming language, but which addresses concepts important to a good understanding. Maybe also something like "Clean Code" (I studied only the first two chapters of this book) My stack is currently based on React + Django. [link] [comments] | ||
Posted: 29 Sep 2019 05:19 PM PDT im doing a project for my portfolio and dont know if i should just do all the html css myself or just use a library to get it done faster. [link] [comments] | ||
What is the minimum requirement to be able to apply for an entry level position? Posted: 30 Sep 2019 10:33 AM PDT I'm just curious because I have built websites with decent front end and back end development and am looking to finally get a job in the industry. I see all of these "preferred" or "required" tags on job postings for companies even though I know a lot of the time that doesn't matter. What are the most notable skills an entry level coder needs to know? [link] [comments] | ||
How do you deal with your UI/UX department? Posted: 30 Sep 2019 12:09 PM PDT I work in an office where I develop the frontend and backend of websites. We have a UI/UX department but I find myself frequently questioning their expertise (frequently). They sacrifice usability of the website for "stylish" UI and have no idea how code works so they'll design something that makes the frontend absolutely disgusting to code only to change it on a whim later forcing an architecture redesign. I'm wondering if any of you have been in the same position and what you did about it. Do you fight against the designs or do you just say "fuck it" and build what they've designed ignoring all the bugs that are introduced as a result. I feel like my biggest fight in developing a website is against the UI/UX team. [link] [comments] | ||
How to make sure you get paid for referring clients Posted: 30 Sep 2019 04:48 PM PDT I've been asked to develop a web app that allows potential clients to search through a list of available services from providers that have signed up to be on the platform. The people that offer those services are using fairly outdated CRM systems (pen and paper, Word and Excel files, etc) and are not interested in upgrading, which means they still deal with clients through phone calls. There are no referral links, no direct online purchases. How can the web app owner make sure that the clients he's referring to said services are accounted for? I've thought about:
My client doesn't feel like those ideas would have very good conversion rates. What do you think? How would you do it? [link] [comments] | ||
IT Company requiring me to have worker's comp as a contractor? Posted: 30 Sep 2019 04:47 PM PDT I'm an FTE by day, and independent webdev contractor by night, using an LLC. Recently I contacted a software firm for an inquiry about any work that I might be able to help with as a contractor. After a verbal handshake about receiving work, HR contacted me about getting in their system. They mentioned they require worker's comp insurance from me up to one million dollars. Is this normal, or odd? I'm reluctant to go find and get worker's comp insurance for my little LLC, which of course I have no employees, but was never asked that before from other firms or clients. I apologize in advance for my ignorance. [link] [comments] | ||
In a short sentence - what does a "Shopify Developer" actually do? (Technically / Programmatically) Posted: 30 Sep 2019 10:42 AM PDT So as I mainly work with Laravel, if somebody asked me to describe in a short sentence - what I actually do - Technically / Programmatically, I'd probably say something along the lines of - "I mainly route http requests through controllers and use a bunch of service classes and interfaces to handle logic with object-oriented design patterns within the model layer"... So in that spirit, what does a Shopify Developer do? [link] [comments] | ||
Posted: 30 Sep 2019 10:36 AM PDT
| ||
Styling the shadow DOM, including slotted content! Posted: 30 Sep 2019 04:22 PM PDT | ||
Do you need two databases for both OLTP and OLAP for a web app? Posted: 30 Sep 2019 04:05 PM PDT Suppose I want to create an e-commerce website with marketing campaigns so basically I need one database for all buying transactions including loyalty programme point transactions. Also, if I want to do some analytics to see whether marketing campaigns are working or not then I need another database for OLAP. From the articles I have read it seems like you choose one type over another depending on business requirements but what if you want to do both? I believe it's pretty normal to run analytics over transactional data. [link] [comments] | ||
Why are people expecting developers to work for free like we’re low level musicians and painters? Posted: 30 Sep 2019 03:54 PM PDT Is this a new phenomenon in Web Dev of just in America in general, where people expect you to do things for free or for very little. From recruiters trying to hire superstars for a salary barely above minimum wage, to people starting out with freelancing , having to do several projects for free to make a name for themselves. Seriously, what caused this assumption that it's ok to request highly skilled services for such little to no money? Upwork is literally one of the worst inventions of modern history. "Build an website like YouTube, $500 budget". Is our society just cheap or are we really heading for a recession? Not even Witchers work for free. [link] [comments] | ||
Any good guides on how to deploy SinglePage App? Posted: 30 Sep 2019 03:51 PM PDT We want to build a single page app with no backend (it's done by another team). How do I go about setting up CD for a SPA? Most guides out there teaches you how to do CD for a node.js or rails app or something similar. Anyone have a guide on how to deploy a SPA? Are we better off just treating it like a node.js with no backend code? [link] [comments] | ||
Posted: 30 Sep 2019 03:38 PM PDT Is there a way i can link my osclass portal to my oneall sso, so when poeple login to my wp site through oneall sso, it logs them into the osclass as well? [link] [comments] | ||
JavaScript quiz questions and explanations Posted: 30 Sep 2019 06:53 AM PDT | ||
Should I use percentage in CSS? Posted: 30 Sep 2019 02:59 PM PDT Doesn't that automatically make it "responsive" or more responsive as compared to pixels or em? [link] [comments] | ||
Can I trigger an "Add to home screen" on iOS/Safari with my PWA? Posted: 30 Sep 2019 02:50 PM PDT I know that Apple has really been dragging their feet with PWAs and you have to manually add the pwa to the home screen in safari. Just wondering if they have changed this to allow us to programmatically pop this message up yet in JavaScript? [link] [comments] | ||
Credit Card payment form on page (without going to external page) Posted: 30 Sep 2019 10:21 AM PDT Hi, Stripe won't work for my project due to the pricing - I need something that only takes a percentage of the credit card payments - not a percentage + [x] cents. I have a business Paypal account and I also use Shopify, and if it helps, and for my website I have my own VPS. But I'm not experienced in this stuff at all and any googling I've done so far hasn't been helpful. I have a developer who will help me but I'd love some initial ideas of what to try. Any tips? [link] [comments] | ||
JavaScript QR code library failing on some browsers - HELP Posted: 30 Sep 2019 01:28 PM PDT Cozmo jsQR i'm a back end developer and a front end wanna be, i used that library to scan QR codes and pass the value to my back end the matter is that his library is failing at some phones and i have no idea how to solve it the deadline is near any help would be appreciated [link] [comments] | ||
FREE COFFEE if you can help me fix my email Posted: 30 Sep 2019 12:55 PM PDT
| ||
Drupal Maintenance Services? Third Party, or let the Web Dev handle it? Posted: 30 Sep 2019 12:55 PM PDT I hope this is the right place for this, but we are launching a new Drupal site soon. The devs that did the web site itself quoted us $350/mo for application maintenance. I did some searching around third party Drupal maintenance services and this seems a little high comparatively. I'm wondering if just letting our developers do the maintenance is best even if the quoted monthly cost seems a little high? They developed the site so maybe it makes sense to let them do the maintenance as well? They are not managing the physical host, that's being hosted on cloudways (through Digital Ocean) and I assume they will be doing host maintenance. Let me know if I'm not providing enough info for this, I'm admittedly not very well versed in web development (I'm the company's IT Specialist and just learned about this project a few weeks ago). TIA. [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