await vs return vs return await web developers |
- await vs return vs return await
- For those interested in CSS Grid and SASS: I spent the last week writing a component that automatically generates flexible hexagonal grids out of pure CSS, and would love some feedback.
- sources for learning backend js
- who are your freelance clients? why wouldn't they just use squarespace or some other site builders?
- Alternative to Firebase for serving SPA?
- Any consense on how to store passwords securely?Internet gives so many mixed results.
- I just published by first portfolio and would love any feedback
- How to make news articles like these?
- All I want for Christmas is a block chain. #btc
- I can't get to work react.js libraries in html file. I need help, I will describe problem in details inside.
- dealing with safari
- Coding The Snake Game && Flappy Bird Using Pure JavaScript.
- Web Application Development Tutorial For Beginners | How To Build A Tic-Tac-Toe Game | Code Critique Appreciated!
- How to verify users through Airbnb?
- Tooltipster won't work with jQuery
- is an egghead subscription worth it?
- Correct approach to this problem.
- How do avatar generator sites work?
- How can I display a specific piece of information from a public API onto my site (api provided)
- Front End Developer with strong BA and Design skills. I feel like I’m a Jack of All Trades, Master of None. Career Progression Advices?
- Building a competition/contests page
- Coupon Codes in Stripe?
- How to make a web aplication like Duolingo?
await vs return vs return await Posted: 09 Dec 2017 06:58 AM PST
| ||
Posted: 08 Dec 2017 07:40 PM PST | ||
sources for learning backend js Posted: 09 Dec 2017 11:32 AM PST im looking into moving into backend javascript anyone know any good books/courses i can do should contain express databases etc [link] [comments] | ||
who are your freelance clients? why wouldn't they just use squarespace or some other site builders? Posted: 09 Dec 2017 08:10 AM PST I have always wanted to go into freelance web dev sometime in my life. But with the rise of site builders like squarespace and others, I am worried that no one will want to pay me because they'll just be doing it themselves. What kind of work do you freelancers usually do? [link] [comments] | ||
Alternative to Firebase for serving SPA? Posted: 09 Dec 2017 04:43 AM PST Hi, webdev beginner here. I am aiming to create rich apps using VueJS. Firebase is pretty easy to get started but I am fearful of becoming 'locked' to the platform. What is the alternative? Is it to learn NodeJS, ExpressJS, Open API spec, configure your own server, configure your own db, etc? I have tried to use Google Cloud Endpoints, but it is quite complex (RPC? Swagger?). It seems like it is a monumental task to create a full-stack app without Firebase. What is the alternative? Thank you in advance for sharing your thoughts. [link] [comments] | ||
Any consense on how to store passwords securely?Internet gives so many mixed results. Posted: 09 Dec 2017 05:15 AM PST Hey everyone, I have a question about storing passwords in a database in a secure way. Obviously hashing is a must, and it's not the minimum, it's less than the least required security meassure. So I read about hashing, hashing with salt, and hashing with strong functions. I choose to go for the way of sha2(password + hash), but when it comes to storing the salt and the hashing function used, many sources don't make sense. This page here confuses me the most: http://www.vertabelo.com/blog/technical-articles/how-to-store-authentication-data-in-a-database-part-1 They store the hashed password, the salt and the hashing method inside the table, but isn't that an absolute no-go? If someone dumps the table, they have everything they need, don't they? So my concrete question, what's a good, safe and rational way to store the required data? By the way, here's a bit pseudo-code I planned to use: maybe this makes it a bit easier to understand? [link] [comments] | ||
I just published by first portfolio and would love any feedback Posted: 09 Dec 2017 12:57 PM PST My portfolio is at https://veswill3.github.io/ After being out of the loop for a while, I am finally ready to start applying to jobs and any constructive feedback would be much appreciated. edit: shoutout to u/mlscrx who I stole some style ideas from. edit2: The design is meant to be minimal. If you think that is a bad idea for a full stack position, please say so. [link] [comments] | ||
How to make news articles like these? Posted: 09 Dec 2017 03:32 PM PST Hey whats up guys. While browsing the news I came across these articles which look and function very nice. I have some questions that I am wondering about.
Here are the articles: [link] [comments] | ||
All I want for Christmas is a block chain. #btc Posted: 09 Dec 2017 03:21 PM PST | ||
Posted: 09 Dec 2017 03:13 PM PST I downloaded react-dom.development.js, react.development.js and JSXTransformer.js . I wanted to use them in my index.html file so I put three <script> tags which are sourced at the location of these javascript libraries. However Chrome doesn't recognize it and It's giving me
I googled a bit about this error and all solutions tell me to use node js or something similar to compile my code. I have installed and successfully used npm but I want to start my code by opening html file in browser and not from command line. I wish someone could explain to my why doesn't my browser recognize libraries when I know that it's possible to use external libraries. Anyways here is pastebin of my code if that helps: https://pastebin.com/4TLbSq6f [link] [comments] | ||
Posted: 09 Dec 2017 02:55 PM PST hi a client complains that an animation is off in his safari browser. i run linux and have no access to apple hardware. how can i debug the site? all the tools that take static images do not work as it is a problem with an animation. thank you very much in advance! [link] [comments] | ||
Coding The Snake Game && Flappy Bird Using Pure JavaScript. Posted: 09 Dec 2017 02:51 PM PST
| ||
Posted: 08 Dec 2017 05:16 PM PST
| ||
How to verify users through Airbnb? Posted: 09 Dec 2017 01:10 PM PST On Airbnb's website you can login using your Google or Facebook account, or alternatively you can make an account on the Airbnb platform. If I were to build a website and wanted to verify/link users to their specific Airbnb account, how would this be done? Would I need access to Airbnb's API? Cheers Bam [link] [comments] | ||
Tooltipster won't work with jQuery Posted: 09 Dec 2017 12:41 PM PST For some reason, the only way I can get Tooltipster to work is to remove jquery. I am using the latest jQuery. Any input would be greatly appreciated. [link] [comments] | ||
is an egghead subscription worth it? Posted: 09 Dec 2017 12:30 PM PST egghead has a 30% off their yearly subscription, it's kinda still too much for me, but I'm really considering it. I was hopping to get some reviews from you guys thanks. [link] [comments] | ||
Correct approach to this problem. Posted: 09 Dec 2017 12:29 PM PST So, for my a-level computer science NEA i have chosen to develop a web-based GYM Member and Class management solution. What would the correct approach to this be. I am already very strong in PHP, HTML and CSS but i am unsure which way to approach this project. [link] [comments] | ||
How do avatar generator sites work? Posted: 09 Dec 2017 11:57 AM PST | ||
How can I display a specific piece of information from a public API onto my site (api provided) Posted: 09 Dec 2017 11:52 AM PST I would like to display the current price of Bitcoin on a particular exchange on my site. This is their public API URL HERE The number next to "rate" which dynamically updates is the number/value I am trying to display on my site. I am wondering if anybody can suggest a specific resource to use to learn how to implement that using that type of API. Thanks for any info. [link] [comments] | ||
Posted: 08 Dec 2017 11:02 PM PST Hey guys. I'm a front-end/UX developer, 6th year of career in my 3rd full-time job. I come from a developer background but in all my previous roles I've naturally found myself becoming a hybrid. An overview of my skill-set:
In my job, a volatile start-up environment, we have no full-time designer and a BA was only a recent addition. So I've literally been doing a bit of everything. I'd be given high-level objectives, such as 'Create a multilingual blog template for content editors' or 'Increase our CMS's page count dramatically by automatically generating content'. I'd do analysis on the best way to solve these objectives; organize meetings with stakeholders, third-party API providers and end-users; come up with an implementation approach and break it down into sizable chunks, making Gantt Charts and road-map to visualize it; make prototypes and wireframes to get stakeholder approval; draft up an estimate; then start cranking into devving once the estimates have been approved. It's been hectic but ok, because I've been enjoying BA work and been told I'm good at it. However, I do realize that this gives me a very messy CV. I have wondered if I'm becoming too much of a Jack-of-all-Trade, never allowing myself to specialize in one thing. I've been thinking about what my next role would look like. Given that I've been enjoying UX and BA work, I recognize that role may not even be a pure developer role. It's just that I don't know what job titles to start aiming for.
[link] [comments] | ||
Building a competition/contests page Posted: 09 Dec 2017 11:09 AM PST Hello! I'd like to add a competition page for my own personal web page that I'm working on but I am not sure where to start and if I should follow something open source since it seems too advanced for me right now Here's an ideal example: https://www.kaggle.com/competitions I'd appreciate any information, thank you very much. [link] [comments] | ||
Posted: 09 Dec 2017 09:33 AM PST How best would you set up a Simple Coupon Code Checkout in Stripe? I'm basically after Stripe Checkout as normal but with an option to write "10OFF" for example and for the price to drop £10. Thanks for any help [link] [comments] | ||
How to make a web aplication like Duolingo? Posted: 09 Dec 2017 07:23 AM PST Hey! I am just curious about how to make a web application like Duolingo. If you were to make something similar yourself, what languages and what skills would you need to acquire first? [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