Tutorials Page 64
Fresh Showcase of Professional Tools
Today, we are really happy to finish our one month long research and present to you a fresh showcase of professional tools and services. You'll find what is hot on the market and what everyone, including us, recommends in terms of awesome solutions to start using...
JavaScript sleep Function
The infamous
sleep
, ordelay
, function within any language is much debated. Some will say that there should always be a signal or callback to fire a given functionality, others will argue that sometimes an arbitrary moment of delay is useful. I say that to each their own...5 More Awesome New Mozilla Technologies You’ve Never Heard Of
My original 5 Awesome Mozilla Technologies You've Never Heard Of post got a huge response and it was well deserved -- Mozilla's pool of amazing talent not only dreams up awesome projects but brings them to fruition. A few years have gone by and we've seen...
Apply to 100 Tech Companies with 1 Application
Simplify your job hunt. Prime is free and signing up is easy. Apply in a few minutes and go live in our exclusive network of top tech shops: Uber, RetailMeNot, Evernote, AMEX, uShip, OpenTable, Capital One, and more.
Consolidate Statistics with Segment
Analytics in our industry are huge, and when I say analytics, I mean each of the different types of analytics that site and app creators track: Visitor information Error and event tracking Conversions A/B testing Being a web developer, I'm usually most interested in the error tracking stuff, but you can bet the designers...
Permissions API
Many of the functionalities that we're translated from mobile to the web require permission from the user. Think about geolocation, audio/video access (think getUserMedia for camera access), and likewise APIs. We can probably all agree that requiring permission for access to these APIs is a good thing, but I see a...
How to Complete Web Projects Faster with a Design Collaboration Tool
As developers, we're constantly making changes and revisions during a web project – everyone's requesting changes to the design, even as the project has moved into the development phase – and throughout the revision process, we're always looking for ways to save time. The problem is...
O’Reilly Velocity Conference – Santa Clara Giveaway!
O'Reilly Velocity Conference in Santa Clara is right around the bend: June 20-23, 2016. Velocity is boasting an awesome lineup of speakers covering several different topics. Learn to build websites, apps, and services that are fast, scalable, resilient, and highly available! Velocity is my favorite...
Mercurial: Global .hgignore
I've worked with git for several years and one of my favorite git posts is Create a Global .gitignore which details how you can create a global
.gitignore
file to ignore certain useless files (think.DS_Store
,node_modules
, etc.) so that you aren't always adding the same files to every repository's...Git Hook – npm install if package.json is Modified
Most of the projects I work on these days contain a frequently-modified
package.json
file to manage dependencies. You would think by know I'd be used seeing thepackage.json
file when I did agit pull
and it would trigger something in my head to executenpm install
to ensure I...