Share Your Projects - December 08, 2017 web developers |
- Share Your Projects - December 08, 2017
- For beginners: a tutorial on how to connect to an API with plain JavaScript
- Recommended: A Look Back at the State of JavaScript in 2017
- Most Software Dev Jobs Are Bullshit Jobs
- Why Developers Become Frustrated And Companies Can’t Find Talent
- Snake Game Using Pure JavaScript | Best Explanation Ever
- Muuri - a magical JavaScript layout engine that allows you to build all kinds of layouts and make them responsive, sortable, filterable, draggable and/or animated
- Is this a good React with Node.js full stack? I'm a novice web-dev
- What is the hardest part to understand in JavaScript ?
- Ideas to Help Hometown After Tragedy
- Posted this last week and got gold, I just want to show the new look and features. :)
- Currying is not idiomatic in JavaScript
- The Wheel of Technical Debt
- reCAPTCHA V2 help
- Ecommerce website build : cost to client (looking for a frame of reference)
- Youtube crashes when IndexedDB is disabled - bug or "feature"?
- I'm in Toronto, trying to choose the best VPS host. How important is server location?
- Help! GearVR troubles
- Will libraries/frameworks such as React, Vue, and Angular make traditional DOM scripting obsolete?
- What are some efficient options for adding a blog section to an existing webapp?
- I need help
- Bought a domain, now what?
- Starting my first Full Stack Job at a young age
- Any Maryland/DC devs here interested in meeting up?
Share Your Projects - December 08, 2017 Posted: 08 Dec 2017 05:08 AM PST Create something? Let's see it! Feedback RequestorsPlease use the following format
Post your site along with your stack and technologies used and receive feedback from the community. Please refrain from just posting a link and instead give us a bit of a background about your creation. Feel free to request general feedback or specify feedback in a certain area like user experience, usability, design, or code review. Feedback Providers
Template Markup
[link] [comments] | ||
For beginners: a tutorial on how to connect to an API with plain JavaScript Posted: 07 Dec 2017 09:22 PM PST
| ||
Recommended: A Look Back at the State of JavaScript in 2017 Posted: 08 Dec 2017 09:28 AM PST
| ||
Most Software Dev Jobs Are Bullshit Jobs Posted: 08 Dec 2017 09:21 AM PST
| ||
Why Developers Become Frustrated And Companies Can’t Find Talent Posted: 08 Dec 2017 02:31 PM PST
| ||
Snake Game Using Pure JavaScript | Best Explanation Ever Posted: 08 Dec 2017 11:59 AM PST
| ||
Posted: 08 Dec 2017 11:08 AM PST | ||
Is this a good React with Node.js full stack? I'm a novice web-dev Posted: 08 Dec 2017 05:25 AM PST So, here is everything i would be using. From the little research i did, the all-caps next to each item is a more noob way of what i would tell someone what they are being used for... Will all of this work together? Comments, Concerns, Problems? Plz help thank youuu FRONT END -- "ReactJS" - GUI; "Redux" - STATE CONTAINERS; "Webpack" - DEPENDENCIES BACK END -- "Node.js" - THE GATEWAY; "JSON" - THE OBJECTS BEING CALLED/UPDATED; "Firebase" - WHERE JSON OBJECTS ARE STORED HOSTING IT ALL - "Heroku" [link] [comments] | ||
What is the hardest part to understand in JavaScript ? Posted: 08 Dec 2017 10:32 AM PST | ||
Ideas to Help Hometown After Tragedy Posted: 08 Dec 2017 03:35 PM PST I'm a freelance front-end developer, and my hometown recently suffered a school shooting. I see other alumni doing things with their trades to help out (like making custom t-shirts, etc.). Anybody have some ideas for something I could do/create to help support that community? [link] [comments] | ||
Posted this last week and got gold, I just want to show the new look and features. :) Posted: 08 Dec 2017 03:00 PM PST | ||
Currying is not idiomatic in JavaScript Posted: 08 Dec 2017 02:44 PM PST
| ||
Posted: 08 Dec 2017 02:32 PM PST
| ||
Posted: 08 Dec 2017 02:22 PM PST I'm trying to integrate reCAPTCHA V2 on my site. I found this script on github (4 months old) it shows as working in google dashboard but returns CaptchaFail error on submission. Anyone know what the issue is? Added secret from google dashboard $privateKey= "YOur-secret-Key"; https://github.com/nitishk879/ReCaptcha/blob/master/send-data.php Added sitekey from google dashboard data-sitekey="your-secret-key" https://github.com/nitishk879/ReCaptcha/blob/master/index.php [link] [comments] | ||
Ecommerce website build : cost to client (looking for a frame of reference) Posted: 08 Dec 2017 02:18 PM PST Here is a little background into my situation: I work at a company that builds websites for businesses. We use drupal as a cms and build them a custom solution based on their needs. We recently have been building a lot of drupal commerce websites for clients which largely works pretty well. I have been trying to convince my boss for some time now that our services are worth more than he is billing. Questions: What do people bill for basic ecommerce websites? What is the least you would do an ecom site for? Do you use any sort of pricing structure? Our company is doing a year end review next week and I would like to have some reference points and/or examples of what the "going rate" should be for ecom sites specifically. Thanks [link] [comments] | ||
Youtube crashes when IndexedDB is disabled - bug or "feature"? Posted: 08 Dec 2017 02:17 PM PST I recently tightened up on security stuff in my browser including disabling IndexedDB. I now find that youtube crashes. Do you think this is intentional, to force people to use IndexedDB? I am surprised that it results in the tab crashing (using Firefox) rather than a graceful error! Interestingly, if I enable IndexedDB, then load youtube, then disable IndexedDB it seems to keep working fine until a browser restart! Do you have projects that use IndexedDB? How do you handle users that have disabled it? [link] [comments] | ||
I'm in Toronto, trying to choose the best VPS host. How important is server location? Posted: 08 Dec 2017 02:15 PM PST I'm building a website exclusively for users in Toronto. I'm looking to use VPS to start off, maybe switch to cloud later if needed. I'm looking through all the VPS providers and Digital Ocean is the only one with a server in Toronto. I don't want to be limited to choosing Digital Ocean just because of their server location. How much performance will I lose if I were to choose a data location based in say, US East? [link] [comments] | ||
Posted: 08 Dec 2017 01:26 PM PST Hello internet! I am publishing a test for a google cardboard game that will allow the observation of a cancer cell. Once it is launched on an android device however, the app displays a gearVR setup. I have gone back in unity to assure that I have no SDK's linking to gearVR and set to the proper google cardboard settings. We are using the android KitKat SDK, and other information can be found at our website: wisrd.org If you have any solution to my problems, please comment and I will be sure to try it. [link] [comments] | ||
Will libraries/frameworks such as React, Vue, and Angular make traditional DOM scripting obsolete? Posted: 08 Dec 2017 01:25 PM PST I have a good handle on JS DOM scripting using vanilla JS, but the more I learn about React, the more I question if I should really devote much more time to practicing stand DOM manipulation. Thoughts? [link] [comments] | ||
What are some efficient options for adding a blog section to an existing webapp? Posted: 08 Dec 2017 01:17 PM PST We're building a Django platform and want to add a blog section, much like you'll find on pretty much every web based company out there. The main requirements would be that our marketing staff can add content without going through the devs, and it can be styled to fit the rest of the webapp. Something that would run on www.blog.myapp.com would do. I'm looking for the least work intensive way of doing this (I don't want to reinvent the "blog"). Clearly wordpress is an option, but I've heard styling it to look like everything else might be a nuisance. What's everyone else's experience dealing with this? [link] [comments] | ||
Posted: 08 Dec 2017 04:10 PM PST I just changed to a Mack book and I don't know what to do. I really want to do web development, but the only time I did something like this, was on an Apache server on a windows.... [link] [comments] | ||
Posted: 08 Dec 2017 12:23 PM PST Pretty new to webdev, what is the easiest way to get a HelloWorld up on the domain i bought? I was reading that i could pay for some hosting services? Im wondering is there a way I can make my Heroku site no longer be like .herokuApp.com and use my new domain? Thanks in advance. [link] [comments] | ||
Starting my first Full Stack Job at a young age Posted: 08 Dec 2017 12:02 PM PST Hello there! I am posting this because I may need some advice. I got hired onto a small company that doesn't have any Web Developers, and are looking for one Full Stack Developer to do everything. I just got out of a Full Stack Web Development Bootcamp, where I learned how to accomplish this. However, working for a company and trying to do these projects is a much bigger scale. I am still very young, below my twenties, and they appreciate that and see my self motivation. The bootcamp was only a couple months long, and it'll be much different than how I did things there. Especially with security, database hosting, things like that. Does anyone have any tips for me? Thank you. [link] [comments] | ||
Any Maryland/DC devs here interested in meeting up? Posted: 08 Dec 2017 11:40 AM PST Was recently laid off from my agency web design job and I want to build up my skills in order to get a better job. I am looking for someone or a group that is interested in helping out and sharing ideas with one another. [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