Stay up to date with the latest news from the Refresh Digital Blog. All CSS DevOps & Deployment HTML Javascript Other Stuff SQL Tech News Typescript November 12.2023 Docker Basics: Getting Started with Containers Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL... November 11.2024 Kubernetes Basics Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL... November 11.2024 How to Create a New Node.js Application from the Terminal Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL... November 08.2024 MySQL vs SQLite Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL... February 28.2023 Master Git: The 10 Must-Know Commands Git - the version control system that makes code collaboration and management a breeze. But if you're new to Git, you might feel like you're lost... February 24.2023 Microsoft Defends Activision Blizzard Merger The gaming world is buzzing with the news that Microsoft wants to buy Activision Blizzard, the creator of your favourite games like Call of Duty... February 23.2023 Understanding the Difference Between =, ==, and === Operators Are you ready to learn about the difference between =, ==, and === in programming? Buckle up, because we're about to have some fun! February 21.2023 Helsinki: The Surprising Capital of Mobile Gaming In the often snow-covered streets of Helsinki, something magical is happening. The Finnish capital is home to some of the world's most ambitious... February 20.2023 Boost your website's performance with these 7 cross-browser compatibility hacks Are you tired of the endless struggle of making your website work seamlessly across all browsers? Well, fear not, because we’ve got some... February 17.2023 What is the CSS Box Model? The box model is a fundamental concept in CSS that defines how elements on a web page are structured and rendered in the browser. It consists of... February 16.2023 Google's Bard AI Bot Blunder: $100bn Market Value Drop! Google's latest attempt to prove it's still on top of the artificial intelligence (AI) game seems to have backfired. In a recent ad for its new AI... February 15.2023 Responsive vs. Adaptive Design: Which is Better for You? When it comes to designing websites that work well on various devices, two popular approaches have emerged: responsive and adaptive design. While... February 14.2023 What is the difference between undeclared and undefined variables? So there you have it, folks! Undeclared variables are the party crashers of the programming world, while undefined variables are the wrapped... February 08.2023 UK Regulators Put Brakes on Microsoft's Massive Gaming Acquisition Microsoft's plan to acquire video game developer Activision Blizzard has hit a roadblock, with the UK's Competition and Markets Authority (CMA)... February 06.2023 Simplify Your Data Management with TypeScript Tuples Tuples in TypeScript are an ordered collection of elements of different data types. Each element in a tuple has a specific index, starting from 0.... February 01.2023 TypeScript Unleash the Power of Arrays In TypeScript, an array is a collection of values of the same type. The values can be of any data type such as numbers, strings, or even objects.... January 20.2023 Tech giant Microsoft announces massive layoffs It's a new year and it looks like the tech industry is already shaking things up! The latest tech giant to make some changes is none other than... January 18.2023 TypeScript's Special Types TypeScript is a powerful tool for ensuring that your code is clean, organized, and error-free. One of the ways it does this is by having several... January 16.2023 Upgrade Your Coding Skills: Learn How to Install TypeScript in Minutes First, make sure you have Node.js and npm (which comes with Node) installed. You can check by running commands in your terminal, If you don't have... January 11.2023 Investors Scammed by YouTuber Logan Paul's CryptoZoo YouTube sensation Logan Paul has apologized to fans who lost money after investing in his cryptocurrency game, CryptoZoo. The 27-year-old, who... January 09.2023 TypeScript Simple Types: The Basics Welcome to the world of TypeScript simple types! These are the building blocks for creating powerful, statically-typed JavaScript programs. Let's... January 06.2023 The Ultimate HTML Structure Guide: 10 Minutes to Better SEO and Engagement! Welcome to our HTML structure guide! We'll be going over the basic structure of an HTML page and how to add some extra elements like , , , and . January 05.2023 TypeScript: the must-have tool for every JavaScript developer Are you tired of those pesky runtime errors ruining your day? Are you ready to up your coding game and take your projects to the next level? January 04.2023 Tech Overload at CES 2022: Here's What to Expect Get ready tech enthusiasts, because the Consumer Electronics Show (CES) is almost here! From January 7-10, the Las Vegas Convention Center will be... January 03.2023 Sharing Netflix Password Now a Crime in the UK Attention all streaming service users in the UK: sharing passwords is a big no-no according to the Intellectual Property Office. July 03.2020 DOM Traversal DOM is just is another way to move from one part of the DOM to another based on its relationship... June 08.2020 Javascript Events Any time you use a web page or an app on your smartphone you generate all kinds of events even if you can't visually see them. An event is... May 28.2020 Working with the DOM DOM stands for Document Object Model. The DOM is a representation of a webpage that JavaScript can use. Changes that JavaScript makes to the DOM... April 15.2020 The History of Javascript Back in May 1995, the internet was becoming popular. The web back then was just static pages that were often text-heavy, the best ones had images... March 23.2020 Objects in Javascript Javascript is sometimes known as an object-oriented programming language. Functions, arrays, strings, numbers, boolean are all objects. March 09.2020 Arrays with Javascript The problem with simple variables is that each one only stores one value. For example, if you want to keep track of items in a shopping cart.... October 07.2019 What is Flexbox? CSS methods like floats, inline-blocks, and absolute positioning have certain limitations and were not meant to handle today’s responsive layouts. September 25.2019 Javascript Basics Javascript started life a as a simple language intended to add a few interactive features to websites. However it's grown to be one of the worlds... January 09.2020 Stay Ahead of the Game in Tech with a Learning Blog Welcome to Refresh Digital my development blog created by me Gary Miskimmons a Front-end Developer based in Northern Ireland. The first question...
November 12.2023 Docker Basics: Getting Started with Containers Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL...
November 11.2024 Kubernetes Basics Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL...
November 11.2024 How to Create a New Node.js Application from the Terminal Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL...
November 08.2024 MySQL vs SQLite Choosing the right database for your application is a big decision, especially if you're weighing the options between two popular databases: MySQL...
February 28.2023 Master Git: The 10 Must-Know Commands Git - the version control system that makes code collaboration and management a breeze. But if you're new to Git, you might feel like you're lost...
February 24.2023 Microsoft Defends Activision Blizzard Merger The gaming world is buzzing with the news that Microsoft wants to buy Activision Blizzard, the creator of your favourite games like Call of Duty...
February 23.2023 Understanding the Difference Between =, ==, and === Operators Are you ready to learn about the difference between =, ==, and === in programming? Buckle up, because we're about to have some fun!
February 21.2023 Helsinki: The Surprising Capital of Mobile Gaming In the often snow-covered streets of Helsinki, something magical is happening. The Finnish capital is home to some of the world's most ambitious...
February 20.2023 Boost your website's performance with these 7 cross-browser compatibility hacks Are you tired of the endless struggle of making your website work seamlessly across all browsers? Well, fear not, because we’ve got some...
February 17.2023 What is the CSS Box Model? The box model is a fundamental concept in CSS that defines how elements on a web page are structured and rendered in the browser. It consists of...
February 16.2023 Google's Bard AI Bot Blunder: $100bn Market Value Drop! Google's latest attempt to prove it's still on top of the artificial intelligence (AI) game seems to have backfired. In a recent ad for its new AI...
February 15.2023 Responsive vs. Adaptive Design: Which is Better for You? When it comes to designing websites that work well on various devices, two popular approaches have emerged: responsive and adaptive design. While...
February 14.2023 What is the difference between undeclared and undefined variables? So there you have it, folks! Undeclared variables are the party crashers of the programming world, while undefined variables are the wrapped...
February 08.2023 UK Regulators Put Brakes on Microsoft's Massive Gaming Acquisition Microsoft's plan to acquire video game developer Activision Blizzard has hit a roadblock, with the UK's Competition and Markets Authority (CMA)...
February 06.2023 Simplify Your Data Management with TypeScript Tuples Tuples in TypeScript are an ordered collection of elements of different data types. Each element in a tuple has a specific index, starting from 0....
February 01.2023 TypeScript Unleash the Power of Arrays In TypeScript, an array is a collection of values of the same type. The values can be of any data type such as numbers, strings, or even objects....
January 20.2023 Tech giant Microsoft announces massive layoffs It's a new year and it looks like the tech industry is already shaking things up! The latest tech giant to make some changes is none other than...
January 18.2023 TypeScript's Special Types TypeScript is a powerful tool for ensuring that your code is clean, organized, and error-free. One of the ways it does this is by having several...
January 16.2023 Upgrade Your Coding Skills: Learn How to Install TypeScript in Minutes First, make sure you have Node.js and npm (which comes with Node) installed. You can check by running commands in your terminal, If you don't have...
January 11.2023 Investors Scammed by YouTuber Logan Paul's CryptoZoo YouTube sensation Logan Paul has apologized to fans who lost money after investing in his cryptocurrency game, CryptoZoo. The 27-year-old, who...
January 09.2023 TypeScript Simple Types: The Basics Welcome to the world of TypeScript simple types! These are the building blocks for creating powerful, statically-typed JavaScript programs. Let's...
January 06.2023 The Ultimate HTML Structure Guide: 10 Minutes to Better SEO and Engagement! Welcome to our HTML structure guide! We'll be going over the basic structure of an HTML page and how to add some extra elements like , , , and .
January 05.2023 TypeScript: the must-have tool for every JavaScript developer Are you tired of those pesky runtime errors ruining your day? Are you ready to up your coding game and take your projects to the next level?
January 04.2023 Tech Overload at CES 2022: Here's What to Expect Get ready tech enthusiasts, because the Consumer Electronics Show (CES) is almost here! From January 7-10, the Las Vegas Convention Center will be...
January 03.2023 Sharing Netflix Password Now a Crime in the UK Attention all streaming service users in the UK: sharing passwords is a big no-no according to the Intellectual Property Office.
July 03.2020 DOM Traversal DOM is just is another way to move from one part of the DOM to another based on its relationship...
June 08.2020 Javascript Events Any time you use a web page or an app on your smartphone you generate all kinds of events even if you can't visually see them. An event is...
May 28.2020 Working with the DOM DOM stands for Document Object Model. The DOM is a representation of a webpage that JavaScript can use. Changes that JavaScript makes to the DOM...
April 15.2020 The History of Javascript Back in May 1995, the internet was becoming popular. The web back then was just static pages that were often text-heavy, the best ones had images...
March 23.2020 Objects in Javascript Javascript is sometimes known as an object-oriented programming language. Functions, arrays, strings, numbers, boolean are all objects.
March 09.2020 Arrays with Javascript The problem with simple variables is that each one only stores one value. For example, if you want to keep track of items in a shopping cart....
October 07.2019 What is Flexbox? CSS methods like floats, inline-blocks, and absolute positioning have certain limitations and were not meant to handle today’s responsive layouts.
September 25.2019 Javascript Basics Javascript started life a as a simple language intended to add a few interactive features to websites. However it's grown to be one of the worlds...
January 09.2020 Stay Ahead of the Game in Tech with a Learning Blog Welcome to Refresh Digital my development blog created by me Gary Miskimmons a Front-end Developer based in Northern Ireland. The first question...