Entry Level jobs requiring minimum 2 years of experience web developers |
- Entry Level jobs requiring minimum 2 years of experience
- How many of you say you "work 40 hours a week" but actually work less?
- Visual Studio Code July 2021
- How can I make icons like these using HTML, CSS?
- Knights of the Flexbox table
- Do any of you freelancers/contractors carry liability insurance? I have a new client asking for proof of liability insurance before beginning the project. This is new to me.
- Need Testers for "This is Canvas".
- How can I make laptop fully visible all the time ? With CSS if possible ... Please help
- It frustrates me when Web Developers have a great portfolio of projects, but the design of their personal portfolio is absolutely horrible
- How to learn CSS best practices?
- Mock Me into Making My New Site Better
- Noob question about Databases
- Working in the USA as opposed to Japan
- I am looking for the absolutely simplest framework that will allow me to have it talk back and forth to a Chrome extension to verify that a user has a paid subscription. Any tips? Is this possible with Wordpress?
- Best practices for a webSDK?
- Need some ideas while working on a web-app that is a code editor
- How does domain and server management work in freelancing?
- Firebase backend developer wanted for short-term project: Musical Harmony Web App
- jQuery Event looping itself
- Beginner trying to understand WSDL, SOAP, and SOAP messages
- Question about web development software
- Is there any widget that enables embedding torrented video?
- Need a more precise and responsive mouse
Entry Level jobs requiring minimum 2 years of experience Posted: 05 Aug 2021 01:54 AM PDT
| ||
How many of you say you "work 40 hours a week" but actually work less? Posted: 05 Aug 2021 11:14 AM PDT I feel like most devs are in this boat. Generally speaking, I'm given a few tasks to work on during the sprint (usually 2 weeks) and I end up working less than 40 hours per week to finish them. Most sane managers don't derive your value from the number of lines of code you write—I think counting hours is just as meaningless. I will sometimes take a 2 hour lunch break, I will sometimes sleep in an extra 30 minutes, I will sometimes finish the day an hour early to run an errand. I'm still producing quality PRs and everyone is happy with my work each sprint. No one really talks about this (well, I do with my close friends) but I feel like most people I work with are also "secretly" not working a full 40 hours a week. [link] [comments] | ||
Posted: 05 Aug 2021 11:16 AM PDT
| ||
How can I make icons like these using HTML, CSS? Posted: 05 Aug 2021 09:14 AM PDT
| ||
Posted: 05 Aug 2021 06:01 AM PDT
| ||
Posted: 05 Aug 2021 07:45 AM PDT I am a contractor and have a new client asking for proof of liability insurance before beginning a project that will be adding functionality to an existing website. This is a larger client than I've dealt with before and the website is responsible for a large amount of revenue. I have never been asked for insurance proof before and do not know if this is usual. Do any of you carry liability insurance? Any tips on where to go to get it if it is needed? [link] [comments] | ||
Need Testers for "This is Canvas". Posted: 05 Aug 2021 09:16 AM PDT It's an r/place style canvas, instead made up of 20x20 pixel images. You can upload any 20x20 png or combine a number of images to make a larger one, you can also over-write other images. I need to make sure it works at scale. To test it, LINK IN COMMENTSI also automated hourly screenshots, to make monthly time-lapses. It's extremely primitive in it's writing, infact I wrote it in a very short amount of time but I was feeling 2004 nostalgic, so you get what you get. Just need to know if something is fundamentally broken. [link] [comments] | ||
How can I make laptop fully visible all the time ? With CSS if possible ... Please help Posted: 05 Aug 2021 07:51 AM PDT
| ||
Posted: 05 Aug 2021 03:52 PM PDT I can imagine that a lot of HR people look at these portfolios and unintentionally, judge the design since they aren't coders. It also gives of a really unprofessional look. In my personal opinion, a developer shouldn't "need" design skills of course, but they should have somewhat an eye for design. The ability to transition a desktop design to mobile for example. I've seen so many extremely talented developers but their portfolio looks like it was made in the early 00's... Is this a common thing? Do you think developers should focus more on design for their personal portfolios or am I nitpicking? [link] [comments] | ||
How to learn CSS best practices? Posted: 05 Aug 2021 03:36 PM PDT I've started learning flex for responsive design but I'm tying myself up in knots trying to get elements to display where I want them to. I sometimes have an element somehow spill outside the boundary of its parent flex element, for example. Another point of confusion is which units to use and when. I'm mostly using rem. I'm sure with practice things become more intuitive, but are there any resources to learn best practices? I'm not talking syntax, that can be easily looked up. I'm talking about things like typical idioms/patterns when using flex. [link] [comments] | ||
Mock Me into Making My New Site Better Posted: 05 Aug 2021 03:22 PM PDT Hey! Working on a new personal site, design isn't my strong suit, what do you guys think? [link] [comments] | ||
Posted: 05 Aug 2021 03:03 PM PDT I'm feeling like it's a stupid question but gonna throw it in anyway. I'm currently going through a Django tutorial and part of the project is to host the database on AWS (upto this point it was stored locally). The issue is once I created the database on AWS and migrated, all logins stopped working, even admin account. Does the new instance have the same info or is it a blank database with the same tables ? sorry if it stupid question but I have no experience with databases. [link] [comments] | ||
Working in the USA as opposed to Japan Posted: 05 Aug 2021 10:54 AM PDT I've been a web developer for a top ten tech company in Tokyo for three years now. Our stack is Rails and I'd say I'm nearing a decent mid-level developer. Eventually, I want to move back to the USA and continue my career. There's a few questions I have to anybody who has worked in Japan and the USA:
Thank you for any advice and responses [link] [comments] | ||
Posted: 05 Aug 2021 02:32 PM PDT I am having a Chrome extension made right now, and one of the functionalities is that it will need to be able to communicate with my website and make sure that this user has paid before it gives functionality. I have built a couple of very basic sites from scratch, and done a few WP sites over the years with some basic JS functionality, but I am by no means a web developer. Depending on the framework, and if there are plug-ins available to kinda get me to where I need to be, I can likely do it myself, but I am just trying to suss out what I need to go in search of to accomplish what I need, but in the most simple way possible. It will be a very basic, bare bones site that mostly just needs to have a user creation function, and then the ability for it to communicate with the extension. Any tips to push me in the right direction would be greatly appreciated. Thanks so much. [link] [comments] | ||
Posted: 05 Aug 2021 02:05 PM PDT So this is going to be a bit broad but I will do my best to provide as many details as possible. My company currently has a simple websdk that runs some js code and some C code via emscripten wasm files. It is currently distributed to people by just giving them source files via github (essentially a couple js files and a wasm file) and it currently has no external dependencies. I appear to have the opportunity to do a bit of a rewrite right now due to some unrelated improvements we will be doing. I am wondering if people have any suggestions on best practices given I might have a rare opportunity to do a rewrite? For example is emscripten+wasm the best way to be running C code or are there better less resource intensive or faster solutions? If you were consuming the sdk would you be happy receiving some source files via github or would you prefer some better distribution platform? If I wanted to make it easier to add dependencies in the future while keeping it as compatible as possible for clients is there some universally accepted solution/recommendation? I've tried googling most of this, but my google skills seem to be letting me down as I mostly found irrelevant pages. Thanks. [link] [comments] | ||
Need some ideas while working on a web-app that is a code editor Posted: 05 Aug 2021 05:56 AM PDT Hi there! I am here just making this code editor app trying to get some hands on experience with HTML, CSS, Vanillla JS and Node. Like all code editors, mine will have an area where the user will be inputting the text to be edited. I would like this area to have line numbers, have the active row highlighted and a working cursor. I initially thought that using a <div> with a contentEditable="true" would suffice but it just gives me an editable div without the ability to address individual lines in order to style them, insert line numbers and have a working cursor. I encountered the same problem with <textarea>. I am now thinking of a solution that makes every new text line a seperate div, so that I can script the color changes, the line number insertions and the cursor with JS. However, this approach does feel cumbersome to code and I do have the feeling there is a more elegant solution. How would you approach this? [link] [comments] | ||
How does domain and server management work in freelancing? Posted: 05 Aug 2021 01:20 AM PDT I wanted to start sharing some gigs as a web developer, using wordpress, on freelancing sites like Upwork, Fiverr, . . . I'm just not sure about how domain and server deployment works in this field, and I haven't find much about it. What I mean is, should I create the domain and choose the server? And then make the client pay for the price I paid? Or should they do it, maybe under my advice if they're not able to, and then give me username and password so I can access and deploy the actual site? In the second case, how can I show them the site before uploading it on their server? Otherwise, if I should upload it, then how am I sure they won't change the password and keep the site without paying? Thank you for your attention. If those question were already made link me the previous post eventually and I will remove this one to reduce spam (I've tried searching, but there's nothing that really answers my doubts) [link] [comments] | ||
Firebase backend developer wanted for short-term project: Musical Harmony Web App Posted: 05 Aug 2021 09:26 AM PDT I'm developing a software suite for exploring musical harmony -- kind of like a Pokédex for scales and chords. The suite consists of a web / mobile / desktop app that networks with a MIDI effect VST plugin. I'm pretty far along the dev process, at least re: a prototype for both the plugin and the web app. Here's the current state of the web app: https://scale-navigator-ensemble.web.app/ A demo of the MIDI effect VST: https://www.loom.com/share/9b89f769be9d416d89fb0d4cf05dab11 The time has come for me to create some firebase cloud functions that will allow users to control the plugin via the web app, but I am having a lot of trouble implementing this, and so I'd like to hire someone to help me with this aspect of the project (back-end with firebase). I can afford to pay up to $70 per hour, for a total of 20 hours for this particular task. [link] [comments] | ||
Posted: 05 Aug 2021 12:56 PM PDT Okay so here is the issue: Let's consider that orderQttToMinus has a value of 4 initially. When I click the button with the .orderMinus class, what's supposed to happen is that the console logs 3 and changes the html of orderQttToMinus to 3. However what's actually happening is that the console logs 3 2 1 0 and removes the orderToRemove (so it activates the "if" part) instead of just lowering the quantity (the "else" part). It seems like the event is looping itself? Why is this happening? EDIT: I added $(".orderMinus").unbind() at the beginning of the script and it worked! But I have no idea why. Can someone please explain what happened? Thx [link] [comments] | ||
Beginner trying to understand WSDL, SOAP, and SOAP messages Posted: 05 Aug 2021 12:53 PM PDT
| ||
Question about web development software Posted: 05 Aug 2021 12:31 PM PDT I've gotten into HTML/CSS this past year a lot and I'm enjoying it. Up until now, I have been working using just a simple notepad. Often, for the CSS, I find myself using the Chrome DevTools quite a bit to write the CSS and then copying the code from there. They have great autocomplete suggestions and useful tools, and the live preview is very helpful. However, it seems like they're mostly made for quick edits to test thing out, not really for writing full stylesheets with. I am looking for software that can do what Chrome DevTools does but is actually meant for development. I took a look at Google's web development software, but it doesn't seem to have the same autocomplete or suggestions. I did find something called Stylizer, although it is paid. What are some other programs like this? [link] [comments] | ||
Is there any widget that enables embedding torrented video? Posted: 05 Aug 2021 12:15 PM PDT Is there any package that allows you to embed a torrent video in a regular web page? [link] [comments] | ||
Need a more precise and responsive mouse Posted: 05 Aug 2021 11:09 AM PDT I was using my magic mouse with my Mac Mini but it was sluggish with interruptions. I switched to a USB gaming mouse by Tecknet but it's still driving me crazy. Seems like it gets stuck and I can't tell if it's the driver or the pad I'm using (residue). The pad I'm using is this: https://www.amazon.com/gp/product/B08G529SHV/ref=ppx_yo_dt_b_asin_title_o03_s00?ie=UTF8&psc=1 Question: does anyone have a solution. for a sluggish mouse? Bluetooth seems to be a problem because of other bluetooth devices which I don't want to turn off. [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