New to webdev? Need to know where to start? BEFORE posting a question, please read this thread. web developers |
- New to webdev? Need to know where to start? BEFORE posting a question, please read this thread.
- Build a Twitch.tv Chat Bot in 10 Minutes with Node.js
- Internet is gonna be decentralized again like in good old times. Peer-to-peer technologies as Torrent proved the efficiency and real value to everyone. Let's code a revolution of the Internet together.
- What Have you learned or accomplished in 2018?
- Whatever Happened to the Semantic Web?
- IT wants me to do all my dev work using RDP, thoughts?
- How To Learn CSS
- This website has https, but the browser still says it is insecure, why?
- Anyone interested in being a code pal?
- where to hangout with fellow programmers/wed devs and ask questions online?
- Profiling the hidden costs of JSON and HTTP(S) – Medium
- Simple arcade game Duck Hunt
- What are you planning to learn or build in 2019?
- How to contribute to my first open source project?
- Introducing webauthn — a new W3C standard for secure authentication on the web
- GraphQL question: able to retrieve hashed password, where am I going wrong?
- node vs php+laravel
- Will knowing php make me a better web developer overall?
- Create and deploy a COMPLETE blog site from scratch using GatsbyJS (Youtube series)
- Does CORS affect mobile and desktop browsers differently?
- Hand Drawn Effect for SVGs
- Upload and Optimize Images with DropzoneJS and various JavaScript Image Croppers
- I'm being offered a part-time web dev gig - What salary would you ask for?
- Image loading question
- I have experience in Node/Express. What is my motivation for learning Ruby On Rails as well?
New to webdev? Need to know where to start? BEFORE posting a question, please read this thread. Posted: 03 Jan 2019 07:21 AM PST There has been a growing flood of "how do I learn web dev" type questions overwhelming the sub as of late - so enforcement of Rule 6 will start being more consistent to stem this flood and keep the sub relevant to the greatest number of people. If you are new and looking to learn, welcome to the community! That said, any question you are about to ask about how to start has likely already been answered multiple times. Please take a moment to read the sub FAQ - or, if your answer is not there, simply do a reddit search for your question. You will find plenty of answers to use as resources. We also have a beginners thread each week pinned to the top of the main thread that can be used for beginner questions. Please use it as needed if you cant find your answers in the FAQ or via a search. As per Rule 6: If you have a beginner question, please try the FAQ first! or the WebDev Resources Post then post in the Beginner Questions thread. https://www.reddit.com/r/webdev/wiki/faq Contribute to the wiki: https://www.reddit.com/r/webdev/wiki/index Also check out /r/learnprogramming/ or /r/learnjavascript for beginner assistance. Edit: Add /r/learnjavascript resource [link] [comments] | ||
Build a Twitch.tv Chat Bot in 10 Minutes with Node.js Posted: 03 Jan 2019 10:05 AM PST
| ||
Posted: 03 Jan 2019 11:14 AM PST
| ||
What Have you learned or accomplished in 2018? Posted: 03 Jan 2019 03:04 AM PST | ||
Whatever Happened to the Semantic Web? Posted: 03 Jan 2019 05:43 AM PST
| ||
IT wants me to do all my dev work using RDP, thoughts? Posted: 03 Jan 2019 09:18 AM PST I am the sole web developer at my company (~700 employees). I have been butting heads with the IT manager since day 1 due to his extremely strict security measures, the biggest issue being I don't have admin rights to my own computer. If I need to update or install software/dependencies needed for my webdev projects, I need to submit a support ticket, wait for it to get approved, and then wait for an IT member to contact me so they can remote in and put in admin credentials. For the most part, I have been able to do my job, managing the company's .NET websites, SharePoint intranet, even developing and publishing a cross-platform app, with the help of 1 back-end contractor. A couple of months ago, IT upgraded to Windows 10 company-wide, except for my laptop, due to all my locally installed software. I was told they would hold off upgrading for the time being, which is fine by me. Now they have a plan in place for me. I am to use Remote Desktop to connect to a "Dev Box", a Windows 2016 Server Std pc, (with only 40 GB of available storage - 38 GBs already used and 8 Gigs of RAM - my laptop has 16), where all my required software will be installed. So I am expected to do all my dev work using Remote Desktop, saving all my files to a MS OneDrive account. And I still won't have admin rights. Am I mistaken for thinking I should have a local dev computer with locally installed software, the ability to store files locally, admin rights, etc.? Any suggestions for helping argue my case to non-tech supervisors would be appreciated. Or, if you feel I'm being a diva, reasons for arguing against my case are welcome as well. [link] [comments] | ||
Posted: 03 Jan 2019 06:38 AM PST
| ||
This website has https, but the browser still says it is insecure, why? Posted: 03 Jan 2019 01:23 PM PST | ||
Anyone interested in being a code pal? Posted: 03 Jan 2019 06:34 AM PST I'm going to give this a shot. I was wondering if anyone would be interested in linking up and learn together? I'm not a complete beginner I know HTML and CSS pretty well I can build a static website from scratch but still trying to wrap my head around JavaScript and it's frameworks. I've done most of Colt Steele's course and currently doing codingphase/freecodecamp. We can use discord to chat and just help each other out when we get stuck and help keep each other motivated. Who knows could turn into a life long friendship. [link] [comments] | ||
where to hangout with fellow programmers/wed devs and ask questions online? Posted: 03 Jan 2019 10:35 AM PST hey guys, let's say i can't figure out something or just want to hear some opinions - what are the best places to ask questions from time to time? stockoverfow? reddit? or even live communication? maybe some recommendations for little telegram/discord communities? [link] [comments] | ||
Profiling the hidden costs of JSON and HTTP(S) – Medium Posted: 03 Jan 2019 05:40 AM PST
| ||
Posted: 03 Jan 2019 02:45 PM PST
| ||
What are you planning to learn or build in 2019? Posted: 03 Jan 2019 02:14 PM PST | ||
How to contribute to my first open source project? Posted: 03 Jan 2019 09:55 AM PST I know html,css and basic JavaScript. I want to contribute to an open source project but i don't know how. I tried to join the fedora project,it was so confusing. I didn't know what to do. Please help me to contribute to some beginner friendly open source projects. This is where i need guidance. let's say i choose this project: https://github.com/freeCodeCamp/freeCodeCamp/issues?q=is%3Aissue+is%3Aopen now what should i do? should i fork it? I need a step by step tutorial on how to do it. I did the first tutorial in here: https://github.com/firstcontributions/first-contributions/blob/master/README.mdbut i what should i do next? That's my problem. [link] [comments] | ||
Introducing webauthn — a new W3C standard for secure authentication on the web Posted: 03 Jan 2019 04:53 PM PST
| ||
GraphQL question: able to retrieve hashed password, where am I going wrong? Posted: 03 Jan 2019 04:43 PM PST Hi, I am following academind's tutorial on a GraphQL / React app. When I use GraphiQL to test querys and mutations, I can query the hashed password (not the unhashed however, since it is stored in mongoDB as hashed). Here is some code relevant to those sections: and: Anyone have an idea why this is happening? I thought the lines: would resolve this issue but it doesnt? [link] [comments] | ||
Posted: 03 Jan 2019 04:35 PM PST Hey guys, I'm currently getting more proficient in react.js and I really like it. I would like to learn a backend language so I can develop in full stack. I find it hard to deicde whether I should go for node vs php with a framework. I already know php, but never tried to use it in synch with react. In theory I would prefer node because there are many online courses who show the integration of react and node. But then I hear that node is much harder than php and I already know php (even though not very well). Also, I'm planning to do freelance work (not wordpress), so should I stick with php after all? Is node js bad for freelancing jobs of creating small websites or websites for smaller companies etc. ? Thanks in advance [link] [comments] | ||
Will knowing php make me a better web developer overall? Posted: 03 Jan 2019 04:13 PM PST Right now I use node.js on MEAN stack, these days I'm interested in web-application security and bug bounty hunting and a good friend of mine suggested me to learn PHP to understand the web systems better overall and it will also help me in bug bounty hunting since most of the stuff in web is written with php. (around 70 percent I believe?) So, what is your take on this? Opinions? [link] [comments] | ||
Create and deploy a COMPLETE blog site from scratch using GatsbyJS (Youtube series) Posted: 03 Jan 2019 03:50 PM PST Lots of features are included in this series, things like thumbnail images, tags, tag pages, pagination, social media share buttons, DisQus plugin and many more. AND in the last video we deploy the app to Netlify. join me in making this masterpiece :) https://www.youtube.com/watch?v=lvq2nc3WkZU&index=2&list=PLMhAeHCz8S3_x-jXerCYnl7jftCSxQkPV&t=0s (any feedback, praise or constructive criticism is appreciated) [link] [comments] | ||
Does CORS affect mobile and desktop browsers differently? Posted: 03 Jan 2019 03:45 PM PST I just made this tiny little React app to play around with react hooks and create a fun source for me to search for dev related news using the Hackernoon API then hosted it with surge.sh and all is well on desktop browsers. I've asked a few friends to look at it, but when I try to view it from my phone (iphone using chrome and safari) I receive a CORS error, specifically;
Here's my fetch funtion: (I added the headers as a last ditch effort to fix the issue, but it didn't work. I also followed the surge docs on CORS with no positive effect) I have the search defaulting to 'react hooks'. I've searched around on surge threads and other hacker news api threads but haven't found any explanation solution to this issue. Any advice? [link] [comments] | ||
Posted: 03 Jan 2019 03:42 PM PST
| ||
Upload and Optimize Images with DropzoneJS and various JavaScript Image Croppers Posted: 03 Jan 2019 09:20 AM PST
| ||
I'm being offered a part-time web dev gig - What salary would you ask for? Posted: 03 Jan 2019 02:41 PM PST To be clear, I have a current full-time job, but have been looking for sources of extra income on the side. I received an offer to work remotely in a part-time capacity as a web developer for one of the academic departments at a local major university. Here are some details of the job:
This position will be remote, but might require travel to campus on very rare occasions (3-4 days per year) - I will be living about an hour away and definitely don't mind the drive. Based on the description above, and having seen the websites/applications in question, I feel confident that I can handle the required workload in addition to my current job. The chair has invited me to come up with a number for salary requirements. The position is considered "part-time" and will likely be salaried, rather than hourly - but that's not set in stone yet (pending HR approval I believe). I don't want to scare them with a number, but obviously would like to get paid at an appropriate level. Where would you start the negotiation for a position like this? For context, I am an experienced developer with proven skills across the full stack over about 15 years, and I do have a prior friendly relationship with several people at the department offering this position. So I have some idea of where to start, but I've never had a gig that was "part-time/remote" like this, so I'm looking for some extra perspective. Thanks in advance for any insight! [link] [comments] | ||
Posted: 03 Jan 2019 02:10 PM PST Heey everyone i am working on a hobby project where i want to load manga pages. I am trying to make it so that the website will show 1 page and lets say download the next 5 images in the background so when the user clicks "show next" it won't have to load that long for him/her to show the next page(s). Everytime i search for it i get information about lazy loading images but it doesn't seem like that is what i need right now. [link] [comments] | ||
I have experience in Node/Express. What is my motivation for learning Ruby On Rails as well? Posted: 03 Jan 2019 02:00 PM 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