Web Application Development Workflow

Slides:



Advertisements
Similar presentations
Sayed Ahmed Computer Engineering, BUET, Bangladesh MSc. Computer Science, U of Manitoba, Canada
Advertisements

North Shore.NET User Group Our Sponsors. North Shore.NET User Group Check out our new web site Next Meeting
>300 suggestions >55% non-Windows > 600 insiders >1500 points on HN >3K smiles.
Telerik Software Academy HTML Basics.
The Future of Web WakeUpAndCode.com.
ECLIPSE IDE N AME : A SHOK P ADMARAJU C OURSE : T OPICS ON S OFTWARE E NGINEERING I NSTRUCTOR : D R. S ERGIU D ASCALU.
ThermoCloud site Monaco Services IIS Node, PHP, etc. Site Extension wwwroot r/w access runs
ASP.NET 5 Visual Studio Code Bill Wolff July 8, 2015.
ASP.NET vNEXT & development tools Marco De
WebMatrix 2 /* web with benefits */. Everything You Need Start create new from OSS apps or templates, or start with existing sites hosted remotely or.
توسعه سریع‌تر با Gulp نوید کاشانی – مرداد 1394.
ASP.NET 5 Visual Studio 2015 Templates Bill Wolff Rob Keiser June 10, 2015.
1 3. Computing System Fundamentals 3.1 Language Translators.
Ultra-modern web development (for.NET
Esri UC 2014 | Technical Workshop | Effectively Debugging Web Applications Kelly Hutchins Matt Priour.
By Bearzx Dive Into Web Introduction To WEB
Tools to Create Web Pages Fall Tools Text Editors – Notepad (free) – Notepad++ (free) Word Processor – MS Word (Expensive) HTML – HTML Kit (free,
LIFE AS A WEB DEVELOPER Richard Baldwin Manager of Digital Services at Palmetto Health
Getting Started with Aurelia
Ionic & Cordova crash course Ivan Varga
Introduction to web developement Abderrahim OUAKKI
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Welcome to Snap! Below the Line Decal Facilitated By: Zachary McPherson and Bao Xie.
Online Conference June 17 th and 18 th Modern SharePoint Development using Visual Studio Code.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
1 Cutting Edge FE technologies for complex product August 6, 2015.
HTML...CSS...JAVASCRIPT for Higher Computing Science.
Jernej Kavka – Inova IT d.o.o. Visual Studio Everywhere - Linux, OSX (in Windows, se razume)
Using React, Drupal and Google Chrome to build an interactive kiosk + + =
Finding A Web Developer Job With No Experience
Node.js Modules Header Mastering Node.js, Part 2 Eric W. Greene
Building Desktop Apps with Node.js and Electron
What is Laravel ? By Georgi Genov.
Angular 4 + TypeScript Getting Started
Development of Internet Applications jQuery, TypeScript, LESS
Accessibility into Automation
Programmer: Roman Martushev
Modern web tooling in Visual Studio 2015
Presentation 2 Web Design.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
SharePoint Bruger Gruppe (SPBG) SharePoint Framework Introduction
Modern Web Development
YOUR MOBILE DEVELOPMENT TEAM
Building a Continuous Integration Pipeline using VSTS
Modern Front-End Web Development with Visual Studio
User Interface / User Experience Demo
Top 5 Front End Development Tools. 1. Sublime Text Sublime Text may be a super quick and have packed text and development editor. If you're about to be.
Life as a web developer Richard Baldwin
Not Sure how you Should React
Introduction to SharePoint Framework (SPFx)
Want To Learn Web Development Start with These 5 Tips.
EAP: Summary B. Ramamurthy.
Power-UP YOUR UI WITH WP-API AND REACT.JS
Software Architecture & Design (CSC-323)
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Client-Side Web Technologies
Computer Science Task 1 Task 2 Task 3
Microsoft Build /22/2018 6:07 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Selenium vs Protractor
Introduction to SharePoint Framework
Visual Studio Code + Ionic
Unit 6 part 3 Test Javascript Test.
Pattern Libraries Leveraging Atomic Design and Pattern Lab to Develop a Living Visual Style Guide Jayson Jaynes, ITS Web Services Web Developer Mark Miller,
ხელმძღვანელი: დიმიტრი ქარაული
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Client-Server Model: Requesting a Web Page
D3.1 Accessibility Statement Generator
Angular.
Optimizing Your JavaScript App for Performance
SharePoint Saturday Kansas City October 19, 2019
Presentation transcript:

Web Application Development Workflow Twitter/Github: jheneknights As a developer there is a short list of tools you should be rabid about. Like foaming at the mouth crazy

JOINT MEETUP GDG and JavaScript Group meetup.com/nairobi-js

Code Editor/IDE SublimeText Package Control: https://packagecontrol.io/installation Packages: https://packagecontrol.io/

Emmet LESS SASS Jade Sublimerge Sublime Code Intel Themr PHP Competion kit HTML-CSS-Prettify Code-formatter Laravel Syntax Highlighter Laravel Artisan Laravel Generator Gist Github Co-ordination auto-save JSX -------------------------------- Themes: Seti_UI Spacefunk Ocean Light 3024 Spacegrey

For project sub versioning, colaboration and boilerplates/libraries Git/Github Account For project sub versioning, colaboration and boilerplates/libraries http://git-scm.com/downloads

The Command line is your friend Don’t let it suck.

Development Tools Precompilers: Jade, LESS, SASS Transpilers: TypeScript, Traceur and BabelJs ES6 (coming July - EMCAScript) CSS and JS Linting Task Automations: Grunt, Gulp, Brunch, Broccoli, Bower, Yeoman…etc Packing Tools: RequireJS, WebPacks, Browserify…etc Static Deployers Live-reload

Task Automations: Grunt, Gulp, Brunch, Broccoli, Bower, Yeoman…etc

http://bit.ly/learnjsmoz http://www.w3schools.com/js/default.asp

nodejs.org

https://babeljs.io/docs/learn-es6/

Your job as developer isn’t just to develop, but to continually learn how to develop better.

Use now, understand later. http://github.com/jheneknights/knightstart