New bill would ban autoplay videos and endless scrolling - Taking aim at ‘features that are designed to be addictive’ web developers |
- New bill would ban autoplay videos and endless scrolling - Taking aim at ‘features that are designed to be addictive’
- What’s New in ES2019
- Getting a job without a degree...
- Things we shall pay attention to before launching a new website
- Lefthook: Knock your team's code back into shape. Fast, polyglot Git hooks manager for back-end and front-end workflows
- Developing in WSL with VS Code
- Hosting a government website?
- A walkthrough on how to write a simple app in plain JavaScript to learn the concepts of MVC architecture
- Lacking motivation to code after work.
- I still can't find a job.
- Don't create React components by hand ever again
- not encouraging when they make a whole modal for this in advance...
- Beginner tutorial for GraphQL (interactive & visual)
- Installing SSL Certificate in a Google Cloud Hosted Site
- AdSense says I already have an account when I don't.
- Kanban or other methods for personal projects?
- Email services for self hosting
- Give me some ideas
- FAFSA running Angular in Dev mode on Production!
- Help me understand the git workflow
- The presentations from JAMstack_Conf London is now on YouTube
- How’s the job market for developers in Los Angeles in 2019?
- need help trying to return the text of a <p> tag using ajax & jquery
- New to this, what’s the best framework (2019) to use for managing the structure of my website/app?
Posted: 30 Jul 2019 07:41 AM PDT
| ||
Posted: 30 Jul 2019 03:31 AM PDT
| ||
Getting a job without a degree... Posted: 30 Jul 2019 11:47 AM PDT I only have a 2-year Comp Sci degree. I've been told that webdev is super competitive and I'm wasting my time without a degree :(( Is this true? I've been doing this almost a year and have gotten pretty far, like I have some nice single page apps. I know React, CSS, Jquery, SQL, Express, Node.... Right now I'm working on doing some basic CRUD apps. I'm not super experienced and still have a lot to learn, but I feel like ive come a long way. Am I going to be struggling to find a job, just because I don't have that 4-year piece of paper, even though I've been busting my ass on my own and studying hard. Sometimes just want to give up. Hearing stuff like this is discouraging. [link] [comments] | ||
Things we shall pay attention to before launching a new website Posted: 30 Jul 2019 04:26 AM PDT
| ||
Posted: 30 Jul 2019 06:56 AM PDT
| ||
Developing in WSL with VS Code Posted: 30 Jul 2019 09:00 AM PDT
| ||
Posted: 30 Jul 2019 12:06 PM PDT I'm just getting in to webdev and am building a simple website for a county government agency. How do I host it? I know very little about cybersecurity or web hosting. Do I need to use a private web hosting service? Is hosting on one of the agency's computers an option? Thanks [link] [comments] | ||
Posted: 29 Jul 2019 09:27 PM PDT
| ||
Lacking motivation to code after work. Posted: 30 Jul 2019 01:31 PM PDT Does anyone else have this problem? I really want to start learning other frameworks/languages etc after work but my brain is fried after work and i cant find the motivation. How do you guys overcome this? [link] [comments] | ||
Posted: 30 Jul 2019 03:39 PM PDT Title says it all. And, sadly I'm still unable to find a job, even if you code eight plus hours a day. I know that jobs don't come easy, especially in the beginning. I know this, and simply what I'm saying is that I'm completely broke and out of time. I've studied job postings, revamped my LinkedIn, resume, portfolio, etc, yet; this seems to not be enough. I only wish to progress, learn, and code, however; it seems I'll need to take up a part time job even if it's completely unrelated. This saddens me greatly and got me wondering about others, so I'm here... What was your first developer job? What was needed/required for you to work there? How many applications/time did it take for you to finally land your first real job? I feel as if I'm so close, but I'm not even getting interviews at all. I know I'm passionate about what I do and I know that I could relatively do quite well if I had an in person interview. ...it's tough out here. [link] [comments] | ||
Don't create React components by hand ever again Posted: 30 Jul 2019 10:32 AM PDT | ||
not encouraging when they make a whole modal for this in advance... Posted: 30 Jul 2019 02:42 PM PDT
| ||
Beginner tutorial for GraphQL (interactive & visual) Posted: 30 Jul 2019 05:00 AM PDT
| ||
Installing SSL Certificate in a Google Cloud Hosted Site Posted: 30 Jul 2019 01:31 PM PDT The company (BPO) that I am in wants their website to have SSL installed ASAP. I've recently graduated with little to no working experience in this field as this is my first job. I've got a little bit of experience with Bluehost and Cpanel but I cant figure out for the life of me how to navigate my way in Google Cloud. There's only 3 of us in the IT (all fresh/first job), and we're apparently the first ITs they have ever employed. I really feel stupid about this, and feel too incompetent because I just can't figure it out [link] [comments] | ||
AdSense says I already have an account when I don't. Posted: 30 Jul 2019 10:49 AM PDT Sorry if this is the wrong sub, I really couldn't find any other subs to post this.
I used the login troubleshooter and checked all my Google accounts starting with "tufa", none of them has an active AdSense account, only one of them has a terminated AdSense account which I can't close. Is there anything I can do to apply for AdSense? [link] [comments] | ||
Kanban or other methods for personal projects? Posted: 30 Jul 2019 12:31 PM PDT Does anyone have any experience with using Kanban to organize work for personal projects? I've been trying to use Agile Scrum like I do at work but it seems like overkill for small efforts. I was wondering what tools you guys use and what your experience has been like, and if you had any tips for organizing work for personal projects. Thoughts? [link] [comments] | ||
Email services for self hosting Posted: 30 Jul 2019 03:46 PM PDT Hi, I'm interested in setting up a basic website with an email login system. I'm also looking to self-host this web server to the internet. My stack will be Node.js, Kafka and vanilla JS on the frontend. I've never set up an SMTP server, is it challenging? I'm assuming I will need SSL for the domain name? What additional steps would be required? Is there services that can afford me an easy API for getting emails or even 2-factor authentication working without a hassle through a Node.js API? [link] [comments] | ||
Posted: 30 Jul 2019 03:37 PM PDT Im trying to expand my portfolio, and i need some ideas of what to do. Please feel free to provide me with a case as if you were one of my clients. Make it easy or hard. I need exposure to alot of stuff. Front End/Back End. Thanks! [link] [comments] | ||
FAFSA running Angular in Dev mode on Production! Posted: 30 Jul 2019 08:04 AM PDT
| ||
Help me understand the git workflow Posted: 30 Jul 2019 03:15 PM PDT So I currently work on a site for a small to medium sized company, where I'm the only Dev hired by them. We also work with another company that works on the site remotely for various purposes. They just setup git and I'm not sure exactly how to proceed pushing code. Previously we just tested on local environments and pushed live. Now we have 3 branches / environments. Dev, staging, and production Do I need to push from local to Dev, then merge to staging, and merge again to production? Seems like a lot of work if the update is fairly small Any help appreciated, thank you! [link] [comments] | ||
The presentations from JAMstack_Conf London is now on YouTube Posted: 30 Jul 2019 03:10 PM PDT
| ||
How’s the job market for developers in Los Angeles in 2019? Posted: 30 Jul 2019 02:34 PM PDT I'm studying a lot to become a web developer/software engineer (going self taught route) and I want to know how's the job prospects in this city. What's the popular tech stack? How long did it take you to get hired. Thanks. [link] [comments] | ||
need help trying to return the text of a <p> tag using ajax & jquery Posted: 30 Jul 2019 10:42 AM PDT apologies in advance. I'm not quite sure how to get the code properly formatted to make it readable. Hello! I'm very new to all of this and am trying to get a working prototype together of a product concept I want to build but have hit a snag. Please forgive the ugliness of the php section. also, stackoverflow is down at the moment, fwiw. I have a page with the following html
that html is the product of this php:
From here I want to take the the text inside the only <p> tag on the page (in this case the text is "5") and store it in the var fetchedData with the function getTheData
when this runs though, it sets var fetchedData to: <table><tr><th>masterVersion</th><th>slaveState</th></tr><div><h1></h1><p id='test'>5</p></div></table> instead of the number 5 i'm super confused why the $('p').text(); isn't bringing back the number 5. I have researched a ton of different jQuery methods to retrieve the data I want but nothing works. plz help [link] [comments] | ||
New to this, what’s the best framework (2019) to use for managing the structure of my website/app? Posted: 30 Jul 2019 02:24 PM PDT Hey guys! I'm currently working on a project/large website app and I'm kind of new to this, thought you could maybe help me out. I know some css/html/styling but I find making the site structure/grid etc overwhelming and I'm thinking if I should use some framework. I've tried Bootstrap but I think it's overkill as I only want the grid-part of it and no the styling of buttons etc. What should I do? What are good practices? Thanks a lot. [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