Coder Catchup

Informações:

Synopsis

Catching up with various web developers, web designers and unicorns.Stay InformedFind videos and more on YouTube Visit Channel

Episodes

  • Episode 128 - Put a Muzzle on Your Mac Notification with Muzzle App

    28/08/2017 Duration: 02min

    A simple mac app to silence embarrassing notifications while screen sharing https://muzzleapp.com/

  • Episode 127 - Lets Encrypt Goes Wild

    22/08/2017 Duration: 05min

    Wildcard certificates coming January 2018! https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html

  • Episode 126 - The Joy of Elixir

    15/08/2017 Duration: 04min

    Joy of Elixir is a gentle introduction to programming, aimed at people who already know some things about computers, but who have little-to-no programming experience. If you think you don't know enough about computers, well you got here already and that's enough! The Book: https://joyofelixir.com/ Blog Post: http://ryanbigg.com/2017/07/joy-of-elixir

  • Episode 125 - Elixir 1.5 and Phoenix 1.3 Released

    07/08/2017 Duration: 14min

    Elixir 1.5 https://elixir-lang.org/blog/2017/07/25/elixir-v1-5-0-released Elixir v1.5 includes new features, enhancements, and bug fixes. While Elixir v1.4 focused on tools for concurrency and scalability, Elixir v1.5 brings many improvements to the developer experience and quality of life. As we will see, many of those are powered by the latest Erlang/OTP 20. This is also the last Elixir release that supports Erlang/OTP 18. UTF-8 atoms, function names and variables IEx helpers and breakpoints IEx got many enhancements to the developer experience. the autocompletion system is now capable of autocompleting variables and user imports IEx also got new functions, such as exports/1, for listing all functions and macros in a module Finally, IEx also features a breakpoint system for code debugging when running on Erlang/OTP 20 Exception.blame Exception.blame/3 is a new function in Elixir that is capable of attaching debug information to certain exceptions. Currently this is used to augment FunctionClauseErrors

  • Episode 124 - React 16 Beta/Fibre

    31/07/2017 Duration: 08min

    React 16 is the first release that ships with a rewrite of the React core (previously codenamed "Fiber") Github Release Issue: https://github.com/facebook/react/issues/10294 Ives van Hoorne (@CompuIves) tweeted a CodeSandbox link to be able to play around with React 16 https://twitter.com/compuives/status/890444347417665536

  • Episode 123 - Getting Real with React Apps

    24/07/2017 Duration: 03min

    Real world React apps and their open source codebases for developers to learn from https://github.com/jeromedalbert/real-world-react-apps Learn from React apps written by experienced developers. You'll find the source code for the apps in the apps/ subdirectory.

  • Episode 122 - React Redux Cheatsheet

    17/07/2017 Duration: 02min

    Get up and running with Redux using this awesome cheatsheet and article https://github.com/uanders/react-redux-cheatsheet

  • Episode 121 - Accelerate Your React Learning with React Express

    10/07/2017 Duration: 02min

    http://www.react.express/ A guide to learning react with interactive examples and more. React Cheatsheet https://reactcheatsheet.com/ React for Beginners by Wes Bfs https://reactforbeginners.com/

  • Episode 120 - Awesome Design Systems

    05/07/2017 Duration: 02min

    Where to find it? https://github.com/alexpate/awesome-design-systems A collection of awesome design systems from around the web. There are some great ones.

  • Episode 119 - Processes Beware the Procodiles

    29/06/2017 Duration: 04min

    Where to find it? https://github.com/adamcooke/procodile Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments) About (taken from the repo) Running & deploying Ruby apps to places like Viaduct & Heroku is really easy but running processes on actual servers is less fun. Procodile aims to take some the stress out of running your Ruby/Rails apps and give you some of the useful process management features you get from the takes of the PaaS providers. Procodile is a bit like Foreman but things are designed to run in the background (as well as the foreground if you prefer) and there's a supervisor which keeps an eye on your processes and will respawn them if they die. Procodile works out of the box with your existing Procfile. Running procodile start --dev (this keeps it running in the foreground) If you don't it runs in the background. So its running in the background, now what? It acts like a normal service, call procodile stop,

  • Episode 118 - The Web Starter Kit Without the The

    24/06/2017 Duration: 07min

    Where to find it? https://developers.google.com/web/tools/starter-kit/ What is Web Starter Kit? Web Starter Kit is an opinionated boilerplate for web development. Tools for building a great experience across many devices and performance oriented. Helping you to stay productive following the best practices outlined in Google's Web Fundamentals. A solid starting point for both professionals and newcomers to the industry. Inspiration Web Starter Kit is inspired by Mobile HTML5 Boilerplate and Yeoman's generator-gulp-webapp, having taken input from contributors to both projects during development.

  • Episode 117 - Guide Your Style Guide with Brad Frost

    12/06/2017 Duration: 02min

    A boilerplate for creating your own custom style guide https://github.com/bradfrost/style-guide-guide

  • Episode 116 - NPM 5…4 3 2 1

    05/06/2017 Duration: 08min

    Version 5 of NPM is released and it is packed full of goodies! http://blog.npmjs.org/post/161081169345/v500 Bundled in all new installations of Node.js 8 New Features A new, standardised lockfile feature meant for cross-package-manager compatibility (package-lock.json), and a new format and semantics for shrinkwrap. --save is no longer necessary. All installs will be saved by default. You can prevent saving with --no-save. Installing optional and dev deps is unchanged Installing a package directory now ends up creating a symlink and does the Right Thing™ as far as saving to and installing from the package lock goes. If you have a monorepo, this might make things much easier to work with, and probably a lot faster too. Project-level (toplevel) preinstall scripts now run before anything else, and can modify node_modules before the CLI reads it. Two new scripts have been added, prepack and postpack, which will run on both npm pack and npm publish, but NOT on npm install (without arguments). Git dependencies wit

  • Episode 115 - Stripe Roles Out Some Changes

    29/05/2017 Duration: 04min

    New roles and permissions in the Dashboard Blog: https://stripe.com/blog/new-roles-and-permissions-in-the-dashboard

  • Episode 114 - Full Stack Apps in the Real World

    28/05/2017 Duration: 03min

    Github Repo: https://github.com/gothinkster/realworld (https://realworld.io/ to redirect) Choose your next stack! Exemplary full stack blog apps powered by React, Angular, Node, Django, and many more. See how the exact same real world blogging platform (Conduit) is built using any of our supported frontends and backends. Yes, you can mix and match them, because they all adhere to the same API spec

  • Episode 113 - Check Your Flow Type Checks With Flow Coverage Report

    16/05/2017 Duration: 02min

    Module: https://www.npmjs.com/package/flow-coverage-report flow-coverage-report is a node command line tool to help projects which are using flow types in their JavaScript code to keep track and visualize the coverage of the flow types checks. In Terminal Report Web Page Style Report Report Gives Detailed Breakdowns of What is Missing Flow: https://flow.org/ FLOW IS A STATIC TYPE CHECKER FOR JAVASCRIPT.

  • Episode 112 - Node.js Course and Webpack CLI Improvements for Beginners

    08/05/2017 Duration: 05min

    Wes Bos (Javascript30, React for Beginners and ES6 for Everyone) has released his highly anticipated Node.js course which you can find at https://learnnode.com/ Announcing the new webpack CLI Post: https://medium.com/webpack/announcing-the-new-webpack-cli-75ce1d9b8663 Scaffolding: Reduce webpack confusion with scaffolding. At its core, the scaffold system is all about flexibility. An author of an scaffold(referred to as an addon), decides how to provide a webpack.config.js. Migrate: Easy migration from v1 to v2 Another feature we’ve added, is migrate. As webpack v2 came with some changes that might have been hard to digest for some, we’ve decided to unload some more burden from the users backs. The migrate feature is a great way to transition your existing v1 configuration to v2, and aims to assist you when moving to webpack v2. Simple command: webpack-cli migrate webpack.config.js CLI is being integrated into webpack itself, so you won't need to also install webpack-cli

  • Episode 111 - Creative Cloud Price Rise 40%

    05/05/2017 Duration: 05min

    As part of doing business globally, Adobe monitors currency exchange rates in order to make adjustments to our pricing up or down as needed. You may be aware that currency exchange rates have fluctuated significantly over the last few years. As a result of recent changes in exchange rates in your region, the price of Adobe products and services is increasing starting on 5 June 2017. This was sent to me for my country of Australia. Membership Price Notes: https://helpx.adobe.com/au/x-productkb/policy-pricing/subscription-price-increase.html?trackingid=W2T7JZC3&mv=email

  • Episode 110 - Rails 5.1 is Awesome!

    28/04/2017 Duration: 13min

    Rails 5.1: Loving JavaScript, System Tests, Encrypted Secrets, and more http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/ Webpacker Gem on Go Rails https://gorails.com/episodes/using-webpack-in-rails-with-webpacker-gem?autoplay=1

  • Episode 009 - Good Bye Rails, Hello Hanami?

    25/04/2017 Duration: 12min

    http://hanamirb.org/ Hanami is a modern web framework for Ruby. Fast response times Secure by default Full-featured, but lightweight Simple and productive Blog post of Hanami 1.0 http://hanamirb.org/blog/2017/04/06/announcing-hanami-100.html Getting Started http://hanamirb.org/guides/getting-started/ Coder Catchup First Look Video: https://www.youtube.com/watch?v=iBBLxA27KQE

page 3 from 10