Overview You may have heard of the amazing Google Firebase platform. But did you know that Firebase offers some of the best services out there to develop fast, robust, and secure apps? That means that Firebase is a great idea for anyone who wants to build amazing apps. In this blogpost, I will give an… Continue reading Google Firebase: The Big Picture
Category: Tools
Learning the Angular CLI
Exploring the Angular Command Line Interface (CLI) Installing the CLI sudo npm install -g @angular/cli ng –version Using the CLI ng –help ng build –help Creating New Angular Projects The ng new command ng new app-name New project generation options ng new –help ng new app-name –routing ng new app-name –style=scss –routing –dry-run ng new… Continue reading Learning the Angular CLI
React – Readings
Tutorials Lessons from Discord about migrating a large code base to React 16 Scaling React Server-Side Rendering How to fix your React App when it secretly hates your Setting up Webpack, Babel and React from scratch, revisited Code React Native Offline Toolbelt React Content Loader Marvin
Essential Extensions for Brackets
Brackets has an extensive array of extensions for enhancing your front-end development workflow. Emmet – The Emmet extension for Brackets, if you take the time to learn it, provides wonderful shorthand snippets for quickly coding in HTML and CSS. Emmet Plugin Emmet — the essential toolkit for web-developers Indent Guides – The Indent Guides extension… Continue reading Essential Extensions for Brackets
Useful Tools
embedresponsively.com helps build responsive embed codes for embedding rich third-party media into responsive web pages. — embedresponsively.com dabblet is an interactive playground for quickly testing snippets of CSS and HTML code — dabblet An online tool to display formatted source code — Syntax Highlighting CodePen is all about front end code inspiration, education, and sharing.… Continue reading Useful Tools