Categories
web

Imposter Syndrome

Check out this article by David Walsh:

http://davidwalsh.name/impostor-syndrome

It’s totally a thing in the web development world.

Categories
web

Hack Like Hollywood

If you watch movies and you’re a programmer, you probably have to comment on how bad the interfaces are. Here is a website that makes it easy to hack like a hollywood hacker:

http://geektyper.com/

Categories
web

Developer Survey

StackOverflow is out with their 2015 Developer Survey. Great data in there, great to see the growth and trends around the world for web developers and developers of all kinds.

http://stackoverflow.com/research/developer-survey-2015

Categories
web

Push Notifications for Web Apps

This is a big one. This is the big reason (imho) that the user base of the world wants an app for everything. But the web folks are slowly bringing the features of native apps to the web world.

Push notifications will be a big step in making web apps a more acceptable and pleasing solution for clients and users.

http://updates.html5rocks.com/2015/03/push-notificatons-on-the-open-web

Categories
web

Semantic Markup FTW

It seems like the amount of code you can add to a simple HTML page just keeps growing. But the benefits are great, especially in this age of social sharing being the main way users find and share content. Using the markup listed in this article can help you make your page more visible.

http://webdesign.tutsplus.com/tutorials/improve-your-websites-discoverability-with-semantic-markup–cms-23223

Categories
web

Speed Matters

Spending time on improving page load time and app interaction time is super important. How important? Check these stats here:

http://www.guypo.com/17-statistics-to-sell-web-performance-optimization/

Categories
web

Managing Feature Requests

Managing feature requests is an issue every developer deals with (unless you’ve got a fancy business analyst between you and the client). Rachel Anderson from Perch describes some awesome tips for choosing how to prioritize and code up features.

http://alistapart.com/column/managing-feature-requests

The most important tip is her first one, figure out what the clients actual issue is, and don’t just code up the solution they come up with.

Categories
web

Core Hours for Programmers

We’re thinking about implementing Development Core Hours. This article outlines how another company does it:

https://medium.com/@nannerb/development-core-hours-cd60328a4584

The concept is awesome since I know I have a ton of little distractions that can happen throughout the day. And when a developer gets out of his train of thought, it can take a good chunk of time to get back into it.

Categories
web

When Women Stopped Coding

NPR published an intriguing article called “When Women Stopped Coding,” which surprisingly shows that the number of women in programming fields has dropped significantly. You hear so much today about getting kids into coding and girls coding groups, but I feel like a lack of women is coding is a problem from the 90’s, not now.

It’s sad to see this as a growing issue, the programming fields could always benefit from more diversity.

Screenshot 2014-10-21 13.09.48

Categories
web

PHP: A Great Language to Know

According to W3Tech PHP is used on 82% of websites using server-side programming languages. I had no idea that PHP had such a large market share. In the web development community you hear a decent amount about Rails or Node.

Screenshot 2014-10-20 15.01.50

It makes me feel more special and yet less special. The code I write is more maintainable out of the sheer popularity of the language, meaning there are probably more developers who could maintain any projects I write.