Skip to content
  • Login
  • My Profile
  • Write a Post
  • Write a Post
Modern Web
  • Design
  • Frontend
  • Backend
  • DevOps
  • Community
  • Work
vlc vs potplayer

VLC vs PotPlayer: Comparing Two Media Players

Featured

VLC media player has been the best free video player available for nearly two decades, but now PotPlayer is giving it a run for its…

Read More
alexander schimmeck vKyp17kj31w unsplash scaled

Shipping Deno on Fly.io using Buildpacks

DevOps, Featured

We really like Deno at Fly. It really is a better Node and we’d love people to build more with it. Our plan? “Let’s make…

Read More
keep calm and learn javascript

45 Useful JavaScript Tips, Tricks and Best Practices

Frontend Development, Featured

By Saad Mousliki Updated May 15th, 2020 As you know, JavaScript is the number one programming language in the world, the language of the web,…

Read More
stop header

5 Things You Should Stop Doing With jQuery

Frontend Development, Featured

By Burke Holland When I first started using jQuery, I was so excited. I was using vanilla JS and really struggling with understanding when elements…

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

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

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

-1 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
vlc vs potplayer

VLC vs PotPlayer: Comparing Two Media Players

by Mike Hostetler

0 VLC media player has been the best free video player available for nearly two decades, but now PotPlayer is giving it a run for … Read more

Categories Featured
notebook beside the iphone on table 196644

UI Is How It Looks, UX Is How It Feels – How To Understand The Interaction Between The Two In Order To Create Great Products

by Tapha Ngum

1 What are UI And UX? What the difference is between UI and UX is probably the most popular topic on most web design blogs … Read more

Categories Design Tags Usability, User Interfaces
difference between frontend and backend 1 638

BACK-END DEVELOPMENT VS FRONT-END DEVELOPMENT (TWO ASPECT OF MODERN WEB DEVELOPMENT

by Dave Jones

0 WHAT IS WEB DEVELOPMENT Development is comprising of two parts FRONT-END DEVELOPMENT & BACK-END DEVELOPMENT. Building, creating and maintaining a website basically refer to … Read more

Categories Backend Development Tags Best Practices
DevOps Engineer

10 Significant Tips to Consider while Hiring the Right DevOps Engineer

by jilesh varma

0 Agile development effectively reduces development time, thereby increasing communication between the development team and business stakeholders. However, software projects do not accomplish with the … Read more

Categories DevOps
fabrizio verrecchia BXwbfuM0cdk unsplash scaled

Should You Still Learn Vue 2 Or Just Wait For The Release Of Vue 3?

by Tapha Ngum

3 With the speed of change that is currently taking place in the programming world, with a framework and even language versions being updated much … Read more

Categories Frontend Development Tags JavaScript, Learning
alexander schimmeck vKyp17kj31w unsplash scaled

Shipping Deno on Fly.io using Buildpacks

by Mike Hostetler

2 We really like Deno at Fly. It really is a better Node and we’d love people to build more with it. Our plan? “Let’s … Read more

Categories DevOps, Featured
keep calm and learn javascript

45 Useful JavaScript Tips, Tricks and Best Practices

by Saad Mousliki

7 By Saad Mousliki Updated May 15th, 2020 As you know, JavaScript is the number one programming language in the world, the language of the … Read more

Categories Frontend Development, Featured Tags Best Practices, How-to, JavaScript

Apple iWatch and its App Development Elements

by Juned Ghanchi

0 Apple has blended the connection people have with technology by its amazing wearable device – iWatch. Apple watch is designed to be both functional … Read more

Categories Backend Development Tags iOS

Time to Make Best Mobile Design For An Enterprise

by Addison Cohen

0 Indubitably, the Internet offers an ultimate channel to reach users across the globe, but there is another channel that is equally proficient and imperative. … Read more

Categories Design Tags Mobile
moto g india

Top 5 phones to consider before buying New Moto G

by Kundan Srivastava

0 When Motorola launched the first generation Moto G, it astonished everyone. The device offered a powerful hardware and decent set of features at an … Read more

Categories Work Tags Mobile
Post navigation
Older posts
Page1 Page2 … Page37 Next →
© 2021 ModernWeb.com