---
title: 'Hot Web Design and Development - November 2020'
url: 'https://www.worldoweb.co.uk/2020/hot-web-design-and-dev-november-2020'
markdown: 'https://www.worldoweb.co.uk/2020/hot-web-design-and-dev-november-2020.md'
date: '2020-11-30'
description: 'Discover hot web design and development resources for November 2020, including updates on MacOS Big Sur, PHP 8 release, security concerns with IoT devices, and coding resources for JavaScript and Python.'
taxonomy:
  category:
    - 'Web Development'
    - Security
  tag:
    - Resources
    - Apple
    - Python
    - Learning
    - JavaScript
    - Magazine
---

# Hot Web Design and Development - November 2020

 Published on November 30, 2020 by Tracy Ridge in  [Web Development](https://www.worldoweb.co.uk/category/category:Web%20Development) 

 [Security](https://www.worldoweb.co.uk/category/category:Security) 

Welcome to the November 2020 roundup of Web Design and Development news. In this month’s edition, we feature the release of Mac’s latest OS. The 8th Version of the PHP programming language has been released. The changes appear to make it nicer to work with. Only time will tell!

Table of contents

- [Big Sur Released](#one)
- [PHP 8 Released](#two)
- [Security and Safety Concerns](#three)
- [Coding Resources](#four)
- [The Best of the Rest in November 2020](#five)

## Big Sur Released

On November 12th Apple released their newest version of macOS. Big Sur features an overhauled user interface bringing curved windows and added transparency. All the menus have rounded corners and a little more vertical spacing between each menu item.

![Big-Sur Control Centre](https://www.worldoweb.co.uk/images/4/3/1/b/9/431b976a6a2c055af069d876af404e0880ef9ecd-macos-big-sur.png)The All-New Control CentreThe icons and sounds have also been refreshed. The one feature that is welcoming is the new control centre. System features like Networking and Bluetooth are in an iOS-like control centre. This declutters the taskbar. For a full-featured roundup see this article on [MacRumors](https://www.macrumors.com/roundup/macos-big-sur/). Some people don’t like the change and there has been a mixed reaction to the new UI. Some people think it’s a step backwards. I like it, it’s fresh and current.

## PHP 8 Released

I haven’t worked with PHP much over the past few years so I haven’t used the majority of PHP 7 features. Version 8 is now released and some of its new features include. **Named arguments** that allow you to skip optional parameters inside functions.

Code in classes is much cleaner. You can now **declare and initialise properties** inside of a constructor function.

The new **match expression** is similar to a switch but is more readable and reduces the need for a break; statement.

![PHP 8 Logo Released November 2020](https://www.worldoweb.co.uk/images/4/1/a/f/7/41af7b90356457c711cf00991ef94b3125a4f9c2-php8-logo.png)With Thanks to [Elephpant.com](https://www.elephpant.com/)PHP usage has dwindled over the years in favour of Node JS servers. The radical adoption of JS Frameworks such as Vue, React and Angular added to its demise. PHP Frameworks such as Laravel and CMS such as WordPress are keeping PHP alive. Visit [php.net](http://php.net/releases/8.0/en.php) for a more comprehensive detailed look at the new features.

## Security and Safety Concerns

The 2nd generation of [ring doorbells](https://www.makeuseof.com/ring-smart-doorbells-recalled-after-fire/) is being recalled. Overheating, causing fire and damage to property. Although contained to the USA and Canada at the present and there haven’t been any reports here in the UK. It’s not the first time they have been in the news after allowing the police to access user uploaded footage.

Recently in an assignment, I studied the security of IoT devices. Thus, I am wary about privacy and security issues. In particular, if you are a user that reuses the same password for many accounts.

Amazon is also releasing a new feature for Alexa called [Sidewalk](https://www.cnet.com/how-to/amazon-sidewalk-will-create-entire-smart-neighborhoods-faq-ble-900-mhz/). A small proportion of your internet connection is offset. This is to create a broader network in your neighbourhood. Currently, I’m pessimistic so It will be something that I will continue to track in the coming months.

## Coding Resources

November has brought us yet more goodies in the coding world. If you are wanting to learn more [JavaScript](https://www.worldoweb.co.uk/2020/coding-javascript-10-beginner-resources) then here is a refreshed list of [resources](https://dev.to/offirmo/learn-javascript-in-2020-a-refreshed-list-of-resources-44o0) and a list of [10 one-liners](https://medium.com/dailyjs/10-javascript-oneliners-you-have-got-to-add-your-arsenal-as-a-developer-b733cbb973b2). FreeCodeCamp has a useful guide on the [best approach to learning](https://www.freecodecamp.org/news/how-to-learn-coding-approach-is-everything/). If you are studying Java then why not put that into [practice](https://dzone.com/articles/how-to-learn-java-as-quickly-as-possible-best-prac). Here is another starter programming guide on the [essential things to learn](https://dev.to/nickbulljs/6-essential-things-i-wish-i-knew-when-i-started-programming-1pc7).

If you are a [Python](https://www.worldoweb.co.uk/2016/python-resources-articles-get-started) developer here is a comparison of [11 new web frameworks.](https://dzone.com/articles/comparison-of-11-new-python-web-frameworks) If you are a beginner then here is a [Python tutorial for beginners.](https://www.youtube.com/watch?v=_uQrJ0TkZlc) If you are looking for a more comprehensive course then check out [Python for Everybody](https://www.py4e.com/). It’s free and has a great curriculum.

## The Best of the Rest in November 2020

- [Aria in CSS](https://adactio.com/journal/17566)
- [New Tools for Designers Nov 2020](https://www.webdesignerdepot.com/2020/11/exciting-new-tools-for-designers-november-2020/)
- [Best Grammar and Punctuation Sites](https://www.makeuseof.com/best-grammar-punctuation-sites/)
- [11 Best Dummy Text Generators & Lorem Ipsum Tools](https://line25.com/web-development/11-best-dummy-text-generators-lorem-ipsum-tools)
- [10 Reasons Your WordPress Site Will Get Hacked and How To Stop It](https://www.webdesignerdepot.com/2020/11/10-reasons-your-wordpress-site-will-get-hacked-and-how-to-stop-it/)
- [21 SEO Experiments That Will Change The Way You Think About SEO (Forever)](https://seosherpa.com/seo-experiments/)
- [Please Disable JavaScript to Use This Site](https://heydonworks.com/)
- [100 Days Of Python: Days 1 through 5](https://dev.to/redlotusdesignz/100-days-of-python-days-1-through-5-30kh)

### Share

 [X](https://x.com/intent/tweet?text=Hot%20Web%20Design%20and%20Development%20-%20November%202020&url=https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020&via=worldoweb "Share on X") [Facebook](https://www.facebook.com/sharer.php?u=https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020 "Share on Facebook") [Reddit](https://www.reddit.com/submit?url=https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020&title=Hot%20Web%20Design%20and%20Development%20-%20November%202020 "Share on Reddit") [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020 "Share on LinkedIn") [Bluesky](https://bsky.app/intent/compose?text=Hot%20Web%20Design%20and%20Development%20-%20November%202020%20https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020 "Share on Bluesky") [Email](mailto:?subject=Hot%20Web%20Design%20and%20Development%20-%20November%202020&body=https%3A%2F%2Fwww.worldoweb.co.uk%2F2020%2Fhot-web-design-and-dev-november-2020 "Share via email") 

#### Tags

 [ Resources](https://www.worldoweb.co.uk/tag/tag:Resources) [ Apple](https://www.worldoweb.co.uk/tag/tag:Apple) [ Python](https://www.worldoweb.co.uk/tag/tag:Python) [ Learning](https://www.worldoweb.co.uk/tag/tag:Learning) [ JavaScript](https://www.worldoweb.co.uk/tag/tag:JavaScript) [ Magazine](https://www.worldoweb.co.uk/tag/tag:Magazine) 

##### Next

 [ ← How To Become a Successful Freelance Web Designer ](https://www.worldoweb.co.uk/2020/become-successful-freelance-web-designer) 

OR

##### Previous

 [ Top Tips for a Career in Technology → ](https://www.worldoweb.co.uk/2020/top-tips-for-a-career-in-technology)

---

## Navigation

- Previous: [How To Become a Successful Freelance Web Designer](https://www.worldoweb.co.uk/2020/become-successful-freelance-web-designer.md)
- Next: [Top Tips for a Career in Technology](https://www.worldoweb.co.uk/2020/top-tips-for-a-career-in-technology.md)
