Full Stack's Broadcast
@fullstackbroadcast
2.26K
subscribers
9
photos
1
file
1.82K
links
Recurring articles about web development, web design, web trends and everything else which concerns web.
Download Telegram
Join
Full Stack's Broadcast
2.26K subscribers
Full Stack's Broadcast
#UX
https://www.justinmind.com/blog/9-documentaries-for-ux-designers-to-watch-online-free-paid/
Justinmind
9 awesome design documentaries for user experience designers
Watch these free and paid documentaries online for awesome insights into user behavior and design principles
Full Stack's Broadcast
via
@bold
Fullstack's Broadcast
is an active member of
Silicon Network
.
Visit
@siliconnetwork
and discover new useful channels and groups.
Full Stack's Broadcast
#ux
http://www.webdesignernews.com/redirect/id/1412201
Apple
Accessibility
Every Apple device is built with powerful assistive technology, making them accessible to everyone.
Full Stack's Broadcast
#WebDesign
http://www.webdesignernews.com/redirect/id/1421143
Line25
20 Best Fixed Width Fonts You Can Download For Free
This article gathers 20 best fixed width fonts you can download for free. Their regularity and proportions make them very practical for online projects.
Full Stack's Broadcast
#DevToolset
#JS
https://medium.freecodecamp.com/how-to-get-the-most-out-of-the-javascript-console-b57ca9db3e6d
freeCodeCamp
How to get the most out of the JavaScript console
One of the most basic debugging tools in JavaScript is console.log().
Full Stack's Broadcast
#JS
https://medium.freecodecamp.com/a-study-plan-to-cure-javascript-fatigue-8ad3a54f2eb1
freeCodeCamp
A Study Plan To Cure JavaScript Fatigue
Like everybody else, I recently came across Jose Aguinaga’s post “How it feels to learn JavaScript in 2016”.
Full Stack's Broadcast
#WordPress
https://www.smashingmagazine.com/2017/06/better-faster-optimized-wordpress-websites/
Smashing Magazine
Creating Better, Faster And More Optimized WordPress Websites — Smashing Magazine
Consumers typically have their own experiences when it comes to web hosting and their own opinions. If you search Google for reviews for any web hosting provider you’ll find dozens of results. Usually, there are a lot more negative reviews than there are…
Full Stack's Broadcast
#WebDesign
https://www.smashingmagazine.com/2017/06/designing-hero-images/
Smashing Magazine
When Large Isn’t Large Enough: Designing With Hero Images — Smashing Magazine
Vision is perhaps the strongest human sense, a hero image is one of the fastest ways to grab the user’s attention. As long as it is high quality, interesting to look at and works well with the content, a hero image is a great option and a powerful communication…
Full Stack's Broadcast
#CSS
http://ryanogles.by/css/javascript/2017/05/25/the-state-of-css.html
Ryan Oglesby
The State of CSS
My thoughts and experiences as I navigate the world of Agile software development.
Full Stack's Broadcast
#WDRL
https://www.smashingmagazine.com/2017/06/web-development-reading-list-185/
Smashing Magazine
Web Development Reading List #185: Safari 11, New Edge Build, Chrome 59, And CSS Optimization Insights
This week was full of **great browser vendor news**: Safari 11 was announced with long-awaited features such as WebRTC and tracking protection, and a new Edge build with new CSS features is now available, too.
But the past few days also had some valuable…
Full Stack's Broadcast
Forwarded from
Full Stack's Broadcast
Invite friends to join us:
telegram.me/fullstackbroadcast
Telegram
Full Stack's Broadcast
Daily articles about web development, web design, web trends and everything else which concerns web.
Be free to propose us news or partnerships to @hey_dom.
Full Stack's Broadcast
#Python
https://medium.freecodecamp.com/a-guide-to-asynchronous-programming-in-python-with-asyncio-232e2afa44f6
freeCodeCamp
A guide to asynchronous programming in Python with asyncio
This article originally published at djangostars.com by Backend Engineer Maria Yakimova
Full Stack's Broadcast
#UX
https://uxdesign.cc/houzz-a-ux-case-study-98843fbdfcba
uxdesign.cc
Houzz: a UX case study
How changing “Houzz” can inspire you to change your home style
Full Stack's Broadcast
#CSS
https://prometheus.lain.city/blog/css_diagonals
Proposed by
@prometheu_s
prometheus.lain.city
Home :: Prometheus
Making diagonal lines with CSS
Full Stack's Broadcast
#WebDevelopment
https://www.smashingmagazine.com/2017/06/guide-switching-http-https/
Smashing Magazine
The Complete Guide To Switching From HTTP To HTTPS — Smashing Magazine
HTTPS is **a must for every website** nowadays: Users are looking for the padlock when providing their details; Chrome and Firefox explicitly mark websites that provide forms on pages without HTTPS as being non-secure; it is an SEO ranking factor; and it…
Full Stack's Broadcast
#JS
https://medium.freecodecamp.com/grabs-front-end-guide-for-large-teams-484d4033cc41
freeCodeCamp
Our entire team of engineers use this front end development guide
An inside look at the front end tech of one of Southeast Asia’s fastest growing startups and how they handle front end at scale.
Full Stack's Broadcast
#WebDevelopment
https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/
Smashing Magazine
Building Production-Ready CSS Grid Layouts Today — Smashing Magazine
Our industry thrives on constant, aggressive development, and new technologies emerge on a regular basis that change the way we do things in fundamental ways. Much of what we know of the possibilities, limitations and best practices surrounding web layouts…
Full Stack's Broadcast
Forwarded from
The Art of Programming
medium.com/@pranavjindal999/prototype-in-js-busted-5547ec68872
From our group
Medium
Prototype in JS — Busted
These four lines are enough to confuse most JS developers.
Full Stack's Broadcast
#WDRL
https://www.smashingmagazine.com/2017/06/web-development-reading-list-186/
Smashing Magazine
Web Development Reading List #186: Tor 7, Designing Depth, And Mac Ransomware
Design is **one of the most controversial things in our industry**. There are barely any redesigns that aren’t discussed heavily in the community. Changing a well-working design is even harder as people tend to dislike anything new, but if we give them a…
Full Stack's Broadcast
#Dev
https://dev.to/samueleresca/reactive-programming-damn-it-is-not-about-reactjs
The DEV Community
Reactive programming, DAMN. It is not about ReactJS
Reactive programming The reactive programming paradigm has gained a lot of popularity in the recent years as a model that aims to simplify the implement..