Tag: Web development
-
Fibers in PHP: A new opportunity for async PHP?
Posted on March 29, 2021, Level beginner Resource Length medium
It looks like PHP will get fibers soon with PHP 8.1! That's awesome! Or is it. By Christian Lück.
Tags web-development app-development php functional-programming
-
Redux best practices for creating scalable API architectures
Posted on March 26, 2021, Level beginner Resource Length medium
We often get confused about fetching data and how to connect our frontend application with the backend and we always end up reading tonnes of articles. Stop fetching data in Redux actions. By Shrey Vijayvargiya.
Tags apis react javascript web-development
-
The only guide you need for a static website in Azure — Create a static website
Posted on March 23, 2021, Level beginner Resource Length medium
Want to know more about static site generators? How to host your static website using Azure services, or how you can automate the full integration of your web code and the deployment of your site build? Either way, this series of blog posts is for you! By Rolf Schutten.
Tags azure web-development app-development
-
Set up k3s in high availability using k3d
Posted on March 22, 2021, Level intermediate Resource Length medium
Serverless computing is at the precipice of enterprise shift towards containers and microservices. 2021 presents some exciting opportunities to finally board the ship. By Tauseef Khan.
Tags kubernetes web-development app-development devops cio containers
-
The state of serverless computing 2021
Posted on March 21, 2021, Level beginner Resource Length medium
Serverless computing is at the precipice of enterprise shift towards containers and microservices. 2021 presents some exciting opportunities to finally board the ship. By Tauseef Khan.
Tags serverless web-development app-development devops cio
-
Using Eleventy to host your blog
Posted on March 19, 2021, Level beginner Resource Length short
Blogs don't need to be dynamic. Technically, it doesn't make sense to pull data out of a database when a page is requested. Instead, it makes more sense to create the pages (HTML) beforehand (during the build process). By Sahil Parikh.
Tags app-development web-development frontend nodejs javascript
-
Browser attack allows tracking users online with JavaScript disabled
Posted on March 11, 2021, Level beginner Resource Length short
Researchers have discovered a new side-channel that they say can be reliably exploited to leak information from web browsers that could then be leveraged to track users even when JavaScript is completely disabled. By Ravie Lakshmanan.
Tags infosec javascript browsers web-development
-
How to Create REST API with Azure Functions and Serverless Framework
Posted on March 9, 2021, Level intermediate Resource Length short
With the recent updates to the serverless-azure-functions plugin, it is now easier than ever to create, deploy and maintain a real-world REST API running on Azure Functions. This post will walk you through the first few steps of doing that. By Tanner Barlow.
Tags apis azure app-development open-source web-development serverless
-
Online payments using the new Web Payment APIs
Posted on March 8, 2021, Level intermediate Resource Length medium
The Payment Request API and the Payment Handler API are a set of new W3C web standard being introduced to make payments easier on a website. It is aimed at standardizing and providing a consistent user experience for payments for both end-users and for merchants. By Deepu K Sasidharan, Developer Advocate, Adyen.
Tags apis app-development open-source web-development
-
How to protect sensitive data for its entire lifecycle in AWS
Posted on February 28, 2021, Level intermediate Resource Length long
Many Amazon Web Services (AWS) customer workflows require ingesting sensitive and regulated data such as Payments Card Industry (PCI) data, personally identifiable information (PII), and protected health information (PHI). In this post, I'll show you a method designed to protect sensitive data for its entire lifecycle in AWS. By Raj Jain.
Tags infosec web-development cio app-development apis
-
Prooph, top enterprise aware PHP CQRS and Event Sourcing components
Posted on February 27, 2021, Level beginner Resource Length medium
Prooph is an enterprise-ready PHP CQRS and Event Sourcing packages for PHP with support for the most famous PHP web frameworks. If you are not familiar with CQRS (Command Query Responsibility Segregation), it's first described by Greg Young in 2010 and it's basically a design pattern used in enterprise and microservices architecture to separate read and writes in your data layer. By Hatem Ben Yacoub.
Tags php web-development open-source app-development
-
Authenticating Vuepress apps with Auth0
Posted on February 25, 2021, Level intermediate Resource Length short
Learn how to create your first VuePress site and add Authentication with Auth0. By Fikayo Adepoju.
Tags web-development frontend nodejs javascript app-development infosec