Blind customers locked out by bank web upgrades web developers |
- Blind customers locked out by bank web upgrades
- Beyond REST: Using WebSockets for two-way communication in your React app
- Sublime Text 3.1 Released
- Simple Color Palette Generator
- Why we still use request-response pattern rather then going all events?
- Today I learned about "Non-capturing groups in regular expressions"
- Brusher - Add interactive backgrounds to web pages
- Ideal Price Range for Website Creation?
- clippy-native brings back Clippy and his friends to Linux, MacOSX and Windows
- What path should I take to be a web developer?
- 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.
- Colorful VSCode titlebars for better productivity
- Dear web wizards I need your help.
- 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?
- Are you responsible for what you create as a freelancer?
- How to connect your website to your database quickly & securely with Prepared Statements
- What are the best online learning resources for an absolute beginner to programming and development?
- RxJS 6 Changes to Chaining Observables
- Best use of scroll fade I've ever seen.
- Which order should I learn?
- “Fun Fun Function” and “Dev Tips” helps me stay on top of web development.
- 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?
- How CloudFlare increases Time-to-First-Byte
- Bash vs command line
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
| ||
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 This also moves more of the logic to the backend. Lets say when the user clicks "add to cart" you need to call If instead we switch to even driven architecture, frontend then subscribes to 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! [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 [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:
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. [link] [comments] | ||
Posted: 07 May 2018 03:30 PM PDT You should definitely check it out. Can you recommend any other (Web) Development Podcasts? [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. [link] [comments] | ||
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. [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
Concerns
[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. [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. [link] [comments] | ||
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? [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. [link] [comments] | ||
Posted: 07 May 2018 12:05 PM PDT | ||
How CloudFlare increases Time-to-First-Byte Posted: 07 May 2018 11:52 AM PDT
| ||
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? [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