Git Product home page Git Product logo

keep-up-to-date's Introduction

How to keep up to date on Front-end Technologies?

The web is a rapidly evolving universe. An important part of our job as front-end developers is keeping up to date and staying close to new tools, trends and workflows. Hundreds of blog posts and articles are published every day, but there is no way you can read all of them. We think you should have a strategy to keep up to date, so we have created this recipe.

If you want to contribute to improve this recipe, please, you should read our wiki.

Made by devs, for devs

Guille Paz

Hernan Mammana

Lean Linares

Designer Star

Fer Adorneti

Thank you

Alex Sexton

Angelina Fabbro

Axel Rauschmayer

Brad Frost

Cody Lindley

Lea Verou

Nati Devalle

Paul Irish

License

### The MIT License Copyright (c) 2013 @pazguille

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

keep-up-to-date's People

Contributors

0gust1 avatar anselmh avatar briandv avatar end3r avatar expilo avatar greenido avatar hiddedevries avatar hmammana avatar krisbulman avatar lean8086 avatar pazguille avatar pbasiak avatar rafaelverger avatar rennan avatar thomasg77 avatar waako avatar yasuhiroyoshida avatar zachleat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keep-up-to-date's Issues

Templates code are deprecated

The templates were written expecting [email protected] (at most); Some warnings are thrown when running grunt build and the html files aren't generated.

To "bypass" this problem you should install [email protected] before running npm install (awfull 👎)

Some errors:

Warning: templates/index.jade:4
    2| - var path = (locals.lang === 'en') ? 'src' : '../src';
    3|
  > 4| !!! 5
    5| html(lang='#{locals.lang}')
    6|     include head
    7|

`!!!` is deprecated, you must now use `doctype` Use --force to continue.
Warning: templates/scripts.jade:4
    2|     !function(a){"use strict";function b(b){b=b||a.document.querySelectorAll("[data-async]");var e,f,c=0,d=b.length;for(c;d>c;c+=1)f=b[c],e="LINK"!==f.tagName?"src":"href",f[e]=f.getAttribute("data-async"),f.removeAttribute("data-async");return b}"function"==typeof a.define&&void 0!==a.define.amd?a.define("asyncall",[],function(){return b}):"undefined"!=typeof module&&void 0!==module.exports?module.exports=b:a.asyncall=b}(this);
    3|     window.onload = function () {
  > 4|         asyncall();
    5|
    6|         (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    7|         (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

unexpected text ;
`
``

Links in en not working

The links generated from the system don't work in English language as they look like:

http://uptodate.frontendrescue.org/en/#follow-cool-people

As English is in the root these result in 404 pages.

Are you accepting PRs?

Great resource, everyone! Are you currently accepting PRs? There are a few "who to follow", blogs, and newsletter ideas that might add some value. Thanks.!

Published site is behind master

I notice the live site isn't up to date with the codebase (master branch), is there a release schedule or a reason for this?

RTL support

Hey,

I've start to work on a full hebrew version of this cool project: https://github.com/greenido/keep-up-to-date

First thing I've see is that we need a way to tell jade it's a RTL site so all the div/p that contain text should have direction=rtl

Thanks!
Ido

Mention the authors

Well done, lovely page! Suggestion: mention who you are at the bottom of the page. Plus, possibly, the date of the last update. Both pieces of information provide useful context for the content.

Randomize the order of all lists

Currently the lists (e.g. “who to follow”, “podcasts”, “conferences”, etc.) are sorted alphabetically. IMHO randomizing the order would be better. Ideally this should happen at the server-side but you could do it with JavaScript if you want to keep this a static HTML document.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.