Creating Reusable Forms in Symfony 2
tag:code.tutsplus.com,2005:PostPresenter/cms-21244In this video, we'll build upon our existing knowledge of Symfony 2 to learn how to create reusable forms. We'll learn how to create a separate form...
View ArticleSharing Polymer Components: Part 1
tag:code.tutsplus.com,2005:PostPresenter/cms-21264In my last tutorial about the Polymer library, I explained how to take advantage of this great new tool to create reusable web components. The key...
View ArticleSetting Up Firebase for Your Next Project
In today's tutorial we will get you up and running with Firebase by building a simple chat room application by leveraging Firebase's Javascript API. This application will provide you with the building...
View ArticleUsing New Relic to Monitor Your Servers
A running application is not just a bunch of code, the code also has to run somewhere. I am talking about your production servers. It is just as important to ensure that your production boxes are...
View ArticleYou Requested It, We Made It: Free PHP Testing Course
tag:code.tutsplus.com,2005:PostPresenter/cms-21283Back in January we asked followers of our Facebook page to suggest and vote for the topic of the next PHP course we create. The winning suggestion was...
View ArticleJavaScript Tools of the Trade: CodePen.io
When I wrote about JSBin awhile back, it definitely stirred up a lot of conversation and debate about which online code snippet editor was the best. A couple of alternatives were thrown out, especially...
View ArticleReal-Time Chat With Node.js' Readline & Socket.io
What You'll Be CreatingNode.js has an under-appreciated module in its standard library that is surprisingly useful. The Readline module does what it says on the box: it reads a line of input from the...
View ArticleResources for Staying on Top of JavaScript
Last year, I wrote about and recommended some great resources for getting good with andJavaScript. A year is a long time in Internet terms and I figured now was a good time for a refresh. JavaScript...
View ArticleForm Validation in Symfony 2
Today we're going to continue where we left off last time, where we learned how to build reusable forms in Symfony 2. In this video, we'll learn how to validate the data that has been submitted to our...
View ArticleSingle Page ToDo Application With Backbone.js
Backbone.js is a JavaScript framework for building flexible web applications. It comes with Models, Collections, Views, Events, Router and a few other great features. In this article we will develop a...
View ArticleResources to Get You Up to Speed in Node.js
For a long time, JavaScript developers hoped for a server-side solution that would allow them to fully and easily leverage their favorite programming language on the backend. Through the years, a...
View ArticleWorking With Databases in Symfony 2
Today we'll continue working with Symfony 2 where I'll show you how to get started working with databases. I'll be covering setup and config, generating the database, generating your getter/setter...
View ArticleGoogle Chrome Hegemony
Google Chrome is one of the biggest players in the Web today. It's fast, reliable, packed full of features, and is extremely helpful, especially if you are a web developer.  Chrome also allows the...
View ArticleSharing Polymer Components: Part 2
In part one of this series, I went over how to configure the great new boilerplate, untitled-element, that the Polymer team created to make creating and sharing Polymer components substantially easier....
View ArticleRefactoring Legacy Code: Part 6 - Attacking Complex Methods
Old code. Ugly code. Complicated code. Spaghetti code. Gibberish nonsense. In two words, Legacy Code. This is a series that will help you work and deal with it.In our previous five lessons we invested...
View ArticleRapid Website Deployment With Django, Heroku & New Relic
Rapid development and deployment of applications is quickly becoming a requirement and goal for many projects, old and new. Fortunately, a vast array of options are springing up for developers to take...
View ArticleDeb.js: the Tiniest Debugger in the World
We, as developers, write code. Now we're not just writing, we're also checking if the written code works. We spend a lot of time and put in much effort, ensuring that our programs do what they are...
View ArticleRefactoring Legacy Code: Part 7 - Identifying the Presentation Layer
Old code. Ugly code. Complicated code. Spaghetti code. Gibberish nonsense. In two words, Legacy Code. This is a series that will help you work and deal with it.In this seventh chapter of our...
View ArticleA BDD Workflow With Behat and Phpspec
In this tutorial, we will have a look at two different BDD tools, Behat and phpspec, and see how they can support you in your development process. Learning BDD can be confusing. New methodology, new...
View ArticleWhat Is Go?
Go is an open source programming language developed at Google and designed to help build simple reliable software systems. The core strength of Go is its concurrency mechanisms which make it simpler to...
View Article