Animated login avatar web developers |
- Animated login avatar
- 7 Practical Tips for Cheating at Design
- Should I learn Node, MongoDB, Express before jumping into full stack frameworks like meteor.js or Firebase (Backend)?
- How to speak with an accent: sharing my experience of tech conference talks as creator of PostCSS and non-native English speaker
- Do not use NPM 5.7
- How stressful is your life after becoming a somewhat "experienced" freelance developer?
- Web Development Top 10 Open Source-v.Feb 2018
- Setup a ES6 javascript project using webpack and babel
- Online points based booking/rental system
- Why Google AMP is a threat to the Open Web
- Am I too stupid for asking questions?
- Full-time devs, what do your "push to production" look like?
- I've been asked to speak and answer questions for 30 minutes for high school students about web design and development. Input appreciated! • r/web_design
- Direction Aware Hover Effects
- How can I add fonts to use with Github?
- Rolling your own token based authentication system in PHP
- Can't upload file using PHP
- Some thoughts from me as a website owner about the built in ad blocker in Chrome
- Integrate native Node.js modules into an Electron app
- How to INSERT user data into MYSQL database on PayPal button purchase
- Is there a more efficient way to achieve this SVG animation?
- Anyone have any idea of the tech stack behind HQ?
- An imperative guide to forms in React – LogRocket
Posted: 21 Feb 2018 04:40 PM PST
| ||
7 Practical Tips for Cheating at Design Posted: 22 Feb 2018 06:21 AM PST
| ||
Posted: 22 Feb 2018 02:14 PM PST Hi /r/webdev, I have been learning front end web development for a couple of months and I'm really enjoying it. I've mainly been using react and redux to create simple apps and sites for my own personal enjoyment and perhaps entrepreneurial interest when I get better at it. I would like to explore making web apps with a fully functional backend but I'm not too sure which technologies to start learning. My understanding is that the most common stack for JavaScript developers is MEAN/MERN? Is it necessary to learn the fundamentals of mongo, express, node before I can look at platforms like meteor or Firebase? Any advice would be appreciated. Thanks. [link] [comments] | ||
Posted: 22 Feb 2018 10:30 AM PST
| ||
Posted: 21 Feb 2018 10:38 PM PST
| ||
How stressful is your life after becoming a somewhat "experienced" freelance developer? Posted: 22 Feb 2018 12:34 PM PST I've been exploring and researching freelancing for a short while now. Like for many folks, location independence, time flexibility, and not answering to a direct "boss" (client is perfectly okay) are big for me. Understandably, the beginning stages of setting yourself up as a freelancer must be very stressful - but after you've established a reputation, systems, and processes in place, in what ways is the lifestyle still stressful, and to what degree? To be frank, I don't handle long-term stress THAT well, but I also haven't really been in such an autonomous position where the apparent freedom/autonomy might "override" the stress involved. [link] [comments] | ||
Web Development Top 10 Open Source-v.Feb 2018 Posted: 22 Feb 2018 02:28 AM PST
| ||
Setup a ES6 javascript project using webpack and babel Posted: 22 Feb 2018 08:22 AM PST
| ||
Online points based booking/rental system Posted: 22 Feb 2018 02:08 PM PST I´m trying to set up a website which allows users to pay a monthly subscription in exchange for points that can be used to rent a wide variety of (physical) items. It´s for a small community, so theres no shipping involved, as the users pick up the items at at local store, but here's what I think I need:
Do any of you fine people know whether such a solution exsist, or I need to pay to have someone create it for me? [link] [comments] | ||
Why Google AMP is a threat to the Open Web Posted: 22 Feb 2018 01:44 AM PST
| ||
Am I too stupid for asking questions? Posted: 22 Feb 2018 05:45 AM PST Well today I decided to post on stack overflow to ask a question. Which I usually don't do fairly often because I can find what I need if I don't know something. Anyways, I decided to share some code because I want to write a simple js library(for practice) to manipulate dom elements and animate them. Code posted: https://imgur.com/a/ZGEKA So basically the question was...is it okay to write a constructor function and just add methods in it or is there a better alternative that I should look into. Well I instantly got sh*tted on and downvoted to oblivion. Am I too stupid to ask questions like this? [link] [comments] | ||
Full-time devs, what do your "push to production" look like? Posted: 22 Feb 2018 04:48 PM PST I work at a company where things are a little dated. We have a "push night" once a month, where barely anything is automated, and the whole team sticks around while one DBA/senior dev moves the code from our "staging environment" to our "production environment". After it's complete, we fix any bugs that our QA team finds (while none of this is automated). Just to draw a comparison and bring some points to my boss, what do your code releases look like? [link] [comments] | ||
Posted: 22 Feb 2018 12:40 PM PST
| ||
Posted: 22 Feb 2018 08:26 AM PST
| ||
How can I add fonts to use with Github? Posted: 22 Feb 2018 03:52 PM PST Making a page using Github. I'd like to use a specific font I have...can I store it somewhere in the repository? Thank you. [link] [comments] | ||
Rolling your own token based authentication system in PHP Posted: 22 Feb 2018 02:43 PM PST Hello, for my latest project I'm attempting to create my own token based authentication system. I'm using PHP and JSON to field requests from iOS and Android clients, and I want to make sure the security situation is airtight. I'm wondering if anyone with some security/crypto knowledge can look over my workflow and see if it's viable. I've outlined the steps below:
Does this seem like a sound and secure method of authentication over an API? Any input is greatly appreciated. [link] [comments] | ||
Posted: 22 Feb 2018 02:41 PM PST I'm using a XAMPP server running apache and mysql. All I'm trying to do is have a form where the user can add a file to a directory. When I submit a file, nothing happens. The page reloads and there aren't any errors reported, but the directory is still empty. [link] [comments] | ||
Some thoughts from me as a website owner about the built in ad blocker in Chrome Posted: 22 Feb 2018 07:21 AM PST | ||
Integrate native Node.js modules into an Electron app Posted: 22 Feb 2018 01:03 PM PST
| ||
How to INSERT user data into MYSQL database on PayPal button purchase Posted: 22 Feb 2018 12:13 PM PST Hello, So I have a MYSQL database that I manage via phpmyadmin on cPanel. I also have a single PayPal "Buy Now" button on my website. Whenever someone purchases something via that button, I would like to perform an INSERT statement into my table which will include the PayPal user's name, email, address and the date they have purchased the item. I have looked around for examples of this but they are all extremely unhelpful and often trying to do other things. Can anyone help? Thanks. [link] [comments] | ||
Is there a more efficient way to achieve this SVG animation? Posted: 22 Feb 2018 12:05 PM PST Link: https://codepen.io/digitaldervish/pen/QQxeKY I'm starting to experiment with CSS animations and transitions as well as SVG graphics and javascript animation libraries like Greensock and D3. In particular, each of the lines requires a CSS declaration to rotate it, and it seems like there should be a way to programmatically do the same thing. Any suggestions? [link] [comments] | ||
Anyone have any idea of the tech stack behind HQ? Posted: 22 Feb 2018 12:00 PM PST HQ is a trivia app that hosts live trivia twice a day at 3pm EST and 9pm EST. When they play they have had up to 1m+ users active for the ~20 minutes or so the game is live, and they handle responses from all 1m+ users in real time. You have 10s to answer a question, and then they show the results from everyone usually within the next few seconds after that, while streaming a live video. Anyone have any idea how they'd do this scale for the short term games? [link] [comments] | ||
An imperative guide to forms in React – LogRocket Posted: 22 Feb 2018 11:28 AM 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