GitHub dropping support for Internet Explorer as of July 2018 (Edge will be supported) web developers |
- GitHub dropping support for Internet Explorer as of July 2018 (Edge will be supported)
- How I Find Six Figure Remote Software Developer Jobs
- Google shutting down crytomining extensions
- We need one more senate vote to pass a resolution to block the FCC’s repeal of net neutrality. Senators listen to business owners in their districts. Web Devlopers of reddit: Will you sign this open letter to lawmakers to help save the Internet?
- jsonstore.io - Store your small project's data in the cloud for free, without even signing up
- How to improve focus/motivation
- What should every PHP developer know?
- Git - Multiple repositories with different name/email?
- We've just launch SerpApi - a Google Search Results API
- Apparently bing isnt just a crappy search engine, they will also spam you if you register a site with their webmaster tools...
- Javascript Course Final Back End Help
- (Semi)Shameless Self Plug; Need Hits for Google Analytics for Class!
- Need API recommendations for an upcoming hackathon
- How to manage data in SPAs?
- I’m trying to get an SSL certificate for free using Certbot. My hosting provider is Github Pages and I have my own domain. Certbot is asking for a “web root”, and I don’t know where to find it.
- How to Unf*ck Reddit's Recent CSS Changes
- An example-driven overview of the jq command using NASA NeoWs API
- People on reddit tend to speak poorly of wordpress sites. As someone trying to learn front end web dev, should I completely ignore wordpress then?
- Use a JavaScript library in your webpack project? These are tips to make your bundle smaller
- Figma launched API explorer for developers
- What to bring with me on a 3 week retreat where I'm studying webdev?
- As someone who has already learned all of the basics, what should I focus on next?
- Mustard UI - A starter CSS Framework that actually looks good.
- 2x Full Attendee - Collision 2018
GitHub dropping support for Internet Explorer as of July 2018 (Edge will be supported) Posted: 05 Apr 2018 09:34 AM PDT
| ||
How I Find Six Figure Remote Software Developer Jobs Posted: 05 Apr 2018 12:11 PM PDT
| ||
Google shutting down crytomining extensions Posted: 05 Apr 2018 03:47 AM PDT
| ||
Posted: 05 Apr 2018 01:50 PM PDT Tldr: The fight for net neutrality is far from over, and we need small business to show their support by signing this open letter to congress: https://www.businessesfornetneutrality.com/ Hey /r/webdev, The repeal of net neutrality is going to hurt small businesses the most. Family owned shops, freelancers, and innovative startups will have an even harder time competing with the big guys once ISPs can charge new fees for prioritized access to customers. But small business owners can play a crucial role in convincing Congress to block the FCC's repeal of open Internet protections. Thousands of businesses are mobilizing an open letter to lawmakers, and are planning to deliver it during Small Business Week on May 2. Direct pressure from small businesses is one of the most effective ways of convincing lawmakers to support net neutrality. And this affects ALL small businesses, from hardware stores to programmers to dog walkers to massage therapists. There are probably tens of thousands of small business owners who use reddit. If you run your own business and care about net neutrality, sign this letter and show your support. Please spread to any and all small business owners that you know! [link] [comments] | ||
jsonstore.io - Store your small project's data in the cloud for free, without even signing up Posted: 05 Apr 2018 09:36 AM PDT | ||
How to improve focus/motivation Posted: 05 Apr 2018 02:21 PM PDT I'm fairly new to web development, few hours a day for a couple of weeks. I can't seem to concentrate, get distracted easily. Times when I can "zone in" and I enjoy it a lot, then other times for example, I'm in the process of learning JS. It feels like such a chore learning.
Makes me feel like I've made a bad decision in wanting to learn web development. Maybe it happens to everyone in the early stages as you're taking in a lot of information.
Little lost & overwhelmed [link] [comments] | ||
What should every PHP developer know? Posted: 05 Apr 2018 01:53 PM PDT | ||
Git - Multiple repositories with different name/email? Posted: 05 Apr 2018 01:19 PM PDT Hey guys, I have different repositories on my computer and I'd like to use different usernames/emails (especially emails) per repository. After cloning them it's possible to set those leaving out the global parameter. However, it happened more than once that I forgot to change the mail. Is it possible to automatically set the mail based on the location I cloned it from? Thanks in advance [link] [comments] | ||
We've just launch SerpApi - a Google Search Results API Posted: 05 Apr 2018 01:02 PM PDT | ||
Posted: 05 Apr 2018 04:43 PM PDT
| ||
Javascript Course Final Back End Help Posted: 05 Apr 2018 04:39 PM PDT
| ||
(Semi)Shameless Self Plug; Need Hits for Google Analytics for Class! Posted: 05 Apr 2018 04:29 PM PDT If anyone has the time to just visit my site real quick, that would be great! I'm in a creative web development course and this project used CSS Grids (which are great by the way) and we're tracking it with google analytics and I need to get as many hits as possible to see how far my message reached. Feedback is also welcome! Thanks! http://creative.colorado.edu/~nihe3779/dev/message-analytics/ [link] [comments] | ||
Need API recommendations for an upcoming hackathon Posted: 05 Apr 2018 04:12 PM PDT Hey guys, I'm entering a hackathon soon and my team is planning on building a web app. The idea behind it is sort of an expansion on Omegle's random chat with tags. We plan on letting users pick a list of interests and match them with people who have similar interests. Aside from that we'll behaving user profiles where you can add friends based off previous chats you've had. We don't have a ton of experience with web-dev so we don't expect to really accomplish our entire goal. That's why I'd love to hear any convenient and easy to use APIs that you can recommend for this. Any thing that helps us speed up our dev is a life saver. For reference, we plan on using NodeJS, Express, Bootstrap, CSS, React, and MongoDB so far. [link] [comments] | ||
Posted: 05 Apr 2018 04:07 PM PDT I've been delving in the single page application paradigm for a few months and I had a few opportunities to code a SPA architecture from scratch (mostly react and react native with redux help, but also some vue endeavors). Now I'm studying elm and as amazing as it is, I can't figure out this bit for sure. How should I organize my fetched data? Should it have a special place centralized on state so that all parts of the single page app can access it? For example, fetching the user name and using it across pages. Or should each new page fetch it's own data and store it even if there are duplicates? Should the organization be data centric, page centric, or it depends? [link] [comments] | ||
Posted: 05 Apr 2018 03:43 PM PDT Title says it all. thanks in advance!! Edit: Github Pages is where my files are hosted. My domain was bought via NameCheap. [link] [comments] | ||
How to Unf*ck Reddit's Recent CSS Changes Posted: 05 Apr 2018 03:13 PM PDT
| ||
An example-driven overview of the jq command using NASA NeoWs API Posted: 05 Apr 2018 03:12 PM PDT
| ||
Posted: 05 Apr 2018 11:19 AM PDT | ||
Use a JavaScript library in your webpack project? These are tips to make your bundle smaller Posted: 05 Apr 2018 07:29 AM PDT
| ||
Figma launched API explorer for developers Posted: 05 Apr 2018 11:09 AM PDT | ||
What to bring with me on a 3 week retreat where I'm studying webdev? Posted: 05 Apr 2018 08:57 AM PDT Hello, I'm going on a 2-3 week getaway where I will not be connected to the internet. I want to take this time to become a better web developer, practicing JavaScript, and further preparing myself for a junior front end or full stack developer position. My plan is to go through and do some quick HTML/css exercises, and then start to incorporate JS and build random web apps, games, etc. I will also be doing some reading while I am there... Duckett's HTML, css, JavaScript and jQuery book and maybe browsing through a few others. I'm coming to ask... What should I bring with me before I lose my internet connection? I'll be taking my laptop and some notebooks, and ill have PDFs of my books with me. I'll have my development environment set up and ready to build and test apps. All suggestions are welcome. Libraries, reference material, reading material, project ideas, code that I can study, anything. Thanks! [link] [comments] | ||
As someone who has already learned all of the basics, what should I focus on next? Posted: 05 Apr 2018 02:47 PM PDT Before anyone mentions it, yes, I've read the FAQ, but it doesn't really recommend anything specific, as I've already learned all of the basics. I've been learning web development for the past few months and have done the following: CS50, Freecodecamp Front End Certificate, and about 50 leetcode challenges HTML, CSS, JavaScript, Bootstrap, jQuery, JSON, SQL, Git, SASS, Jijna, Flask, Python, C I've completed 3 personal projects which are full-stack web applications using python/javascript/flask. I'm looking to get a job in web-development in a few months. What should I learn next in the meantime to make myself as employable as possible? PHP? Node.js? React? Django? Something else? If someone could provide a list (and in order of importance), that would be great. Also, linking to any online tutorials for learning these tools would also be great. Thanks in advance! [link] [comments] | ||
Mustard UI - A starter CSS Framework that actually looks good. Posted: 05 Apr 2018 04:06 AM PDT
| ||
2x Full Attendee - Collision 2018 Posted: 05 Apr 2018 02:15 PM PDT HI folks, I'm selling 2x Full Attendee tickets for Collision Conf 2018 in New Orleans. Unfortunately It's not possible for me to attendee this year. I'm selling them for $350, the price in the website currently is $895 just for one ticket. The conference is from April 30 - to May 3 in New Orleans Leave me a message if you have any question. [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