10 essential extensions for VS Code (according to me) web developers |
- 10 essential extensions for VS Code (according to me)
- Full Time Developers, how often do you make things from scratch using HTML5, CSS3, and JavaScript?
- Reverse Engineer obfuscated JavaScript that creates Pop-Unders and report the Bugs to Chrome
- What kinds of framework, package can I use to make this kind of interactive or non-interactive map?
- Web Development Open Source Tools of the Month (v.Apr 2018)
- Is it possible to use Let's Encrypt with a free heroku app to enable HTTPS?
- Has anyone used MD Bootstrap? If so which JS version is better and why?
- GameDev with three.js on the modern web
- Sendgrid ridiculous security measure...
- [META] Beginner Questions comments sorting
- Collabbing - (I) build a website on Laravel for developers to share ideas.
- Chrome Dev Tools Workspaces 2.0 not working as expected.
- img-2 - Replace <img /> elements with <img-2></img-2> to automatically pre-cache images and improve page performance
- Do I need a EULA for my web app?
- VS Code can do that?! - A list of 15 VS Code plugins curated by Burke Holland and Sarah Drasner
- Beginner Questions - April 20, 2018
- Only seem to hit dead ends
- Will US Companies Escape GDPR?
- Chrome Extension – Navigate through most reacted comments on Github issues and pull requests
- De-index images from a shut down website?
- What is Gutenberg and should I use it?
- Designing very large (JavaScript) applications
- Transitioning from email developer to web developer?
- Purchase source code/modules for Web App?
10 essential extensions for VS Code (according to me) Posted: 20 Apr 2018 02:15 AM PDT
| ||
Full Time Developers, how often do you make things from scratch using HTML5, CSS3, and JavaScript? Posted: 20 Apr 2018 07:53 AM PDT Do you make anything from complete scratch, all of the code is yours, no copy and pasting done? Like an entire navbar done by hand. I'm trying to figure out if this is common practice for hired devs and just modifying the copy and paste to give it your own style. [link] [comments] | ||
Reverse Engineer obfuscated JavaScript that creates Pop-Unders and report the Bugs to Chrome Posted: 20 Apr 2018 09:27 AM PDT
| ||
What kinds of framework, package can I use to make this kind of interactive or non-interactive map? Posted: 20 Apr 2018 02:58 PM PDT What kinds of framework, package can I use to make this kind of interactive or non-interactive map? [link] [comments] | ||
Web Development Open Source Tools of the Month (v.Apr 2018) Posted: 20 Apr 2018 04:04 AM PDT
| ||
Is it possible to use Let's Encrypt with a free heroku app to enable HTTPS? Posted: 20 Apr 2018 01:04 PM PDT I've been trying to figure out how to do this with a free heroku app, but have been unsuccessful. [link] [comments] | ||
Has anyone used MD Bootstrap? If so which JS version is better and why? Posted: 20 Apr 2018 01:03 PM PDT For those that have used MD Bootstrap framework Which JS version is the best one to use? They pretty much have it with every popular JS library at the moment, vue Aguilar react jquuiery Which one do you prefer and why Thanks in advance [link] [comments] | ||
GameDev with three.js on the modern web Posted: 20 Apr 2018 12:59 PM PDT
| ||
Sendgrid ridiculous security measure... Posted: 20 Apr 2018 09:08 AM PDT The other day I wanted to enter my Sendgrid account and because mi IP address had changed I was blocked access. They have a ticket system for these situations so I placed a ticket. I was hoping that someone from the tech support could unlock my old IP and put the new one or just disable the security feature so I could access the account but this was what I received from them: "Simone (SendGrid) Apr 19, 13:37 MDT Hi There, Thank you for reaching out to SendGrid support! As IP Access Management is a security feature only able to be implemented by the account owner, we in Support are very limited in our options to remove or modify this setting for an account. The method we have available to us will only modify and not deactivate this security feature. This method is a long and difficult process. With this in mind, we strongly recommend creating a new Free account. This will the fastest method to sending email again. So this process does not take too long for you, please respond back with the new username. I will then expedite the provisioning process for you. I apologize for any inconvenience this may cause and appreciate your understanding. Best, Simone" Isn´t this a ridiculous security feature? What a joke Sendgrid... [link] [comments] | ||
[META] Beginner Questions comments sorting Posted: 20 Apr 2018 12:52 PM PDT Can we have the Beginner Questions weekly thread comments be sorted by new? It would make questions more likely to be answered, rather than one question having many answers because it's been on the top for almost the entire week. [link] [comments] | ||
Collabbing - (I) build a website on Laravel for developers to share ideas. Posted: 20 Apr 2018 02:57 PM PDT Hey everyone! I've been waiting for self-promotion Saturday and I'm not entirely sure I've hit the mark yet as I'm in Australia (boy that time difference), so here goes nothing.
Over time I've been creating little side projects here and there but I've always struggled with finding a good idea to get me going. Usually I'll fumble around with a few bits and pieces but I could never really motivate myself to work on something that I didn't see having a bright future of growth or interest from others.
This led to creating Collabbing, a tool that allows people to come together and collaborate (better) on ideas and new products. The sole purpose of Collabbing is to bring developers together to work on ideas - you simply post an idea and wait for applicants or apply to work on an idea and wait to be accepted.
Ideas posted must be of a tech-based nature and that's the only limitation.
You can find us here: https://collabbing.com Collabbing is also on Product Hunt here: https://www.producthunt.com/posts/collabbing
It'd mean a lot to get any feedback and even some consistent users going through to see how it all pans out, much appreciated. [link] [comments] | ||
Chrome Dev Tools Workspaces 2.0 not working as expected. Posted: 20 Apr 2018 12:42 PM PDT Is anyone else having issues with persistent file spaces in the dev tools. I can't seem to get it to work properly... I can drag a source folder over but the files fail to map... Windows 10 Chrome Version 66.0.3359.117 (Official Build) (64-bit) [link] [comments] | ||
Posted: 20 Apr 2018 02:06 PM PDT
| ||
Do I need a EULA for my web app? Posted: 20 Apr 2018 07:50 AM PDT The web app is a side project that I've been working on for a month or so, and I'm planning on releasing it as a beta soon. It's heavily using the Spotify API, and so I've been reading through the Spotify Developer Terms of Use In Section 5.11, it states:
So I would assume I would need a EULA and privacy policy, but I've been looking at some web apps that use the Spotify API for some inspiration and I'm seeing that a lot of them don't have a EULA. I'll be making a Privacy Policy of course, but I guess I'm trying to understand if I need a EULA. All the research I've done seems that it only applies for applications you actually download or purchase physically and runs natively in the operating system, essentially licensing the software for use but not ownership. EDIT: I should also note that this not going to be released under a business as of right now. I'm planning on making it a paid service down the road, but right now it's free. EDIT 2: Seems Spotify's dev site is currently down, their beta version is still up: https://beta.developer.spotify.com/terms/ [link] [comments] | ||
VS Code can do that?! - A list of 15 VS Code plugins curated by Burke Holland and Sarah Drasner Posted: 20 Apr 2018 05:28 AM PDT Thought I'd share this link I found on Twitter tweeted by Burke Holland(@burkeholland). As someone who's making the transition over to VS Code it was really nice to find this list of some "essential" (I suppose not necessarily essential, and perhaps not relevant to some of you) plugins that you'd probably find handy to have. I know there are definitely people, along with myself, here just getting started with VS Code and are wondering what plugins they should have/be using/would find useful in their VS Code setups! Anyways, make sure to give these guys a follow on Twitter, they post some really interesting web dev stuff quite often! EDIT: forgot the link I'm an idiot EDIT EDIT: I really should have also included the tweet as well! Sorry folks, just woke up x.x [link] [comments] | ||
Beginner Questions - April 20, 2018 Posted: 20 Apr 2018 06:16 AM PDT If you're new to web development and would like to ask experienced and professional web developers a question, please post below. Etiquette
[link] [comments] | ||
Posted: 20 Apr 2018 04:05 PM PDT Hey all, I'm more so just looking for some morale support I think, as well as any suggestions that got you through your amateur days. I'm worried that programming might just not be for me after years of trying over and over to get over this hump. It's possible I might like being a server admin or something like that because I just lack the creativity of solving the problems I face. I've tried finding different projects online to try to solve, but I never know where to start so I'll just start learning from different sources (FreeCodeCamp, Code Academy, Udemy courses, etc.) and when I'm left to my own devices it's like I haven't even started the course. I'll copy down the code they're explaining, go back when I don't understand something, and this is why I'm so frustrated. If you ask me what something does, I can probably explain it, but ask me to build something and I feel like I don't know enough to continue. Has anyone else faced this problem before? Is it a lack of commitment on my part? I feel like that can be the problem some times because I'll spend a week on and a week off, but I never feel like it's long enough to completely forget since I can pick stuff back up pretty quickly. Thanks for all the posts I see from here over time, it does keep me motivated most of the time, and other times I feel like it shows the mountain I can't climb. Thanks for any advice. If you're wondering I'm working with JS and nodeJS (albeit rarely since I feel like I haven't gotten JS down). [link] [comments] | ||
Will US Companies Escape GDPR? Posted: 20 Apr 2018 07:13 AM PDT
| ||
Chrome Extension – Navigate through most reacted comments on Github issues and pull requests Posted: 20 Apr 2018 02:46 PM PDT
| ||
De-index images from a shut down website? Posted: 20 Apr 2018 02:32 PM PDT So a friend of mine had a modeling portfolio where she hosted artistic nude and implied nude images. Due to a career change she needed to remove those images and just terminated the hosting completely. It's been a few weeks and they still show up in Google. Originally I was going to attach her website to a Google webmaster account and then request removal. However with the host being completely terminated would I be able to do this still? [link] [comments] | ||
What is Gutenberg and should I use it? Posted: 20 Apr 2018 10:40 AM PDT Been seeing a lot of things on a new editing interface for word press. Was wondering what it exactly does and if I should look into it. [link] [comments] | ||
Designing very large (JavaScript) applications Posted: 20 Apr 2018 06:20 AM PDT
| ||
Transitioning from email developer to web developer? Posted: 20 Apr 2018 01:35 PM PDT Hi I'm an aspiring web developer currently in my last year of grad school for CS. I've been looking for a web developer internship but have had little to no luck however I did find some openings for email developers. The position sounds like a simplified version of web developing so I was wondering if anyone has had experience with email developing and if an email developer position can be a stepping stone to becoming a web developer. I'm concerned it won't be challenging enough as the position seems to require only HTML and CSS. Should I try it or keep looking for other opportunities? Any advice would be greatly appreciated. [link] [comments] | ||
Purchase source code/modules for Web App? Posted: 20 Apr 2018 01:34 PM PDT A client I do work for is inquiring about building a website where people can post basic ads with photos and have others contact them. Users should be able to search within a radius to discover postings. Their budget is not large (I don't know how much). Does anybody know if we could purchase a template for this and customize it? The template being either source code (.NET preferrably) or module-based where you can add components and customize where necessary? Given the needs to search within a radius and stuff like that, I'm guessing we'll have to be able to do real customization with back end code. I could build this in .NET but am not knowledgeable about what's out there and the client is just exploring options using a tight budget. Thanks for any help/advice. [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