All Projects → mjavascript → Mastering Modular Javascript

mjavascript / Mastering Modular Javascript

Licence: other
📦 Module thinking, principles, design patterns and best practices.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Mastering Modular Javascript

Practical Modern Javascript
🏊 Dive into ES6 and the future of JavaScript
Stars: ✭ 2,931 (-26.21%)
Mutual labels:  book, modular, book-series
StartupModules
Startup modules for ASP.NET Core.
Stars: ✭ 33 (-99.17%)
Mutual labels:  modular, modules
opensource
Collection of Open Source packages by Otherwise
Stars: ✭ 21 (-99.47%)
Mutual labels:  modules, packages
tcl-modules
A collection of pure Tcl, production-ready micro packages
Stars: ✭ 25 (-99.37%)
Mutual labels:  modules, packages
React Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,021 (-49.12%)
Mutual labels:  book, book-series
Webpack Book
From apprentice to master (CC BY-NC-ND)
Stars: ✭ 2,372 (-40.28%)
Mutual labels:  book, book-series
Box
Write reusable, composable and modular R code
Stars: ✭ 388 (-90.23%)
Mutual labels:  modules, packages
Httpimport
Module for remote in-memory Python package/module loading through HTTP/S
Stars: ✭ 153 (-96.15%)
Mutual labels:  modules, packages
Lucifer
A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life
Stars: ✭ 302 (-92.4%)
Mutual labels:  modular, modules
lint-deps
Lint for unused or missing dependencies in your node.js projects. Customize with plugins or configuration.
Stars: ✭ 48 (-98.79%)
Mutual labels:  modules, packages
Learn Vim
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for.
Stars: ✭ 7,221 (+81.8%)
Mutual labels:  book, book-series
A To Z List Of Useful Node.js Modules
Collection of most awesome node modules that will extend the capability of your node.js application.
Stars: ✭ 315 (-92.07%)
Mutual labels:  modules, packages
L5modular
Generates and handles Modules for Laravel
Stars: ✭ 188 (-95.27%)
Mutual labels:  modular, modules
You Dont Know Js
A book series on JavaScript. @YDKJS on twitter.
Stars: ✭ 147,493 (+3613.32%)
Mutual labels:  book, book-series
Ndash
your npm dashboard! (react-native app)
Stars: ✭ 158 (-96.02%)
Mutual labels:  modules, packages
CodeIgniter-HMVC
CodeIgniter 3.1.10 with Modular Extensions - HMVC and Whoops Error Handling Framework 2.5.0
Stars: ✭ 30 (-99.24%)
Mutual labels:  modular, modules
Gomodctl
Search, Check, and Update Go modules.
Stars: ✭ 37 (-99.07%)
Mutual labels:  modules, packages
goproxy
go modules proxy. 墙内学习go语言的第一步 自建goproxy代理. 部署到 heroku
Stars: ✭ 22 (-99.45%)
Mutual labels:  modules, packages
Jdk9 Jigsaw
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
Stars: ✭ 275 (-93.08%)
Mutual labels:  modular, modules
Pext
Python-based extendable tool
Stars: ✭ 380 (-90.43%)
Mutual labels:  modular, modules

The Modular JavaScript book series glowing over the desktop of an eager learner.

Mastering Modular JavaScript

📦 Module thinking, principles, design patterns and best practices.

Modular JavaScript is a book series with the mission of improving our collective understanding of writing robust, well-tested, modular JavaScript code. Mastering Modular JavaScript is the second book in the series, and it discusses modular JavaScript application development. Mastering Modular JavaScript includes hundreds of real-world patterns and practices, as well as detailed explanations of what works and what hasn’t when it comes to leveraging ES6 in the wild.

🗞 Start with the book series launch announcement on Pony Foo
🐤 Share a message on Twitter or within your social circles
📓 Purchase the Early Release from O'Reilly
👏 Contribute to the source code repository on GitHub
🦄 Read the free HTML version of the book on Pony Foo

This book focuses on two aspects of JavaScript development: modularity and leveraging ES6 features. You’ll learn how to tackle application development by following a scale-out approach. As pieces of your codebase grow too big, you can break them up into smaller modules.

Mastering Modular JavaScript is Free to Read!

The book is publicly available in HTML format and free forever. Each book chapter is styled similarly to how Pony Foo blog posts — such as the book series launch announcement are styled, which makes for a fairly enjoyable read as far as HTML books go.

Every book in the series will be distributed in this way.

The free-to-read version of Mastering Modular JavaScript is subject to the same license as the rest of the content I publish on Pony Foo: Creative Commons Attribution-NonCommercial-ShareAlike.

It took me a bit of time but I've managed to get the git repository to trigger builds on the O'Reilly build server. The build server then pings back to ponyfoo.com, letting the site know when a build is ready. Lastly, Pony Foo finally downloads the updated HTML files for the web version. Luckily I developed the code in such a way that I will be able to share HTML versions of other books in the series effortlessly.

Read the HTML version of the book on Pony Foo! 🦄




Source Code Repository!

I want this book series to be as widely available as possible, and the best course of action for that purpose was to release the vast majority of its contents to the open-source community.

The book chapters, code samples, and related graphics are all open-source and free to read online. The repository is the same one I work on while writing the book. You can help me in real-time, or just take a peek at my writing process and progress.

The GitHub repository is automatically synchronized with the website using webhooks and the O'Reilly Atlas API.

O'Reilly provides their authors with git repositories under a system dubbed "Atlas" — the same system that handles the HTML and PDF build jobs. They also offer a way of using a GitHub repository while keeping their remote up to date via git hooks.

Those are the implementation details, but it means I can offer an open-source repository for the books — the same repository I will be working on myself. This means I can take issues, pull requests, and everything directly on GitHub. You can fork the book, fix some typos or add a new paragraph, and submit a PR.

When I merge a PR, the website will be updated after an automated build courtesy of the O'Reilly Atlas service!

Contribute to the source code repository on GitHub! 👏

O'Reilly Media Early Release!

I've partnered with O'Reilly Media to publish the book. This is a paid offering that includes a PDF ebook and eventually a print book. The published book is a great way to show your support for my work, by paying a bit for it — and telling your friends how awesome my writing is. 😘

We'll start with an Early Release, where you will get the first few chapters in ebook format. As new chapters come out and old ones get improvements, you'll receive those updates at no extra cost to you. You'll also get an opportunity to steer the direction of my writing efforts by reporting errors and delivering book reviews.

This is a great way to stay in touch with me through the writing process and letting me have it when drafts are not up to your expectations, so that we can improve the book iteratively before it goes to print.

Purchase the Early Release from O'Reilly! 📓

Contribute

Check out the contributing guidelines! 👏

License

Nicolás Bevacqua © 2017. Creative Commons. Details at ponyfoo.com/license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].