Homepage
Open in app
Sign in
Get started
Code The World
Code is taking over the world
Follow
Latest
HTML Best Practices: Type attribute on script and style elements is not necessary in HTML5
Since all browsers expect scripts to be JavaScript and styles to be CSS, you don’t need to include type attribute. While it isn’t really a…
Austin Songer
Jan 22, 2017
HTML Best Practices: HTML5 Structural Elements
HTML5 structural elements allow us to create a more semantic and descriptive codebase and are used in all of our projects. Instead of using…
Austin Songer
Jan 21, 2017
CSS-Responsive Websites and Frameworks
Min-width media queries
Austin Songer
Jan 21, 2017
HTML Best Practices: Schema.org Markup
Schema.org is the result of collaboration between Google, Bing, Yandex, and Yahoo! to provide the information their search engines need to…
Austin Songer
Jan 20, 2017
CSS-Performance
Let’s be honest, CSS “speed” and performance is not as important as PHP or JavaScript performance. However, this doesn’t mean we should…
Austin Songer
Jan 20, 2017
HTML Best Practices: Avoid Unnecessary Presentational Markup
Write clean, semantic markup, avoid writing unnecessary presentational markup. Markup should always dictate what the content is, and CSS…
Austin Songer
Jan 19, 2017
CSS — Documentation
Code documentation serves two purposes: it makes maintenance easier and it makes us stop and think about our code. If the explanation is…
Austin Songer
Jan 19, 2017
Linux Command Line Interface: The Basics — Part 7
Linux Command Line Interface: The Basics — Part 7
7. Better listing
Austin Songer
Jan 19, 2017
Great README
A great README file helps your project to stand out from the sea of open-source software on GitHub. In this article I go over the key…
Austin Songer
Jan 18, 2017
HTML Best Practices: Lowercase Tags
Although HTML is not case sensitive, using lowercase tags is our preferred pattern. Again, we’re emphasizing readability and consistency.
Austin Songer
Jan 18, 2017
CSS — Syntax and Formatting
Syntax and formatting are keys to a maintainable project. By keeping our code style consistent, we not only help ourselves debug faster but…
Austin Songer
Jan 18, 2017
Linux Command Line Interface: The Basics — Part 6
6. Creating files
Austin Songer
Jan 18, 2017
Keeping Up To Date on Technologies
http://jscentral.org/
Austin Songer
Jan 17, 2017
Linux Security: Some Basics
Passwords
Austin Songer
Jan 17, 2017
Linux Command Line Interface: The Basics — Part 5
5.0 Creating directories
Austin Songer
Jan 17, 2017
What is automated testing good for?
Writing automated tests for your software helps you to:
Austin Songer
Jan 17, 2017
Linux Command Line Interface: The Basics — Part 4
4.0 Changing directories
Austin Songer
Jan 16, 2017
Linux Command Line Interface: The Basics — Part 3
3.0 Listing directory contents
Austin Songer
Jan 15, 2017
Linux Command Line Interface: The Basics — Part 2
2. The current directory
Austin Songer
Jan 14, 2017
Linux Command Line Interface: The Basics — Part 1
Linux Command Line Interface: The Basics — Part 1
1. The Command Line Interface, CLI
Austin Songer
Jan 13, 2017
AWS Developer Fundamentals: CodePipeline
Launching instances for the new Deployment Group
Austin Songer
Jan 12, 2017
AWS Developer Fundamentals: CodeDeploy
Creating a new Deployment with the AWS CLI
Austin Songer
Jan 11, 2017
JavaScript Standard Style: Rules — Part 1
Use 2 spaces for indentation.
Austin Songer
Jan 11, 2017
AWS Developer Fundamentals: CodeCommit
General
Austin Songer
Jan 10, 2017
DNS Concepts
Domain Name System
Austin Songer
Jan 10, 2017
About Code The World
Latest Stories
Archive
About Medium
Terms
Privacy
Teams