Skip to content
Modern Web
  • Design
  • Frontend
  • Backend
  • DevOps
  • Community
  • Work
Macshiny review

MacShiny Review: Is it the best Mac Cleaner?

Featured

This is our honest review of the Mac OS X antivirus and cleaner utility, MacShiny, by developers Cyan Soft Ltd. A quick search for the…

Read More
detox my mac review

Detox My Mac Review

Featured

Here is our in-depth Detox My Mac review to help you understand the software. If you own a Mac, there will probably come a time…

Read More
Clickfunnels vs infusionsoft

ClickFunnels vs Infusionsoft: Comparison

Featured

If you run a business online that converts leads into sales, then you will need the best sales funnel builder. Digital marketing presents such a…

Read More
Things 3 vs todoist

Things 3 Vs Todoist: Which is better?

Featured

Staying on top of all your daily and weekly tasks can turn into a bit of a headache. For that reason, many people are turning…

Read More
Switching to node js

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

by Nathan Collier

4 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

0 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

1 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

1 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

0 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

0 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

1 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

0 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

0 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
0

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

-2 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

0 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

0 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
Macshiny review

MacShiny Review: Is it the best Mac Cleaner?

by Mike Hostetler

0 This is our honest review of the Mac OS X antivirus and cleaner utility, MacShiny, by developers Cyan Soft Ltd. A quick search for … Read more

Categories Featured
detox my mac review

Detox My Mac Review

by Mike Hostetler

0 Here is our in-depth Detox My Mac review to help you understand the software. If you own a Mac, there will probably come a … Read more

Categories Featured
Clickfunnels vs infusionsoft

ClickFunnels vs Infusionsoft: Comparison

by Mike Hostetler

0 If you run a business online that converts leads into sales, then you will need the best sales funnel builder. Digital marketing presents such … Read more

Categories Featured
Things 3 vs todoist

Things 3 Vs Todoist: Which is better?

by Mike Hostetler

0 Staying on top of all your daily and weekly tasks can turn into a bit of a headache. For that reason, many people are … Read more

Categories Featured
Pear deck vs nearpod

Pear Deck Vs. Nearpod: Comparison

by Mike Hostetler

0 There are a whole host of teaching tech tools that help teachers engage with their students and create interactive lessons online or in the … Read more

Categories Featured
17hats vs honeybook

17hats vs Honeybook: Which is best?

by Mike Hostetler

0 Every small business owner should have a good CRM (Client Relationship Management) platform. Both 17hats and Honeybook are excellent choices. But which one is … Read more

Categories Featured
Kartra vs clickfunnels

Kartra vs ClickFunnels: Comparing two Funnel Builder

by Mike Hostetler

0 In today’s digital-focused world, just about every business entrepreneur needs a good form of marketing software. Digital marketing is one of the most effective … Read more

Categories Featured
Avast vs kaspersky

Avast vs Kaspersky: Two anti-virus compared

by Mike Hostetler

0 Having the best antivirus software on your computer or phone is a must in the world today. New forms of hacking are developing all … Read more

Categories Featured
Imazing vs

iMazing vs iExplorer: Comparing Two iPhone Transfer Softwares

by Mike Hostetler

0 Being an iPhone owner has loads of perks. When it comes to transferring your data to a new phone or device though, things can … Read more

Categories Featured
corel painter vs photoshop

Corel Painter vs Photoshop: Comparing two photo software

by Mike Hostetler

0 Both Adobe Photoshop and Cortel Painter stand as two of the best software tools for editing images. With so many great features from both … Read more

Categories Featured
Post navigation
Older posts
Page1 Page2 … Page38 Next →
© 2021 ModernWeb.com