<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Lucas Tan</title>
    <description>The latest articles on DEV Community by Lucas Tan (@tanlucas).</description>
    <link>https://dev.to/tanlucas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1202212%2F4646aa90-6b2f-49cb-8398-8a0db344293f.jpg</url>
      <title>DEV Community: Lucas Tan</title>
      <link>https://dev.to/tanlucas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanlucas"/>
    <language>en</language>
    <item>
      <title>HOW TO RUN DRUPAL ON UHOST IN VPC ENVIRONMENT</title>
      <dc:creator>Lucas Tan</dc:creator>
      <pubDate>Mon, 06 Nov 2023 08:47:20 +0000</pubDate>
      <link>https://dev.to/scloudsg/how-to-run-drupal-on-uhost-in-vpc-environment-38jo</link>
      <guid>https://dev.to/scloudsg/how-to-run-drupal-on-uhost-in-vpc-environment-38jo</guid>
      <description>&lt;p&gt;Installing Drupal in the cloud offers numerous advantages, including scalability, high availability, and ease of management. SCloud provides a flexible infrastructure that can grow with your website’s needs, ensuring optimal performance during traffic spikes and minimizing downtime. Additionally, cloud environments offer built-in security features, automated backups, and simplified resource management. This not only streamlines the installation process but also reduces the burden of hardware maintenance, making it a practical choice for web developers and businesses looking for a reliable and cost-effective hosting solution for their Drupal websites.&lt;/p&gt;

&lt;p&gt;Installing Drupal on a Virtual Private Cloud (VPC) and a cloud compute instance involves setting up a secure and scalable environment for hosting your Drupal website.&lt;/p&gt;

&lt;p&gt;Here’s how to use SCloud Console to run your Drupal:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Set Up a Virtual Private Cloud (VPC):&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Create a VPC to isolate your resources. In the VPC, you can define your network topology, subnets, and security groups to control inbound and outbound traffic.&lt;/p&gt;

&lt;p&gt;1.1. Sign in into &lt;a href="https://www.scloud.sg/"&gt;SCloud Console&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1.2. Hover over ‘All Products’ on the top left &amp;amp; click on ‘UVPC’&lt;/p&gt;

&lt;p&gt;For the complete tutorial, visit: &lt;a href="https://www.scloud.sg/resource/how-to-run-drupal-on-uhost-in-vpc-environment/"&gt;https://www.scloud.sg/resource/how-to-run-drupal-on-uhost-in-vpc-environment/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>cloud</category>
      <category>tutorial</category>
      <category>development</category>
    </item>
    <item>
      <title>HOW TO SETUP UDB MYSQL AS YOUR BACKEND DATABASE FOR UHOST</title>
      <dc:creator>Lucas Tan</dc:creator>
      <pubDate>Mon, 06 Nov 2023 08:45:21 +0000</pubDate>
      <link>https://dev.to/scloudsg/how-to-setup-udb-mysql-as-your-backend-database-for-uhost-ijf</link>
      <guid>https://dev.to/scloudsg/how-to-setup-udb-mysql-as-your-backend-database-for-uhost-ijf</guid>
      <description>&lt;p&gt;Choosing MySQL as your database in a cloud environment offers several advantages, making it a popular choice for many cloud-based applications and services. To store your application records &amp;amp; data in a MySQL database, SCloud offers UDB MySQL which can be integrated with UHost. Before we jump into the steps for setting up UDB MySQL in SCloud console, here are some reasons to consider MySQL for cloud-based database solutions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Open Source and Cost-Effective&lt;br&gt;
MySQL is open-source software, which means you can use it without incurring licensing fees. This can lead to cost savings, especially in cloud environments where you pay for resources based on usage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Widely Supported&lt;br&gt;
MySQL is one of the most widely supported relational database management systems (RDBMS). It is compatible with numerous programming languages and platforms, making it easy to integrate into various cloud-based applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scalability&lt;br&gt;
MySQL can be scaled horizontally and vertically to handle increased workloads. Many cloud providers offer tools and services for easy database scaling, ensuring your application can grow with your user base.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;High Availability&lt;br&gt;
Cloud platforms provide options for high availability and data redundancy. You can configure MySQL to work in master-slave or multi-node setups to ensure data integrity and minimal downtime.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Data Security&lt;br&gt;
MySQL provides robust data security features, including authentication, authorization, encryption, and auditing, to protect your data in the cloud.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here’s how to use &lt;a href="https://www.scloud.sg/"&gt;SCloud Console&lt;/a&gt; to setup UDB MySQL:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Spin Up UHost Compute Instance (if not already done so):&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;1.1. Select the UHost Configuration&lt;br&gt;
a. Region &amp;amp; Availability Zones&lt;/p&gt;

&lt;p&gt;For the complete tutorial, visit: &lt;a href="https://www.scloud.sg/resource/how-to-setup-udb-mysql-as-your-backend-database-for-uhost/"&gt;https://www.scloud.sg/resource/how-to-setup-udb-mysql-as-your-backend-database-for-uhost/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>database</category>
      <category>mysql</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>HOW TO SETUP UROCKETMQ FOR DISTRIBUTED APPLICATION MESSAGING</title>
      <dc:creator>Lucas Tan</dc:creator>
      <pubDate>Mon, 06 Nov 2023 08:44:52 +0000</pubDate>
      <link>https://dev.to/scloudsg/how-to-setup-urocketmq-for-distributed-application-messaging-32jk</link>
      <guid>https://dev.to/scloudsg/how-to-setup-urocketmq-for-distributed-application-messaging-32jk</guid>
      <description>&lt;p&gt;RocketMQ is an open-source, distributed message-oriented middleware platform for reliable and scalable data streaming and messaging. If you are looking to setup RocketMQ in SCloud, our platform offers a ready and easy to use service called URocketMQ. Before we jump into how you can setup URocketMQ in the SCloud console, do know that deploying RocketMQ in the cloud offers a whole lot of benefits, including:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Scalability&lt;br&gt;
Cloud platforms allow you to easily scale your RocketMQ cluster up or down based on your messaging workload. You can add or remove resources as needed to accommodate changing demands.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;High Availability&lt;br&gt;
Cloud environments provide tools and services for achieving high availability and fault tolerance. You can distribute RocketMQ brokers across multiple availability zones to ensure system reliability.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Managed Services&lt;br&gt;
Some cloud providers offer managed message queue services, which can simplify operational tasks like maintenance, patching, and monitoring. This can free your team from low-level infrastructure management.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cost Efficiency&lt;br&gt;
Cloud providers often offer pay-as-you-go pricing models, allowing you to pay only for the resources you use. This can be cost-effective for organizations, especially if they have fluctuating workloads.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here’s how to use SCloud Console to setup URocketMQ:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Create URocketMQ Instance:&lt;br&gt;
1.1. Sign in to &lt;a href="https://www.scloud.sg/"&gt;SCloud Console&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select ‘All Products’ on the top left &amp;amp; click ‘URocketMQ’.&lt;br&gt;
For the complete tutorial, visit: &lt;a href="https://www.scloud.sg/resource/how-to-setup-urocketmq-for-distributed-application-messaging/"&gt;https://www.scloud.sg/resource/how-to-setup-urocketmq-for-distributed-application-messaging/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>programming</category>
      <category>cloud</category>
      <category>tutorial</category>
      <category>development</category>
    </item>
    <item>
      <title>HOW TO INSTALL OPENVPN ON UHOST FOR SECURE ACCESS ANYWHERE</title>
      <dc:creator>Lucas Tan</dc:creator>
      <pubDate>Mon, 06 Nov 2023 08:38:43 +0000</pubDate>
      <link>https://dev.to/scloudsg/how-to-install-openvpn-on-uhost-for-secure-access-anywhere-2kjg</link>
      <guid>https://dev.to/scloudsg/how-to-install-openvpn-on-uhost-for-secure-access-anywhere-2kjg</guid>
      <description>&lt;p&gt;Unlock secure and remote access to your cloud infrastructure with OpenVPN. By installing OpenVPN on your Virtual Private Cloud (VPC) and cloud compute instances, you empower your organization with a robust and encrypted virtual private network (VPN) solution that keeps your data and communication safe from prying eyes, while ensuring accessibility from anywhere on the globe.&lt;/p&gt;

&lt;p&gt;Here’s how to use SCloud Console to install your OpenVPN:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Virtual Private Cloud (VPC):&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Establish a Virtual Private Cloud (VPC) within your cloud platform to create an isolated, secure network environment for your OpenVPN deployment. This safeguards your cloud resources and data from external threats.&lt;/p&gt;

&lt;p&gt;1.1. Sign in into &lt;a href="https://www.scloud.sg/"&gt;SCloud Console&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1.2. Hover over ‘All Products’ on the top left &amp;amp; click on ‘UVPC’&lt;/p&gt;

&lt;p&gt;For the complete tutorial, visit: &lt;a href="https://www.scloud.sg/resource/how-to-install-openvpn-on-uhost-for-secure-access-anywhere/"&gt;https://www.scloud.sg/resource/how-to-install-openvpn-on-uhost-for-secure-access-anywhere/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>cloud</category>
      <category>security</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>HOW TO DEPLOY A TELEGRAM BOT WITH UVPC AND UHOST</title>
      <dc:creator>Lucas Tan</dc:creator>
      <pubDate>Mon, 06 Nov 2023 08:36:53 +0000</pubDate>
      <link>https://dev.to/scloudsg/how-to-deploy-a-telegram-bot-with-uvpc-and-uhost-2mid</link>
      <guid>https://dev.to/scloudsg/how-to-deploy-a-telegram-bot-with-uvpc-and-uhost-2mid</guid>
      <description>&lt;p&gt;Creating a Telegram bot using Virtual Private Cloud (VPC) and cloud computing resources involves leveraging the power and flexibility of cloud platforms to build and deploy your bot securely and at scale.&lt;/p&gt;

&lt;p&gt;In today’s digital age, Telegram bots have become powerful tools for automating tasks, interacting with users, and delivering information. To ensure the security and scalability of your Telegram bot, leveraging cloud computing resources within a Virtual Private Cloud (VPC) is the way to go.&lt;/p&gt;

&lt;p&gt;Here’s how to use SCloud Console to build your Telegram Bot:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Virtual Private Cloud (VPC):&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Set up a Virtual Private Cloud, a private network environment within your cloud platform. VPC provides network isolation and enhanced security, safeguarding your bot’s data and communications.&lt;/p&gt;

&lt;p&gt;1.1. Sign in to &lt;a href="https://www.scloud.sg/"&gt;SCloud Console&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1.2. Hover over ‘All Products’ on the top left &amp;amp; click on ‘UVPC’&lt;/p&gt;

&lt;p&gt;For the complete tutorial, visit: &lt;a href="https://www.scloud.sg/resource/how-to-deploy-a-telegram-bot-with-uvpc-and-uhost/"&gt;https://www.scloud.sg/resource/how-to-deploy-a-telegram-bot-with-uvpc-and-uhost/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>tutorial</category>
      <category>cloud</category>
      <category>automation</category>
    </item>
  </channel>
</rss>
