Amazon AWS
Google Cloud Platform
Microsoft Azure
DigitalOcean
Linode
Heroku
Vultr
CloudFlare
PHP
Python
JavaScript
Java
Ruby
C#
C++
HTML5
Amazon AWSYou could say a lot of things about AWS, but among the cloud platforms (and I've used quite a few) AWS takes the cake. It is logically structured, you can get through its documentation relatively easily, you have a great variety of tools and services to choose from [from AWS itself and from third-party developers in their marketplace]. There is a learning curve, there is quite a lot of it, but it is still way easier than some other platforms. I've used and abused AWS and EC2 specifically and for me it is the best.
Based on our record, Amazon AWS should be more popular than PHP. It has been mentiond 484 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Not because infrastructure isn't important. It is. Not because Amazon Web Services (AWS) is a bad platform. It isn't. - Source: dev.to / 14 days ago
The AWS S3 documentation covers all of these in detail. The configuration takes about an hour to get right the first time and rarely needs changes after. - Source: dev.to / 29 days ago
The first pattern is direct-to-storage. The client uploads chunks directly to an object storage service like Amazon S3 using pre-signed URLs. The application server creates the upload session and grants permission but never sees the file bytes. This pattern scales well because the application servers do not handle the upload bandwidth. - Source: dev.to / 29 days ago
AWS Secrets Manager provides managed secrets storage with automatic rotation for RDS databases, Redshift clusters, DocumentDB, and other common services. For applications running on AWS infrastructure, Secrets Manager integrates directly with Lambda, ECS, EKS, and EC2 at the platform level, injecting secrets into the application environment without requiring files on disk or manual retrieval code. - Source: dev.to / about 2 months ago
This approach, popularized by platforms like AWS, helps users make informed decisions about how far to push the boundaries while maintaining realistic expectations about support. - Source: dev.to / 4 months ago
The PHP website is indeed one of the worst parts of the whole ecosystem. Just look at the landingpage (https://php.net) and compare it with those of other languages. There's not a single piece of PHP code on the page. No "what is PHP", no "why should I use it", and no "that's why PHP is great". It's just a news page showing the latest releases, and a small section for downloading PHP. And speaking of the website:... - Source: Hacker News / about 2 months ago
My initial idea was to leverage the main applicationโs queue worker by deploying a queue worker remotely and setting up a secure connection between them using something like Wireguard. Vigilant is written in PHP using the Laravel framework, for queuing it uses Laravel Horizon. This is a queuing system built on top of Redis. All monitoring tasks in Vigilant are executed on this queue, it allows for multiple queues... - Source: dev.to / 8 months ago
I remember being 15 (18 years ago ๐ฅฒ) and learning PHP. Stack Overflow wasnโt as big yet, and finding answers often meant digging through forums filled with half-baked solutions, each dependent on specific hosting configurations. There was no universal standard, some hosts supported certain php.ini settings while others didnโt. The only reliable resource? The official PHP documentation: php.net. - Source: dev.to / over 1 year ago
That's the first I've heard of it, and I like it! I can't tell you the number of trips to php.net to look at argument order for a function. Is it haystack/needle, or needle/haystack? Of course it could turn into the same thing w/ argument names (is it whole_name or full_name?), but I'm going to use it. Source: about 3 years ago
Prepare to spend a fair bit of time reading and going back to phptherightway.com and php.net. I've also found this Tutorial from Envato Tuts+ to be quite good. Source: about 3 years ago
Google Cloud Platform - Google Cloud provides flexible infrastructure, end-to-security, modern productivity, and intelligent insights engineered to help your business thrive.
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
Microsoft Azure - Windows Azure and SQL Azure enable you to build, host and scale applications in Microsoft datacenters.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
DigitalOcean - Simplifying cloud hosting. Deploy an SSD cloud server in 55 seconds.
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible