Guest Author

From time to time, students, graduates, and colleagues of Code Institute contribute to our blogs and articles. Here's where you will find them.
Coding the Future: Developer Spotlight – Nathan Parsley

Coding the Future: Developer Spotlight – Nathan Parsley

In May 2023, Nathan Parsley joined the Level 5 Diploma in Web Application Development programme, delivered at East Kent College Group (Ashford) by Rachel Furlong using the Code Institute learning platform. The course equips learners with full-stack software development skills, preparing them to enter the digital workforce in various roles. Nathan has completed the programme […]

Coding the Future: Developer Spotlight – Wendy Bovill

Coding the Future: Developer Spotlight – Wendy Bovill

In March 2023, Wendy Bovill joined the Level 5 Diploma in Web Application Development programme, which is delivered at Westminster Adult Education Service (WAES) using the Code Institute learning platform. The course equips learners with full-stack software development skills, making them ready to enter the digital workforce in various roles. Digital Academy leader Candice Fanning […]

Coding the Future: Developer Spotlight – Ryan McNally

Coding the Future: Developer Spotlight – Ryan McNally

In November 2022, Ryan McNally joined the Level 5 Diploma in Web Application Development programme, delivered at City of Bristol College by Pasquale Fasulo and Ben Smith using the Code Institute learning platform. The course equips learners with full-stack software development skills, preparing them to enter the digital workforce in various roles. We asked Ryan’s […]

Working with JSON in Python: A Beginner’s Guide

Working with JSON in Python: A Beginner’s Guide

If you’re just starting with Python, you might have heard about JSON, which stands for JavaScript Object Notation. JSON is a lightweight data-interchange format that is easy for humans to read and write and for machines to parse and generate. Working with JSON in Python is a common task, and it’s essential to understand how […]

Multivariate Analysis: What Is It & What Are Its Uses?

Multivariate Analysis: What Is It & What Are Its Uses?

In data analysis, multivariate analysis is a technique that enables the comprehensive exploration of complex datasets. By considering multiple variables simultaneously, this analytical approach reveals intricate relationships, uncovers hidden patterns, and provides a deeper understanding of the underlying structure.  This article looks at multivariate analysis, unravelling its significance and practical applications across various fields.  Whether you’re […]

Bildungskarenz & Code Institute: Your Path to Success in Software Development

Bildungskarenz & Code Institute: Your Path to Success in Software Development

Why Code Institute? Code Institute provides professional qualifications programmes tailored to the demands of the European Software Development industry. We are excited to have arrived in Austria, especially in Vienna, as more than 27.000 high-paying jobs in Software Development are available and there for the taking for those who can get the job done.  Code […]

PHP vs JavaScript: When to Use

PHP vs JavaScript: When to Use

Developers used JavaScript and PHP to create several well-known websites, including Facebook (now also uses Hack, a PHP Dialect), Wikipedia, WordPress, and many others. Nevertheless, because PHP and JavaScript are both scripting languages, programming with them is difficult. PHP is a server-side scripting language, whereas JavaScript is a client-side scripting language. The two languages are […]

HTML Head Tag

HTML Head Tag

In this article, we will take a closer look at the head tag, which is one of the key elements of a well-formed HTML document. Each web page contains a Doctype, an HTML element, a head, and a body. The doctype declares the HTML version and is needed for the web page to be rendered […]

HTML Body Tag

HTML Body Tag

In the first article of this series, we looked at the first element of the <html> element, the HTML head tag. In this article, we will explain what the HTML body tag is and what it is used for. What is the HTML Body Tag? The HTML body element is the container for the content […]

What is Timeboxing?

What is Timeboxing?

Timeboxing is a goal-based strategy that people use to increase productivity and reduce the time spent plotting how to get the work done.   The concept is simple. You put a time limit on tasks, meeting agenda points, investigation time, anything, so you or the team stays focused on the common end goal and the precious […]