Tag: Web development
-
Using GitHub container registry in practice
Posted on January 1, 2021, Level beginner Resource Length medium
Exploring the new capabilities of GitHub Container Registry. Did you know that GitHub has launched the new GitHub Container Registry September 2020? By Kasun Rajapakse.
Tags containers kubernetes cicd web-development
-
Client side architecture basics guide to testable flexible maintainable react
Posted on December 31, 2020, Level beginner Resource Length long
Though the tools we use to build client-side web apps have changed substantially over the years, the fundamental principles behind designing robust software have remained relatively the same. By Khalil Stemmler.
Tags open-source react ux software-architecture web-development nodejs
-
Search engine giants like Google could soon face competitions
Posted on December 30, 2020, Level beginner Resource Length medium
The European Union and the United States want to introduce tighter rules for tech giants like Google. Search engine rivals are ready to step up as efforts are made to create a fairer competitive environment. By dw.com.
Tags open-source search miscellaneous software software-architecture web-development cio
-
How to structure CSS classes
Posted on December 30, 2020, Level beginner Resource Length medium
A clean and arranged CSS structure is hard to maintain in growing projects. Therefore it is important to think about how you would like to structure your classes right from the start so that you don't lose control. But if you start searching for methodologies and techniques to organize your CSS, you will soon realize that there are many ways to reach your goal! By Anne Debora Zimmermann.
Tags web-development css frontend app-development react
-
Open source strategy of Amazon Web Services
Posted on December 28, 2020, Level beginner Resource Length medium
Did you know that Amazon leads more than 1,200 open source projects on GitHub? That number, which author got from the Open Source at AWS web page, was confirmed by Asay (Head of Open Source Strategy and Marketing at Amazon Web Services) to represent "officially sponsored projects" — meaning they are open source projects that began inside of AWS, rather than being independent projects run by AWS employees. By Richard MacManus.
Tags open-source app-development web-development cio learning
-
How to build with Terraform: Azure VMs (Windows)
Posted on December 27, 2020, Level intermediate Resource Length medium
Have you created an Azure VM via the Azure portal before? If so, how many clicks did it take to do that? Can you do it, again and again, providing the exact same input values to ensure you meet a specific standard? Probably not. You need to automate the process. Create Azure VMs with Terraform! By Adam Bertram.
Tags devops app-development web-development programming azure containers
-
TypeScript compilation performance best practices
Posted on December 26, 2020, Level intermediate Resource Length long
There are easy ways to configure TypeScript to ensure faster compilations and editing experiences. The earlier that these practices can be adopted, the better. By Daniel Rosenwasser.
Tags nodejs javascript app-development web-development programming
-
Developing micro-microservices in C on Red Hat OpenShift
Posted on December 16, 2020, Level intermediate Resource Length long
For optimal runtime resource usage and millisecond startup times, though, it remains hard to beat C. Comparatively few people in the IT industry have experience implementing middleware components in C. This fact is ironic because C is an ideal vehicle for implementing truly micro microservices. By Kevin Boone.
Tags microservices web-development app-development performance devops cloud
-
The last guide to the useEffect Hook you'll ever need
Posted on December 14, 2020, Level intermediate Resource Length medium
Understanding how the useEffect Hook works is one of the most important concepts for mastering React today. If you have been working with React for several years, it is especially crucial to understand how working with useEffect differs from working with the lifecycle methods of class-based components. In fact, it is a wholesale shift in mindset! By Sebastian Weber.
Tags react javascript web-development app-development performance
-
How to install PHP 8 on Ubuntu 20.04
Posted on December 12, 2020, Level beginner Resource Length short
PHP is one of the most widely used server-side programming languages. Many popular CMS and frameworks such as WordPress, Magento, and Laravel are written in PHP. PHP 8.0 is the latest major release of the PHP language. It introduces several breaking changes, performance improvements, and lots of new features such as named arguments, JIT compiler, union types, match expression, and more. By linuxize.com.
Tags php linux web-development app-development performance
-
Microfrontends: expensive recipe for frontend applications
Posted on December 6, 2020, Level beginner Resource Length short
Microfrontends is a new trend in the frontend world however, the idea of being able to compose an application out of other independent applications is not new. By Sergio Martino.
Tags frontend microservices web-development app-development
-
From Vue to Nuxt: Server-side rendering in a nutshell
Posted on December 4, 2020, Level intermediate Resource Length long
Building front-end apps is no longer limited to taking care of what is happening only in the browser. We need to dig into the server-side as well if we want to provide reliable software. By Patryk Andrzejewski.
Tags frontend servers web-development app-development nodejs javascript