No Shame In Looking It Up
Web developers are tasked with remembering several different programming languages in order to effectively get the job done. HTML, CSS, & Javascript are the big three of course, but there are others such as Coffeescript, SCSS, XML that help workflow and facilitate tasks. Backend devs also commonly need to know scripting languages (e.g. PHP, Ruby on Rails, .NET) and how to interact with a database (e.g. SQLite, MSSQL, MySQL). Beyond the base programming languages there’s no shortage of frameworks and plugins available to increase organization and assist in common tasks, jQuery and CodeIgniter being two notable examples. Though, with great power comes great responsibility – as the saying goes.
Each framework and plugin has their own documentation and structure that needs to be reviewed and retained. On top of this foundation of programming language and frameworks knowledge, there are other principles and methodologies to also keep in mind:
- architectural patterns e.g. REST
- programming principles e.g. DRY
- workflow methodologies e.g. Agile and Lean
- semantic & accessibility best practices
In this veritable acronym stew of programming & process, I wholeheartedly believe that there’s no shame in looking it up. There’s simply too much out there to interact with and utilize to be able to retain it all. Need to find a string in a string but don’t recall which PHP string function to use, go ahead and check it out! I think it’s far more important for us to grasp what these languages, frameworks, and plugins are capable of before we attempt to memorize all the available methods and their syntax. You could always look up how to write a jQuery selector for all <input>
elements with a name attribute starting with “quarterly” (it’s [name ^=”quarterly”] by the way), having the knowledge that such a selector is available is an excellent start.
Need help with an upcoming project?
I'd love to hear more about what you have coming up and how I can help bring it to life! My earliest availability is currently Q1 2025.
Get in Touch