It happened - I got an offer from my dream job as a self taught developer! web developers |
- It happened - I got an offer from my dream job as a self taught developer!
- I'm a teacher, and I made this tool to show students why a 12 column grid is better than 10
- Most frequently mentioned words in the top 1000 StackOverflow questions tagged #JavaScript. [x-post /r/DataArt]
- What was your starting salary?
- Built a little tool mostly for myself but maybe you guys will enjoy it too
- What is your React/Node project structure?
- Dynamically Create File Links?
- Most frequently mentioned words in the top 1000 StackOverflow questions tagged #JavaScript. [x-post /r/DataArt]
- I'm trying to learn frontend/backend interaction and i'm not sure what database to use.
- What are the most in-demand products in Web development right now?
- Slate hot reloading?
- Amazon SNS or Pinpoint vs Twilio for confirmation SMS messages?
- We changed the domain name of our 100k+ page SEO-driven site. Here's what happened: (Part 1)
- Coupon/Voucher system for students
- Creating a secure page link?
- The most up to date webdev course
- Is there a frontend framework that's a bit like Vaadin in the sense that you can just shoot serialized data at it and it builds views from that?
- I made a website, mobile app and web extension to easily keep all my tech content in one place. But also crowdsource my tech curation by being able to follow other developers using the tool and some team integrations with slack
- Using CloudFlare Polish or Imagify for image optimization
- What tool was used to acheive the code demo on this site?
- Quick question about JSP
- Google Excluding Pages from Index
- HTML slides without frameworks, just CSS
It happened - I got an offer from my dream job as a self taught developer! Posted: 27 Feb 2019 08:50 AM PST Hi /r/webdev! I never thought I'd be able to make one of these posts, but here we are. I want to share some of my story, my background, and some tips on job searching and learning independently. Remember: it IS possible, and your hard work WILL pay off. Sorry about this long post. Disclaimer: This is just my story - your experience may be totally different based on lots of different factors. I recently accepted an offer as a Front End Developer at a top tech company in Chicago. I do not have any development experience, but I was a "Digital Marketing Consultant" for 2 years when I was a teen at a local business. I'll touch more on this later. I am 100% self taught, and balanced self-learning while working full time 40 hours per week. I took a few coding related classes at my local community college, but I definitely did not need to to land this job and I'll tell you why momentarily. General Advice
What Really Mattered
What Kind of Didn't Matter and You Can Get Along Without but It Still Helped
Invaluable Resources
I hope this helped someone. If you put in the work, it's possible - but don't forget to ask for help! The interview process I went through was quite intensive and it had 2 coding tests. If anyone has any other questions about it, going on other interviews, applying for jobs, etc please PM me! Lastly, I'd just like to thank this community, /r/learnprogramming, Google, and Stack Overflow. I am constantly in awe of all of you amazing people who spend dozens of hours of your time to produce free content on the internet. This post is just a fraction of what I wish I could give back. My gratitude is endless. EDIT: The outpouring of support has been incredible, thank you all. I have edited my list of resources to include a blog I love + my own personal spreadsheet of webdev resources sorted by category. I update it every once and awhile. I hope it helps!! [link] [comments] | ||
I'm a teacher, and I made this tool to show students why a 12 column grid is better than 10 Posted: 27 Feb 2019 09:50 AM PST | ||
Posted: 27 Feb 2019 10:14 AM PST
| ||
What was your starting salary? Posted: 27 Feb 2019 02:54 PM PST | ||
Built a little tool mostly for myself but maybe you guys will enjoy it too Posted: 27 Feb 2019 07:44 AM PST
| ||
What is your React/Node project structure? Posted: 27 Feb 2019 10:02 AM PST I've seen client and server directories with react and node apps respectively that are independent but communicate with each other and I've seen public that holds webpack builds and src that has client and server in it. Does incorporating Docker change your structure? [link] [comments] | ||
Dynamically Create File Links? Posted: 27 Feb 2019 04:48 PM PST Good day everyone. Is there a solution to generating dynamic links to point to files. Something that only works at the time of the link generation, say in a user account. The problem I need to solve is being able to make dirrect link to files like I need to obscure the file into something like site.com/files/project_sd78989dh890sd908sd90f87g0s98d7f And this file will not be available if you just take the 2nd link and copy paste it into the address bar. This link would not work without logging in. In fact, after the user has logged into an account and a new link would be generated when as "Download This File" Button would be pressed. Running a PHP server with mySQL Database for authentication [link] [comments] | ||
Posted: 27 Feb 2019 04:08 PM PST
| ||
I'm trying to learn frontend/backend interaction and i'm not sure what database to use. Posted: 27 Feb 2019 09:10 AM PST So basically, I'm trying to build a flask app that lets users to to a webpage where their mouse position is shown as a dot to all the users viewing the webpage at the time. So it'd be like agar.io but with just the dots moving around a blank webpage. I'm comfortable building the frontend part that reads the current user's mouse position in JavaScript, but i'm not sure how to send the data back to a database on the server, plus it seems like an SQLAlchemy database (that i've been using for user logins and such) would be too slow, but i'm not sure of any alternatives. Finally, i'm not sure how to make it update every user's mouse position constantly either. I could make it so it would update whenever the user moved their mouse but then if they left it still they couldn't see any other movement. Any advice? [link] [comments] | ||
What are the most in-demand products in Web development right now? Posted: 27 Feb 2019 05:48 AM PST The web development field is so broad and so saturated. What are clients really looking for right now? [link] [comments] | ||
Posted: 27 Feb 2019 02:17 PM PST Just got into the Slate framework (https://shopify.github.io/slate/) and it looks like there's no ootb hot-reloading, even though Browsersync loads (albeit blank). Have scoured for a source, but only see a bug report that ages old. Has anyone seen a fix for this? [link] [comments] | ||
Amazon SNS or Pinpoint vs Twilio for confirmation SMS messages? Posted: 27 Feb 2019 02:09 PM PST I need to be able to send confirmation SMS messages to customers and receive the customer's response in the backend. The use cases for SNS and Pinpoint are not all that clear to me. Are these the right choice or is something like Twilio a better solution? [link] [comments] | ||
We changed the domain name of our 100k+ page SEO-driven site. Here's what happened: (Part 1) Posted: 27 Feb 2019 10:15 AM PST
| ||
Coupon/Voucher system for students Posted: 27 Feb 2019 01:55 PM PST I am a community college professor and want to give students a "get out homework free code" to use one time per semester per class they have with me. The thought is give out a code for the course and then let them redeem it online. It would be associated with their college user name or email address to keep track of submissions and to make sure they don't duplicate. Is there something pre-packaged maybe as a PHP script? Or maybe Google Docs or Airtable? I can grab a class list with username or email addresses pretty easy each semester so there should not be a ton of overhead each semester. Thanks for any help Dennis [link] [comments] | ||
Posted: 27 Feb 2019 01:53 PM PST So one of my clients have this request where they would like to have the visitor enter a password before their site can be accessed. No problem, I've got that covered. Here's when things get more interesting. My client would like to have the visitor enter the site without any restriction if the visitor has come from one of their subsidiary sites. For example, Site A is the parent site and Site B is a subsidiary of it. If the site visitor has come to site A by clicking on one of its links on Site B, they should not be required any sort of password restriction. Otherwise, they'll be asked for a password. Help? [link] [comments] | ||
The most up to date webdev course Posted: 27 Feb 2019 09:56 AM PST So what's the most up to date webdev course? I already know some HTML & CSS, I'd like to learn either of: JS, ES6 Node, React, PHP, doesn't really matter which. [link] [comments] | ||
Posted: 27 Feb 2019 03:30 AM PST So, Vaadin is this Java web framework where you write the frontend completely in Java. It gives a spring-like API for constructing GUIs. The project itself comes with some kind of JS kernel, which gets JSON from the server and renders that into widgets, but you don't actually write any html or javascript yourself. Sort of gives you the Node experience of having the same language on the client on the server, but with Java. I do data wrangling in Python, but I am going to need to turn one of my projects into an API in the future, and eventually also make a web client. Writing a JSON API in Python is obviously no problem, but, as far as I know, there isn't anything quite like Vaadin where even DOM logic is implemented in Python. My thought is that maybe there is some kind of half-way thing. A JS library that provides all the widgets and can kind of build the document out of serialized data without having to write any client-side code? is that a thing? [link] [comments] | ||
Posted: 27 Feb 2019 01:16 AM PST | ||
Using CloudFlare Polish or Imagify for image optimization Posted: 27 Feb 2019 09:20 AM PST In an attempt to make my load times better, I'm trying to determine the best route for compressing images on my photography blog. I don't have a ton on there, but it's not as fast as it could be. I've looked into Imagify, or upgrading to the Pro Cloudflare plan to utilize Polish and Mirage. I'm already using WPRocket. I should add - my site is a pretty low traffic site, all things considered. I average maybe 50 visitors a month, if that. I'd still like to improve my load time though. Who's used Polish (or Imagify) and seen improvements? Thank you. [link] [comments] | ||
What tool was used to acheive the code demo on this site? Posted: 27 Feb 2019 12:51 PM PST
| ||
Posted: 27 Feb 2019 12:51 PM PST Hi guys, just a quick question. From what I know about JSP, I can set up a project with index.jsp in an Eclipse Dynamic Web Project and the URL will map out like localhost:8080/project-name Subsequently something like page2.jsp will map out to localhost:8080/project-name/page2.jsp How do I map those two pages to simply "project-name.com" for index.jsp and "project-name.com/page2" for page2.jsp? [link] [comments] | ||
Google Excluding Pages from Index Posted: 27 Feb 2019 06:41 AM PST I'm no pro, so please forgive my ignorance. Google is only showing my home page as being in the index, with all other pages being excluded due to a "crawl anomaly". When I fetch the pages as Google, it states that the pages are being redirected. I am not knowingly or intentionally sending any redirects to Google on my end. I'm on a shared hosting account, so aside from cPanel, I can't do much (or mess up much) on the server. Here is the response I get when I fetch as Google, I changed the URL for privacy, but note that it is sending a 301 and redirecting the page to itself? Here is my .htaccess, I commented out the "www" redirect thinking it may help, but it didn't. Any help or advice in resolving this matter will be greatly appreciated. [link] [comments] | ||
HTML slides without frameworks, just CSS Posted: 27 Feb 2019 04:59 AM PST
|
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