• Breaking News

    Monday, May 7, 2018

    Blind customers locked out by bank web upgrades web developers

    Blind customers locked out by bank web upgrades web developers


    Blind customers locked out by bank web upgrades

    Posted: 07 May 2018 06:46 AM PDT

    Beyond REST: Using WebSockets for two-way communication in your React app

    Posted: 07 May 2018 11:56 AM PDT

    Sublime Text 3.1 Released

    Posted: 07 May 2018 11:28 AM PDT

    Simple Color Palette Generator

    Posted: 07 May 2018 12:47 AM PDT

    Why we still use request-response pattern rather then going all events?

    Posted: 07 May 2018 07:20 AM PDT

    Stay with me. Just an idea that pooped into my head.

    Assuming we use React/Redux on the frontend, or any other view library with CQRS / event driven data management; and REST on the backend; why not switch to an entire event driven architecture across frontend and backend?

    Chances are your backend is already even driven somehow (wether because you do microservices and use *MQ or Kafka to share data across services or whatever), why not consider frontend as just another data consumer that can subscribe to and publish events?

    Instead of doing epics or sagas that call an HTTP API endpoint and dispatch started => done (or started => failed) events, open a websocket from the frontend to the backend and publish the event directly to the backend (something like USER_PROFILE_UPDATE with the changed profile payload) and the backend will publish via that websocket the USER_PROFILE_UPDATED event which the frontend can subscribe to and read data from and render itself accordingly.

    This also moves more of the logic to the backend. Lets say when the user clicks "add to cart" you need to call PUT /cart with products payload. But in order to show the correct "to be paid" amount, the client also needs to to GET /cart/current_balance. This implies that the clients needs to know the backends logic: if I add an item to cart, this means that the backend recalculates the amount to be paid which means I need to query the new amount right after item addition

    If instead we switch to even driven architecture, frontend then subscribes to CART_AMOUNT_CHANGED event. When the user add an item to the cart, the client will publish ITEM_ADDED_TO_CART event; backend will subscribe to it, process the event and then publish all related events like CART_AMOUNT_CHANGED, CART_CONTENT_CHANGED, ITEM_QUANTITY_CHANGED and etc, of which the client is only interested in the first one to update the cart amount. This decouples the frontend from the backend, because if someday the backend decides not to update the cart amount right after item is added to cart, but to offload it to some background task (hypothetically speaking, yes? there is no point in doing such thing), the frontend code will not change at all, because eventually the backend will emit CART_AMOUNT_CHANGED.

    As far as I know, most desktop framework (GTK, QT, probably Microsoft as well) use event based architecture to update the view, so why web based applications don't inherit this pattern, especially now, when we have websocket for long living connections?

    What do you think? What I am missing?

    I encourage a discussion!

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

    Today I learned about "Non-capturing groups in regular expressions"

    Posted: 07 May 2018 09:50 AM PDT

    Brusher - Add interactive backgrounds to web pages

    Posted: 07 May 2018 07:52 AM PDT

    Ideal Price Range for Website Creation?

    Posted: 07 May 2018 12:39 PM PDT

    So I'm designing a website for a brand and I don't know how to set a cost.

    Details of Website:

    Framework: Angular

    Server: AWS Elastic Beanstalk

    Landing Page: Single page web app

    Contact us/Links: Simple html with links and information

    Forum: Will be using phpBB as the forum software

    News Feed: Dynamically updated announcements or news taken from rss feeds

    CoinMarketCap: Using their API to post coin information

    Mobile Capability: Yes

    So again my question is how would I go about pricing my time and labor fairly. My estimation was around $1,000 however this will be my first freelance website job.

    EDIT: Website Mockup: https://i.imgur.com/8LmCwCW.png

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

    clippy-native brings back Clippy and his friends to Linux, MacOSX and Windows

    Posted: 07 May 2018 12:22 PM PDT

    What path should I take to be a web developer?

    Posted: 07 May 2018 12:18 PM PDT

    Hello World. Now that I think I have some of my burning questions answered about web development, I think it's high time I go HAM in this. I think I have the path on how to start learning code. Basically do some codecademy and FCC for free resources, then Udemy and TeamTreehouse for paid sources. I'm going to be upfront and say that I want to know enough to actually get a job. Starting as a junior developer and working my way up. While freelancing is cool and all, I'd love to actually have a well-paying job as a web developer. I do eventually want to be full stack, but I'll go with the front end for now to at least get my foot in the door in a reasonable time frame (say, six months). So my questions for you all are these:

    1. Other than HTML, CSS, and Javascript/Jquery, what languages should I learn for front end to actually get a job?
    2. Other than the resources I have named, what are some places where I could go to learn how to code, free and paid to actually get a job?
    3. The job boards where I can apply for work off the top of my head are Indeed, Angel List (I think that's it), Craigslist, and ZipRecruiter. What are some other resources you can name?

    I am trying to avoid bootcamps as quite frankly, I don't have that kind of money. So any and all advice would be appreciated as I attempt to become a full-time web developer.

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

    Thanks and a big shout out to Syntax.fm. Commuting has never been so much fun (and so useful) before I discovered Wes Bos' and Scott Tolinski's podcast about Web Development.

    Posted: 07 May 2018 03:30 PM PDT

    You should definitely check it out.

    Can you recommend any other (Web) Development Podcasts?

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

    Colorful VSCode titlebars for better productivity ��

    Posted: 07 May 2018 11:37 AM PDT

    Dear web wizards I need your help.

    Posted: 07 May 2018 03:14 PM PDT

    I am looking to choose a web template for an eCommerce site, I would like for the template to have a login, search function and like and share features under each product. I am aiming for a clean minimalistic UI like the ones below. Any help is greatly appreciated.

    thieve.co

    canopy.co

    repick.co

    kit.com

    afterklap.in

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

    Is it possible to make a landing page that where the web page itself acts as a 2 slide slideshow/carousel with the ability to have the second slide longer vertically (requires scroll down to call to action)? in css+bootstrap?

    Posted: 07 May 2018 02:24 PM PDT

    I am learning web dev and want to use this idea as my first landing page as requested by a family member. I am looking to use this for my portfolio. I posted this in the Beginner Questions thread but haven't gotten any reply in 21 hours.

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

    Are you responsible for what you create as a freelancer?

    Posted: 07 May 2018 02:17 PM PDT

    I'm a web developer and my client wants to make a website that trades crypto for iphones.

    How the website will work

    • Basically the user would get an offer for their iphone.
    • Then they will ship the iphone to an address.
    • When it's received the user will be paid in crypto.

    Concerns

    • Do I need to create a privacy policy or terms of use? What would I need to have in it?
    • Is there any legal info I need to display on the website?
    • Is this website legal? If it's not would I be held accountable for just creating the website?
    submitted by /u/skrv100
    [link] [comments]

    How to connect your website to your database quickly & securely with Prepared Statements

    Posted: 07 May 2018 08:10 AM PDT

    What are the best online learning resources for an absolute beginner to programming and development?

    Posted: 07 May 2018 08:09 AM PDT

    My friend wants to learn to code and my own knowledge of intro resources is limited (I've been at this for way too long).

    I've exposed him to FreeCodeCamp.org and while he did the exercises, he felt like he was missing what he was doing if that makes sense. There is not enough explanation and too much learning by practice.

    Anyone have a better list of resources? I'm not looking to put him through an entire CS course (I think CS50 is a great course but not as a way to get into programming) but I'd like to introduce him to something a little more in-depth than FCC.

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

    RxJS 6 Changes to Chaining Observables

    Posted: 07 May 2018 02:06 PM PDT

    Best use of scroll fade I've ever seen.

    Posted: 07 May 2018 03:11 AM PDT

    Have a look at this Australian news site.

    Scroll down and observe the girls face image.

    IMHO, best use of technology for the purpose.

    ABC

    submitted by /u/9000yardsofbliss
    [link] [comments]

    Which order should I learn?

    Posted: 07 May 2018 06:59 AM PDT

    I've learned html and css and feel pretty comfortable now I'm looking to branch off. I have gotten a basic understanding of JavaScript, not enough to code. I was thinking that if I want to eventually learn and use, javascript, node.js, vue.js, and sass. Which should I do first? Also is there any other language I should learn to help me?

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

    “Fun Fun Function” and “Dev Tips” helps me stay on top of web development.

    Posted: 06 May 2018 09:11 PM PDT

    I've been watching these channels on YouTube that tackle general programming concepts and latest additions to JavaScript as well as tools and awesome advice.

    I was really struggling with Async/Await and it helped me understand its foundations when it was added. FFF Async & Await

    Hoping it helps others here.

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

    I need my server to communicate with a third party API using PHP cURL and strict SSL. I understand I need to provide cURL with the path to an SSL certificate; how can I create one? Can anyone recommend a good guide to help me through this?

    Posted: 07 May 2018 12:05 PM PDT

    How CloudFlare increases Time-to-First-Byte

    Posted: 07 May 2018 11:52 AM PDT

    Bash vs command line

    Posted: 07 May 2018 11:33 AM PDT

    Maybe a newbie question, but should I learn command line on windows, or bash? Obviously there are multiple ways to use bash on windows, and I already learned a bit of bash in college, but would it be better to learn command line?

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

    No comments:

    Post a Comment