Skip to content
Modern Web
  • Design
  • Frontend
  • Backend
  • DevOps
  • Community
  • Work
fly d C5pXRFEjq3w unsplash scaled

Fundamental PC tools against malware and spying 

Featured

Malware and spyware are common threats that you should never take lightly. Considering that you likely use your PC for conducting work, banking, shopping, and…

Read More
austin poon JO S6ewBqAk unsplash scaled

6 Photoshop Tips to Excel Your Image Editing Skills

Featured

6 Photoshop Tips to Excel Your Image Editing Skills Adobe Photoshop is one of the extensively used image editing tools that give you the flexibility…

Read More
kelly sikkema v9FQR4tbIq8 unsplash scaled

Deploy and Manage Your App at Scale: Tips and Strategies

Featured

As your app grows in popularity, you will need to start thinking about deploying and managing it atscale. This can be a difficult task, especially…

Read More
Best Accounting Software for Interior Designers

Best Accounting Software for Interior Designers

Featured

Choosing the right accounting software for your interior design business is seen by many as a daunting task, but it doesn’t need to be. Accounting…

Read More
Switching to node js

How Cars.com Developer Mac Heller-Ogden Convinced His Bosses to Adopt Node.js

by Nathan Collier

5 What does it look like when developers go above and beyond for their company? We think it probably looks a lot like Mac Heller-Ogden … Read more

Categories Backend Development
team spirit 2447163 1920

Is your team ready for resource management software?

by Mike Hostetler

0 What is resource management software? Resource management software helps you manage your team’s capacity for work. It provides analytics on who is busy, who … Read more

Categories Work, Featured Tags Productivity, Project Management, Tools
padlock 597495 1920

Why you should limit JavaScript — and how to do it

by Table XI

2 This article was written by Zach Briggs, Senior Developer and JavaScript Practice Lead with UX design and custom software company Table XI I’ve been … Read more

Categories Frontend Development, Featured Tags JavaScript
Blue Angels

Don’t destroy your dev team by growing

by Mike Hostetler

0 This article is part of a series on Tech Hiring and Team Building by Amir Yasin. It first appeared on Medium. “We’ve got a huge … Read more

Categories Work, Featured Tags How-to, Project Management, Recruiting
featured

Building a Frontend WordPress theme

by Trevan Hetzel

3 Trevan Hetzel shows us how to build a WordPress theme using JavaScript instead of PHP. A couple weeks ago I wrote an article detailing my … Read more

Categories Frontend Development Tags WordPress
modern web

Building your first Node.js module

by Jonathan Fielding

3 One of things that makes Node.js so popular is the way in which code can be structured into modules that can be reused from … Read more

Categories Backend Development Tags Node.js
Get Hired Fast How to Job Search Classifieds 1

JavaScript Interview Questions: Event Delegation and This

by David Posin

0 David Posin helps you land that next programming position by understanding important JavaScript fundamentals. JavaScript is a fun, powerful, and important language with a … Read more

Categories Frontend Development
repeatingbears

Building an Angular List: Using ng-repeat

by David Posin

1 David Posin sheds some light on using Ng-repeat. There are many things about Angular that make it an excellent framework to use, and one … Read more

Categories Frontend Development Tags Angular, Tools
front end driven apps header

Front-end Driven Applications – A New Approach to Applications

by Cody Lindley

0 Cody Lindley lays down his vision of Front-End Driven Applications as a new paradigm for approaching the Modern Web.   The concept of a … Read more

Categories Frontend Development Tags Trends
file22512629765813

Resources for Getting Into NodeJS

by Eric Terpstra

0 Eric Tersptra provides some guidance for getting started using Node.js. Node.js has exploded in popularity since its relatively recent introduction in 2009. A plethora of books, … Read more

Categories Backend Development, Featured Tags Node.js
enterprise star trek uss enterprise spaceships 177329

JavaScript Architecture for the 23rd Century

by Jonathan Creamer

0 Jonathan discusses JavaScript architecture patterns of the 23rd century and what the future of JavaScript holds for the 24th century.” JavaScript applications have grown … Read more

Categories Frontend Development Tags Best Practices, JavaScript
utility frameworks

Modern Web Best Practice: Utility Frameworks

by Tyson Cadenhead

1 Tyson Cadenhead helps you discover ways to eliminate redundant code by using a utility framework. Introduction One of the main tenets of good software … Read more

Categories Frontend Development Tags Frameworks
a fundamental disconnect

A Fundamental Disconnect

by Aaron Gustafson

0 Aaron Gustafson explains the fundamental disconnect with the role of JavaScript in the Modern Web, specifically regarding the lack of control over where code … Read more

Categories Frontend Development
unittesting

Modern Web Best Practice: Testing

by Tyson Cadenhead

0 Tyson Cadenhead covers unit tests and whether you should choose QUnit or Mocha for your next project. Introduction Testing your JavaScript code is becoming … Read more

Categories Frontend Development Tags Best Practices, JavaScript, Tools
buildtools

Modern Web Best Practice: Build Tools

by Aaron Bushnell

0 Aaron delves into build tool functionality and outlines things to consider when selecting a build tool. Introduction In this post I’m going to discuss … Read more

Categories Frontend Development Tags Tools
datacenter

Building a Command-Line Reporting Task with JavaScript and Wakanda

by Saad Mousliki

3 Saad Mousliki shares a tutorial on working within Wakanda to create a sys-admin reporting task with JavaScript. JavaScript is usually not the language system … Read more

Categories Frontend Development
best practices pubsub

Modern Web Best Practice: Pub/Sub

by Tyson Cadenhead

0 Tyson Cadenhead delivers the first installment on a new ongoing series that dives into Modern Web Best Practices that are followed by appendTo. In … Read more

Categories Frontend Development
Screen Shot 2014 07 22 at 16.19.31

Creating An Application With Sails.js, Angular.js and Require.js Part 3 – Angular.js Controllers

by Tyson Cadenhead

1 Tyson Cadenhead continues an article series about building an application with Sails.js, Angular.js and Require.js. This installment dives into building out the Angular.js Controllers. … Read more

Categories Backend Development Tags Node.js
Screen Shot 2014 07 22 at 16.19.31

Creating An Application With Sails.js, Angular.js and Require.js Part 2 – Adding Dependencies

by Tyson Cadenhead

1 Tyson Cadenhead continues an article series about building an application with Sails.js, Angular.js and Require.js. This installment dives into adding dependencies to your project. … Read more

Categories Backend Development Tags Node.js
grunt gulp npm

A JavaScript Build System Shootout: Grunt vs. Gulp vs. NPM

by Nicolas Bevacqua
-1

Nicolas Bevacqua dives into the task of choosing a JavaScript Build System. He compares the big three: Grunt, Gulp and NPM and discusses the benefits and drawbacks of each.

Read moreA JavaScript Build System Shootout: Grunt vs. Gulp vs. NPM

Categories Frontend Development
thinking css

5 things you won’t believe are only built with CSS

by Trevan Hetzel

0 Trevan Hetzel breaks down 5 UI interactions typically built with JavaScript, implemented only with CSS. By Trevan Hetzel I often find myself amazed at … Read more

Categories Design
Screen Shot 2014 07 22 at 16.19.31

Creating An Application With Sails.js, Angular.js and Require.js Part 1 – Your first server-side view

by Tyson Cadenhead

-2 Tyson Cadenhead begins an article series about building an application with Sails.js, Angular.js and Require.js. Sails.js is a Node.js framework built to make it … Read more

Categories Backend Development Tags Node.js
angular best practices

Real-World Best Practices for Building Angular.js Apps without Browserify or Require.js

by Jeff Dickey

0 Jeff Dickey dishes out some fantastic real-world advice on building Angular.js apps without Browserify or Require.js. By Jeff Dickey Burke Holland had a fantastic … Read more

Categories Frontend Development
sparks of fire 1385626111 92

First Look: Getting Started with Facebook’s ReactJS Library

by Mike Hostetler

0 Kirill Buga shares about his experience getting started with the ReactJS Library from Facebook. By Kirilll Buga Today, as JavaScript becomes more and more … Read more

Categories Frontend Development
flashlight plugin header

Building Cordova Apps with the Verified Plugins Marketplace

by Brian Rinaldi

2 By Sebastian Witalec One of most powerful aspects of Cordova (aka PhoneGap) is its extensibility. However, as some have argued, the Cordova plugin ecosystem … Read more

Categories Backend Development Tags Cordova, Mobile
fly d C5pXRFEjq3w unsplash scaled

Fundamental PC tools against malware and spying 

by Mike Hostetler

0 Malware and spyware are common threats that you should never take lightly. Considering that you likely use your PC for conducting work, banking, shopping, … Read more

Categories Featured
austin poon JO S6ewBqAk unsplash scaled

6 Photoshop Tips to Excel Your Image Editing Skills

by Mike Hostetler

0 6 Photoshop Tips to Excel Your Image Editing Skills Adobe Photoshop is one of the extensively used image editing tools that give you the … Read more

Categories Featured
kelly sikkema v9FQR4tbIq8 unsplash scaled

Deploy and Manage Your App at Scale: Tips and Strategies

by Mike Hostetler

0 As your app grows in popularity, you will need to start thinking about deploying and managing it atscale. This can be a difficult task, … Read more

Categories Featured
Best Accounting Software for Interior Designers

Best Accounting Software for Interior Designers

by Mike Hostetler

0 Choosing the right accounting software for your interior design business is seen by many as a daunting task, but it doesn’t need to be. … Read more

Categories Featured
Best Illustration Software

The Best Illustration Software

by Mike Hostetler

2 This week, we look at some of the best drawing software to create illustrations and digital drawings. From Medibang Paint, and ProCreate, to Corel … Read more

Categories Featured
Best Guitar Learning Software

Best Guitar Learning Software

by Mike Hostetler

0 For those of us who can’t afford expensive music lessons, guitar learning software is the next best thing.  But finding a great guitar learning … Read more

Categories Featured
Best GRBL Software

The Best GRBL Software

by Mike Hostetler

0 This week we had the opportunity to review some of the best open-source GRBL software available. With so many GRBL microcontrollers available, we wanted … Read more

Categories Featured
Best Explainer Video Software

Best Explainer Video Software

by Mike Hostetler

0 Finding the perfect explainer video software can be a daunting task with all the brilliant brands out there. Whether you’re new to the explainer … Read more

Categories Featured
Best Fantasy Baseball Draft Software

Best Fantasy Baseball Draft Software

by Mike Hostetler

-1 Fantasy baseball is one of the most popular fantasy sports right now. But with so many sources of information floating around, it can be … Read more

Categories Featured
Best Accountability Software

Best Accountability Software

by Mike Hostetler

0 Accountability software ensures that you are always being productive during working hours. We all know how easy it is to get distracted by video … Read more

Categories Featured
Post navigation
Older posts
Page1 Page2 … Page39 Next →
© 2022 ModernWeb.com