• Breaking News

    Saturday, December 9, 2017

    await vs return vs return await web developers

    await vs return vs return await web developers


    await vs return vs return await

    Posted: 09 Dec 2017 06:58 AM PST

    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.

    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

    submitted by /u/Rubiks_official
    [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?

    submitted by /u/scotdle
    [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.

    submitted by /u/humanculture
    [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:

    salt = 1234 userinput_hash = sha2( userinput + salt ) if (userinput_hash == hash_and_salt_from_database) { login; } else { error; } 

    maybe this makes it a bit easier to understand?

    submitted by /u/perskes
    [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.

    submitted by /u/veswill3
    [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.

    • Is it difficult to create something like this?

    • What technologies might they have used?

    Here are the articles:

    Number 1

    Number 2

    submitted by /u/Tempelridderen
    [link] [comments]

    All I want for Christmas is a block chain. #btc

    Posted: 09 Dec 2017 03:21 PM PST

    I can't get to work react.js libraries in html file. I need help, I will describe problem in details inside.

    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

    Uncaught ReferenceError: process is not defined at react.development.js:14

    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

    submitted by /u/NiceVu
    [link] [comments]

    dealing with safari

    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!

    submitted by /u/etuoihgwtohbws
    [link] [comments]

    Coding The Snake Game && Flappy Bird Using Pure JavaScript.

    Posted: 09 Dec 2017 02:51 PM PST

    Web Application Development Tutorial For Beginners | How To Build A Tic-Tac-Toe Game | Code Critique Appreciated!

    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

    submitted by /u/Bambooooozled
    [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.

    submitted by /u/onlyslavesobey
    [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.

    submitted by /u/eid-a
    [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.

    submitted by /u/_Joosh_
    [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.

    submitted by /u/suLcs
    [link] [comments]

    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?

    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:

    • I'm very comfortable with HTML5, JQuery, modular JS, SaSS/ScSS/less, Bootstrap, the likes.
    • I'm ok with the 'newer' technologies, Node.JS, MongoDB, React. The ES6 stack is something that I want to grow more comfortable in.
    • I've worked with CMSs in my last 3 roles, so I'm comfortable architecting CMSs.
    • I have an eye for design practices and UI. I can be given high-level specifications to create wireframes.
    • I've had brushes with UX. Carrying out tests and present them back to the business.
    • I can communicate tech concepts to non-tech through documentations and diagrams.
    • I've been working closely with the marketing dept. the last few months. I can create HTML that meet Google standards, architect website structure and Sitemap to maximize SEO, work with Google Analytics and Google Tag Manager.

    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.

    1. What would be a role title for this person? Is there a role where it's desirable for the candidate to be a tech AND SEO expert, or is that diluting my CV and should I be making a decision to specialize?
    2. For me to move into this next role, what kind of skills should I be focusing on developing?
    submitted by /u/AshleyKang
    [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.

    submitted by /u/sammor
    [link] [comments]

    Coupon Codes in Stripe?

    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

    submitted by /u/harrydry
    [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?

    submitted by /u/stiros
    [link] [comments]

    No comments:

    Post a Comment