FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
How to Separate Frontend + Backend with Rails API, Nuxt.js and Devise-JWT

Which framework should you use for a powerful web application, Rails or Nuxt.js? Why not both! This post goes through the process of building a decoupled app with the Rails API and Nuxt, as well as a basic authentication system using Devise-JWT - https://goo.gl/4iMdjw

#froneEnd
Using Kubernetes for Local Development

Kubernetes provides production-level container management but you can develop against it locally. Google’s Skaffold tool makes this relative easily and this brief tutorial demonstrates using it to do so with a basic Node app. - https://goo.gl/5sgi5L

#nodejs
JavaScript Modules Worth Using

A quick breakdown of the most useful JavaScript modules that Travis Fischer has found himself using over and over again. - https://goo.gl/DQZnEb

#javascript
Creating a Progressive Web App with Ionic and Firebase Hosting

Part 3 in a series on creating a real-time chat app using Socket,io and Ionic, with the final part showing how to convert it to a Progressive Web App. - https://goo.gl/wAwUjk

#ionic
🥰1
Building a GitHub Client with React Apollo

A walkthrough of building an app to interact with GitHub’s awesome GraphQL API. - https://goo.gl/mvkmqL

#react #apollo
A 10 Video Introduction to Functional JavaScript with Ramda

Want to get started with functional programming in JavaScript? Ramda is a more functional alternative to libraries like Lodash, and these brief videos cover the essentials. You may also appreciate Kyle Simpson’s Functional-Light JavaScript if you set off on the functional programming journey. - https://goo.gl/VQMx1J

#javaScript #ramda