I Tried My Best To Make This Easy To Follow By Everyone. web developers |
- I Tried My Best To Make This Easy To Follow By Everyone.
- Make any map like SimCity with JS
- Helpful Article on Where to Find Remote Work!
- Should canonical URLs contain just the page id or the slug as well?
- Installing Eslint globally. What is your opinion?
- How is hand written web page more advantageous than a web page created with squarespace.com?
- What is a decent/cheap laptop for coding?
- Why don't all webdev frameworks have an 'Issues' section in Github?
- Share your workflow. What language do you specialise in and what tools, libraries, and/or frameworks do you use to make your projects easier to develop?
- Junior web developers, what annoys you the most in this industry?
- Browser opening within Safari preventing me from scrolling on mobile. I’ve experienced this with many websites. What causes this and why?
- Detect which iOS devices are used on your site (based on their GPU)
- [X-Post] Devilbox now ships PHP 7.4-dev (Seven Four) sneak preview - rebuilt daily from official sources
- [Showoff Saturday + feedback needed] Wondering if I could get feedback on the redesign of my families business website
- Progressive Web Apps are the Future of Mobile Web App Development.
- My Macbook Pro (mid 2014) is dying. What should I do?
- How to process payments without using third parties?
- [Showoff Saturday] Looking for advice on my Portfolio.
- What's the best Cache service for small scales?
- [Showoff Saturday] I'd love some feedback on my portfolio site!
- OAuth and OpenID explained with real life examples
- Mockman - create and manage the mock servers on your local platform easily
- [Showoff Saturday] Gave my portfolio site a refresh
I Tried My Best To Make This Easy To Follow By Everyone. Posted: 03 Nov 2018 05:02 AM PDT I made a tutorial on how to create the PING PONG game using vanilla JavaScript (no framework), and I tried hard to make it so easy to follow by everyone, I went through the logic behind the game first, using animations, and I explained every line of the code, then after that, I typed the code. and this took me a lot of time, I hope you guys enjoy this. [link] [comments] | ||
Make any map like SimCity with JS Posted: 03 Nov 2018 08:02 AM PDT
| ||
Helpful Article on Where to Find Remote Work! Posted: 03 Nov 2018 09:41 AM PDT I came across this article that talks about where to find freelance work, so I thought I would share it here. [link] [comments] | ||
Should canonical URLs contain just the page id or the slug as well? Posted: 03 Nov 2018 01:03 PM PDT Internal links on my site contain the ID + slug name (example.com/100/foo/), but the slug is just for SEO purposes and only the ID is required. A URL without the slug, is the purest representation of a page, so it seems like that should be the canonical URL. But none of the links on my site will point to such a URL and I wonder if it would be a problem if Google finds the canonical URL is not used for internal links (or even external links for the most part...or the sitemap). [link] [comments] | ||
Installing Eslint globally. What is your opinion? Posted: 03 Nov 2018 01:56 PM PDT I wanted to see what your opinion is about installing eslint globally for integration with VS code. I have a weird thing about installing packages globally and wanted to see what the general consensus is on when you should globally install packages. I was thinking that a global installation would act as a default case for projects created in VS code. If there isn't any project level eslint configuration, it would fall back to the global one. Also, there are times that I don't use npm and some "best practices" linting would be nice. [link] [comments] | ||
How is hand written web page more advantageous than a web page created with squarespace.com? Posted: 03 Nov 2018 04:23 AM PDT I am currently learning javascript and it made me question how is that better than doing webpage with templates like squarespace.com? [link] [comments] | ||
What is a decent/cheap laptop for coding? Posted: 03 Nov 2018 03:59 AM PDT Hi there guys. I got a fairly decent computer that I code on and all that but I'd actually really appreciate a laptop that I can take around with me or even use when I'm too lazy to get out of bed. This will be a laptop strictly used for coding so my budget... What I'm at least thinking anyways if even possible is £100-£400 pounds. I really don't know what to look for and I'd appreciate your help and pointers. Cheers. TLDR: looking for a cheap laptop for coding. Budget £100 - £400 quid. [link] [comments] | ||
Why don't all webdev frameworks have an 'Issues' section in Github? Posted: 03 Nov 2018 03:03 PM PDT I noticed that Node.js is the only framework that has an open 'issues' section in Github. Other popular competing frameworks like Django and Laravel do not have that section. Seems a bit strange for an open source community project. What is the reason for that? [link] [comments] | ||
Posted: 03 Nov 2018 02:24 PM PDT For me I'm a JavaScript developer, including server-side with Node, and at the moment I'm looking for ideas on tools / libraries to adopt. Moment.js is a definite recommendation, it's much better than working with the native Date object. Git of course is fantastic, an absolute godsend. I'm going to give TypeScript a try, it should make code a lot more intuitive for others (and myself in the future) to read. Also I test and then develop, and Jest is very nice to use for unit testing. On the topic of using Git, one thing I do is write details of what I have worked on in a text file named '.gitremind' in the main directory of the project. So when it is time to make commits, I can quickly be reminded of what has been worked on by the file without having to use Looking forward to hearing your responses /r/webdev. [link] [comments] | ||
Junior web developers, what annoys you the most in this industry? Posted: 03 Nov 2018 06:17 AM PDT | ||
Posted: 03 Nov 2018 12:38 PM PDT
| ||
Detect which iOS devices are used on your site (based on their GPU) Posted: 03 Nov 2018 10:10 AM PDT | ||
Posted: 03 Nov 2018 08:33 AM PDT
| ||
Posted: 03 Nov 2018 11:48 AM PDT Hello everyone, The new version is currently in development: https://taqueriav3-gchavez1011.c9users.io:8081/ I was wondering what you guys thought about it, and if you guys believe that nutritional info should be added? Any improvements you guys would recommend? [link] [comments] | ||
Progressive Web Apps are the Future of Mobile Web App Development. Posted: 03 Nov 2018 02:54 AM PDT
| ||
My Macbook Pro (mid 2014) is dying. What should I do? Posted: 03 Nov 2018 03:20 PM PDT Fellow web developers, my macbook pro (mid 2014) is dying and I'm not really convinced on the new macbook pros. How is windows stacking up lately in terms of web development? Is it really a viable option? Or should I just use a linux distro or stay with apple? I mainly do web development with open source software, so ruby on rails, emberjs, python, ect... [link] [comments] | ||
How to process payments without using third parties? Posted: 03 Nov 2018 01:47 AM PDT Where can I learn to process payments without using paypal or stripe? [link] [comments] | ||
[Showoff Saturday] Looking for advice on my Portfolio. Posted: 03 Nov 2018 02:41 PM PDT That's it, should be responsive, has some issues with IE but otherwise should be working... (I hope) If anyone has more time, feel free to look at http://ethanstrauss.com/ which is another site I built that I just finished. [link] [comments] | ||
What's the best Cache service for small scales? Posted: 03 Nov 2018 02:30 PM PDT Hi guys, I have a relatively small project with low budget, which needs low latency loading times across EU and US. Backend is inferior and it is almost ideal to mitigate as many requests as possible and to server from edge cache. The desired behavior is, that the Backend is going to signal Service / Backends through SDK or HTTP request (like Varnish) to Purge cache on certain pages, and to ideally, fetch new ones. My question is, does a cloud provider exist, who offers revalitely low prices, and same functionality as Varnish with good network and extremely low loading latency (almost like static pages)? Thank you in advance :) [link] [comments] | ||
[Showoff Saturday] I'd love some feedback on my portfolio site! Posted: 03 Nov 2018 02:24 PM PDT Looking for feedback on my portfolio site that I'm sending on college applications, tear it apart! Built with node, less, gulp, and pug [link] [comments] | ||
OAuth and OpenID explained with real life examples Posted: 03 Nov 2018 02:58 AM PDT
| ||
Mockman - create and manage the mock servers on your local platform easily Posted: 03 Nov 2018 07:54 AM PDT
| ||
[Showoff Saturday] Gave my portfolio site a refresh Posted: 03 Nov 2018 01:26 PM PDT |
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