<?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>Forem: NITESH TALIYAN</title>
    <description>The latest articles on Forem by NITESH TALIYAN (@niteshtaliyan).</description>
    <link>https://forem.com/niteshtaliyan</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%2F670797%2Fbe63a8b5-73e0-44b1-8c97-0e69e7f15cd6.png</url>
      <title>Forem: NITESH TALIYAN</title>
      <link>https://forem.com/niteshtaliyan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/niteshtaliyan"/>
    <language>en</language>
    <item>
      <title>Host a static website on AWS</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Sat, 14 Jan 2023 04:39:19 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/host-a-static-website-on-aws-1fd9</link>
      <guid>https://forem.com/niteshtaliyan/host-a-static-website-on-aws-1fd9</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fku8dgx7o4k3gzmao5fdt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fku8dgx7o4k3gzmao5fdt.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;br&gt;
To host a static website on Amazon S3 and use a custom domain with Amazon Route 53, you can follow these steps:&lt;br&gt;
Sign up for an AWS account if you don't already have one:&lt;/p&gt;

&lt;p&gt;Go to the AWS homepage and click the "Create a new AWS account" button.&lt;br&gt;
Follow the on-screen instructions to create your account.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Create a new S3 bucket:&lt;br&gt;
Sign in to the AWS Management Console and open the Amazon S3 console.&lt;br&gt;
Click the "Create bucket" button.&lt;br&gt;
Give your bucket a unique name, select a region, and click "Create."&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Upload your website's files to the bucket:&lt;br&gt;
Select the bucket you just created, and click the "Upload" button.&lt;br&gt;
Drag and drop your website's files into the upload window, or use the "Add files" button to select them manually.&lt;br&gt;
Click "Next" to continue.&lt;br&gt;
On the next screen, you can set permissions and other options for your uploaded files. When you're ready, click "Next" again.&lt;br&gt;
Review your settings and click "Upload" to start the upload process.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Make the bucket accessible as a website:&lt;br&gt;
In the Amazon S3 console, select the bucket you just created.&lt;br&gt;
Click the "Properties" button, and then click the "Static website hosting" option.&lt;br&gt;
Select the "Use this bucket to host a website" option and enter the "Index document" and "Error document" for your website. The index document is usually called "index.html" or "index.php."&lt;br&gt;
Click "Save" to apply the changes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set up a custom domain with Amazon Route 53:&lt;br&gt;
In the AWS Management Console, navigate to the Amazon Route 53 console.&lt;br&gt;
Click the "Create Hosted Zone" button.&lt;br&gt;
Enter your domain name and click "Create."&lt;br&gt;
Route 53 will create a hosted zone for your domain and display a list of name servers.&lt;br&gt;
Go to your domain registrar's website and update the name servers for your domain to the ones provided by Route 53. This will allow Route 53 to manage the DNS for your domain.&lt;br&gt;
In the Route 53 console, click the "Create Record Set" button.&lt;br&gt;
In the "Name" field, enter the subdomain you want to use for your website (e.g., www).&lt;br&gt;
For the "Type," select "A - IPv4 address."&lt;br&gt;
For the "Value," enter the endpoint URL for your S3 website, which you can find in the S3 console under "Properties" &amp;gt; "Static website hosting."&lt;br&gt;
Click "Create" to create the record set.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Test your website:&lt;br&gt;
In the Amazon S3 console, click the "Properties" button and then click the "Static website hosting" option.&lt;br&gt;
Copy the "Endpoint" URL shown in the Static website hosting panel and paste it into a web browser. Your website should now be accessible at this URL.&lt;br&gt;
If you set up a custom domain, you can use that instead of the endpoint URL to access your website.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it! Your static website should now be live and accessible at your custom domain. If you run into any issues or have any questions, feel free to ask.&lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
    <item>
      <title>𝐀𝐖𝐒 𝐏𝐫𝐢𝐯𝐚𝐭𝐞 5𝐆</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Fri, 13 Jan 2023 13:07:24 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/5-26c8</link>
      <guid>https://forem.com/niteshtaliyan/5-26c8</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyoqom2w1upwik07zxbkn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyoqom2w1upwik07zxbkn.jpg" alt="Image description" width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Deploy, operate, and scale a private cellular network
&lt;/h2&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;𝐖𝐡𝐚𝐭 𝐞𝐱𝐚𝐜𝐭𝐥𝐲 𝐢𝐬 𝐢𝐭?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;AWS Private 5G makes it simple to employ cellular technology to enhance your existing network. This can assist you in increasing dependability, expanding coverage, or enabling a new class of workloads such as factory automation, autonomous robots, and sophisticated augmented and virtual reality (AR/VR). You will be provided with all of the private 5G gear (including SIM cards) and software required to set up your private cellular network and connect devices to your apps.&lt;/p&gt;

&lt;p&gt;Deploy a private cellular network that suits your connection needs with a few clicks in the AWS Management Console. Begin by defining the connection requirements for the targeted location, as well as the number of devices to be connected and the geographic region they will span. AWS will supply pre-integrated hardware and software components (from both AWS and our AWS Partners) that fulfill your private network's corporate connection needs. AWS provides and maintains the small cell radio units, servers, 5G core, radio access network (RAN) software, and SIM cards needed to set up and connect devices on a private 5G network. AWS automatically configures and deploys the cellular network once the equipment is turned on. You only need to insert the SIM cards into your devices.&lt;/p&gt;

&lt;p&gt;AWS Identity and Access Management (IAM) is now integrated with Private 5G, allowing you to securely access and manage AWS services and resources, including all devices connected to your Private 5G network. Private 5G controls and maintains all software and hardware components to provide stable, predictable network behavior and on-demand scalability to support any number of devices and sensors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;𝐀𝐖𝐒 𝐏𝐫𝐢𝐯𝐚𝐭𝐞 5𝐆 𝐨𝐟𝐟𝐞𝐫 𝐭𝐡𝐞 𝐟𝐨𝐥𝐥𝐨𝐰𝐢𝐧𝐠 𝐛𝐞𝐧𝐞𝐟𝐢𝐭𝐬:&lt;/strong&gt;&lt;br&gt;
• With the low latency and high bandwidth of a private 5G network, connect millions of devices and equipment.&lt;br&gt;
• Get your network up and running in a matter of days without the need for lengthy planning cycles or difficult integrations thanks to an automated setup.&lt;br&gt;
• Protect your network by implementing granular access restrictions for all connected devices that are linked to existing IT regulations.&lt;br&gt;
• Scale your network capacity on demand or add devices with a few clicks, paying only for the capacity and throughput used.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AWS Private 5G can be used in a variety of use cases, such as:&lt;/strong&gt;&lt;br&gt;
•Real-time data processing and analytics&lt;br&gt;
•Cloud gaming and streaming&lt;br&gt;
•Virtual and augmented reality applications&lt;br&gt;
•Low-latency machine learning inferencing&lt;br&gt;
•IoT applications&lt;br&gt;
•Robotics&lt;br&gt;
•Automotive, transportation, and logistics&lt;/p&gt;

&lt;p&gt;This service can be beneficial for organizations that have high-bandwidth, low-latency workloads that require access to 5G networks and require a high level of security.&lt;/p&gt;

</description>
      <category>welcome</category>
      <category>fullstack</category>
      <category>react</category>
      <category>typescript</category>
    </item>
    <item>
      <title>Amazon Web Services (AWS) Outposts</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Fri, 13 Jan 2023 13:01:30 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/amazon-web-services-aws-outposts-3dkc</link>
      <guid>https://forem.com/niteshtaliyan/amazon-web-services-aws-outposts-3dkc</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3s786t6zw0oalx69vzbu.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3s786t6zw0oalx69vzbu.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can run AWS workloads in your own data center using Amazon Web Services (AWS) Outposts, which are fully managed and programmable computing and storage racks constructed using AWS-designed hardware. Outposts may be installed in almost any data center, co-location facility, or on-premises building to deliver native AWS services, architecture, and operating models.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AWS Outposts offer the following benefits:&lt;/strong&gt;&lt;br&gt;
• The ability to leverage the same AWS services and APIs that you use in the cloud to execute workloads in your own data center&lt;br&gt;
• The flexibility to use AWS Direct Connect or VPN to connect Outposts to your current on-premises infrastructure&lt;br&gt;
• The availability of AWS-managed services on outposts, including Amazon EC2, Amazon EBS, and Amazon EKS&lt;br&gt;
• The usage of outposts for workloads that need to have minimal latency or be situated nearby on-premises resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AWS Outposts' drawbacks include:&lt;/strong&gt;&lt;br&gt;
• The price of acquiring and keeping up the infrastructure and hardware for Outposts&lt;br&gt;
• The requirement for technical knowledge to set up and maintain Outposts&lt;br&gt;
• The risk of vendor entanglement with the AWS ecosystem&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Workloads that may be used with AWS Outposts include:&lt;/strong&gt;&lt;br&gt;
• Utilizing low-latency apps or those that need to be physically near on-premises resources&lt;br&gt;
• Moving applications from local data centers to the cloud&lt;br&gt;
• Executing hybrid cloud workloads that use both on-premises and cloud environments&lt;br&gt;
• Executing edge computing tasks that call for close-proximity data processing&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use AWS outposts for the following reasons, among others:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;• Low latency:&lt;/strong&gt; By enabling you to execute workloads in your own data center, Outposts can help you satisfy requirements for workloads that demand low latency or to be physically proximate to on-premises resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;• Migration:&lt;/strong&gt; If you already have on-premises workloads that you wish to shift to the cloud, Outposts can help by enabling you to access the same AWS services and APIs in your own data center as you would in the cloud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;• Hybrid cloud:&lt;/strong&gt; If you need to operate workloads that span both the cloud and on-premises settings, Outposts can assist you in developing a hybrid cloud architecture that allows you to quickly migrate workloads between the two.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;• Edge computing:&lt;/strong&gt; By operating these workloads closer to the edge of your network, you can reduce the amount of data that needs to be sent over long distances. Examples of such workloads include IoT apps and real-time analytics.&lt;/p&gt;

&lt;p&gt;AWS Outposts can be used in any data center or on-premises environment with sufficient physical space and infrastructure to house the racks. This could be your own data center, a co-location facility, or any other location where you have complete control over the hardware and infrastructure.&lt;/p&gt;

</description>
      <category>aws</category>
      <category>amazon</category>
      <category>cloud</category>
      <category>devops</category>
    </item>
    <item>
      <title>AWS Whitepaper #1</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Wed, 02 Nov 2022 14:59:17 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/aws-whitepaper-1-28cp</link>
      <guid>https://forem.com/niteshtaliyan/aws-whitepaper-1-28cp</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmytud2mvr4t0vh5ar0dk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmytud2mvr4t0vh5ar0dk.png" alt="Image description" width="560" height="315"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Cloud Computing?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Cloud computing is the on-demand delivery of compute power, database, storage, applications, and other IT resources through a cloud services platform via the Internet with pay-as-you-go pricing. Whether you are running applications that share photos to millions of mobile users or you’re supporting the critical operations of your business, a cloud services platform provides rapid access to flexible and low-cost IT resources. With cloud computing, you don’t need to make large upfront investments in hardware and spend a lot of time on the heavy lifting of managing that hardware. Instead, you can provision exactly the right type and size of computing resources you need to power your newest bright idea or operate your IT department. You can access as many resources as you need, almost instantly, and only pay for what you use.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cloud computing provides a simple way to access servers, storage, databases and a broad set of application services over the Internet. A cloud services platform such as Amazon Web Services owns and maintains the network-connected hardware required for these application services, while you provision and use what you need via a web application.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Six Advantages of Cloud Computing:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Trade capital expense for variable expense&lt;/strong&gt; &lt;br&gt;
Instead of having to invest heavily in data centers and servers before you know how you’re going to use them, you can pay only when you consumecomputing resources, and pay only for how much you consume.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Benefit from massive economies of scale&lt;/strong&gt; &lt;br&gt;
By using cloud computing, you can achieve a lower variable cost than you can get on your own. Because usage from hundreds of thousands of customers is aggregated in the cloud, providers such as AWS can achieve higher economies of scale, which translates into lower pay as-you-go prices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop guessing capacity&lt;/strong&gt; &lt;br&gt;
 Eliminate guessing on your infrastructure capacity needs. When you make a capacity decision prior to deploying an application, you often end up either sitting on expensive idle resources or dealing with limited capacity. With cloud computing, these problems go away. You can access as much or as little capacity as you need, and scale up and down as required with only a few minutes’ notice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Increase speed and agility&lt;/strong&gt; &lt;br&gt;
 In a cloud computing environment, new IT resources are only a click away, which means that you reduce the time to make those resources available to your developers from weeks to just minutes. This results in a dramatic increase in agility for the organization, since the cost and time it takes to experiment and develop is significantly lower.&lt;br&gt;
&lt;strong&gt;Stop spending money running and maintaining data centers&lt;/strong&gt;&lt;br&gt;
 Focus on projects that differentiate your business, not the infrastructure. Cloud computing lets you focus on your own customers, rather than on the heavy lifting of racking, stacking, and powering servers. &lt;br&gt;
&lt;strong&gt;Go global in minutes&lt;/strong&gt; &lt;br&gt;
 Easily deploy your application in multiple regions around the world with just a few clicks. This means you can provide lower latency and a better experience for your customers at minimal cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud Computing Models
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Infrastructure as a Service (IaaS)&lt;/strong&gt; &lt;br&gt;
 Infrastructure as a Service (IaaS) contains the basic building blocks for cloud IT and typically provides access to networking features, computers (virtual or on dedicated hardware), and data storage space.&lt;br&gt;
IaaS provides you with the highest level of flexibility and management control over your IT resources and is most similar to existing IT resources that many IT departments and developers are familiar with today.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Platform as a Service (PaaS)&lt;/strong&gt; &lt;br&gt;
 Platform as a Service (PaaS) removes the need for your organization to manage the underlying infrastructure (usually hardware and operating systems) and allows you to focus on the deployment and management of your applications. This helps you be more efficient as you don’t need to worry about resource procurement, capacity planning, software maintenance, patching, or any of the other undifferentiated heavy lifting involved in running your application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Software as a Service (SaaS)&lt;/strong&gt; &lt;br&gt;
Software as a Service (SaaS) provides you with a completed product that is run and managed by the service provider. In most cases, people referring to Software as a Service are referring to end-user applications. With a SaaS offering you do not have to think about how the service is maintained or how the underlying infrastructure is managed; you only need to think about how you will use that particular piece of software. A common example of a SaaS application is web-based email which you can use to send and receive email without having to manage feature additions to the email product or maintain the servers and operating systems that the email program is running on.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cloud Computing Deployment Models
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Cloud
&lt;/h2&gt;

&lt;p&gt;A cloud-based application is fully deployed in the cloud and all parts of the application run in the cloud. Applications in the cloud have either been created in the cloud or have been migrated from an existing infrastructure to take advantage of the benefits of cloud computing. Cloud-based applications can be built on low-level infrastructure pieces or can use higher level services that provide abstraction from the management, architecting, and scaling requirements of core infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  Hybrid
&lt;/h2&gt;

&lt;p&gt;A hybrid deployment is a way to connect infrastructure and applications between cloud-based resources and existing resources that are not located in the cloud. The most common method of hybrid deployment is between the cloud and existing on-premises infrastructure to extend, and grow, an organization's infrastructure into the cloud while connecting cloud resources to the internal system. For more information on how AWS can help you with your hybrid deployment, visit our Hybrid Cloud with AWS page.&lt;/p&gt;

&lt;h2&gt;
  
  
  On-premises
&lt;/h2&gt;

&lt;p&gt;The deployment of resources on-premises, using virtualization and resource management tools, is sometimes called the “private cloud.” On-premises deployment doesn’t provide many of the benefits of cloud computing but is sometimes sought for its ability to provide dedicated resources. In most cases this deployment model is the same as legacy IT infrastructure while using application management and virtualization technologies to try and increase resource utilization. For more information on how AWS can help, see Use case: Cloud services on-premises.&lt;/p&gt;

&lt;h2&gt;
  
  
  Security and Compliance
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;- Security&lt;/strong&gt;&lt;br&gt;
Cloud security at AWS is the highest priority. As an AWS customer, you will benefit from a data center and network architecture built to meet the requirements of the most security-sensitive organizations. Security in the cloud is much like security in your on-premises data centers—only without the costs of maintaining facilities and hardware. In the cloud, you don’t have to manage physical servers or storage devices. Instead, you use software-based security tools to monitor and protect the flow of  information into and out of your cloud resources.&lt;br&gt;
An advantage of the AWS Cloud is that it allows you to scale and innovate, while maintaining a secure environment and paying only for the services you use. This means that you can have the security you need at a lower cost than in an on-premises environment.&lt;br&gt;
As an AWS customer you inherit all the best practices of AWS policies, architecture, and operational processes built to satisfy the requirements of our most security-sensitive customers. Get the flexibility and agility you need in security controls.&lt;br&gt;
The AWS Cloud enables a shared responsibility model. While AWS manages security of the cloud, you are responsible for security in the cloud. This means that you retain control of the security you choose to implement to protect your own content, platform, applications, systems, and networks no differently than you would in an on-site data center.&lt;br&gt;
AWS provides you with guidance and expertise through online resources, personnel, and partners. AWS provides you with advisories for current issues, plus you have the opportunity to work with AWS when you encounter security issues.&lt;br&gt;
You get access to hundreds of tools and features to help you to meet your security objectives. AWS provides security-specific tools and features across network security, configuration management, access control, and data encryption.&lt;br&gt;
Finally, AWS environments are continuously audited, with certifications from accreditation bodies across geographies and verticals. In the AWS environment, you can take advantage of automated tools for asset inventory and privileged access reporting. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Benefits of AWS Security&lt;br&gt;
&lt;strong&gt;Keep Your Data Safe:&lt;/strong&gt; &lt;br&gt;
The AWS infrastructure puts strong safeguards in place to help protect your privacy. All data is stored in highly secure AWS data centers.&lt;br&gt;
&lt;strong&gt;Meet Compliance Requirements:&lt;/strong&gt; &lt;br&gt;
AWS manages dozens of compliance programs in its infrastructure. This means that segments of your compliance have already been completed.&lt;br&gt;
&lt;strong&gt;Save Money:&lt;/strong&gt; &lt;br&gt;
Cut costs by using AWS data centers. Maintain the highest standard of security without having to manage your own facility&lt;br&gt;
&lt;strong&gt;Scale Quickly:&lt;/strong&gt; &lt;br&gt;
Security scales with your AWS Cloud usage. No matter the size of your business, the AWS infrastructure is designed to keep your data safe.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Compliance&lt;br&gt;
AWS Cloud Compliance enables you to understand the robust controls in place at AWS to maintain security and data protection in the cloud. As systems are built on top of AWS Cloud infrastructure, compliance responsibilities will be shared. By tying together governance-focused, audit-friendly service features with applicable compliance or audit standards, AWS Compliance enablers build on traditional programs. This helps customers to establish and operate in an AWS security control environment. The IT infrastructure that AWS provides to its customers is designed and managed in alignment with best security practices and a variety of IT security standards. The following is a partial list of assurance programs with which AWS complies:&lt;br&gt;
• SOC 1/ISAE 3402, SOC 2, SOC 3&lt;br&gt;
• FISMA, DIACAP, and FedRAMP&lt;br&gt;
• PCI DSS Level 1&lt;br&gt;
• ISO 9001, ISO 27001, ISO 27017, ISO 27018&lt;br&gt;
AWS provides customers a wide range of information on its IT control environment in whitepapers, reports, certifications, accreditations, and other third-party attestations. More information is available in the Risk and Compliance whitepaper and the AWS Security Center.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Amazon Web Services Cloud
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Topics - No. of Services
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AWS Management Console &lt;/li&gt;
&lt;li&gt;AWS Command Line Interface &lt;/li&gt;
&lt;li&gt;Software Development Kits &lt;/li&gt;
&lt;li&gt;Analytics - 13&lt;/li&gt;
&lt;li&gt;Application Integration - 7 &lt;/li&gt;
&lt;li&gt;AR and VR &lt;/li&gt;
&lt;li&gt;Blockchain - 2&lt;/li&gt;
&lt;li&gt;Business Applications - 9&lt;/li&gt;
&lt;li&gt;Cloud Financial Management - 6&lt;/li&gt;
&lt;li&gt;Compute Services - 17&lt;/li&gt;
&lt;li&gt;Contact Center - &lt;/li&gt;
&lt;li&gt;Containers - 7&lt;/li&gt;
&lt;li&gt;Database - 10&lt;/li&gt;
&lt;li&gt;Developer Tools - 17&lt;/li&gt;
&lt;li&gt;End User Computing - 2&lt;/li&gt;
&lt;li&gt;Front-End Web &amp;amp; Mobile Services - 7&lt;/li&gt;
&lt;li&gt;Game Tech -&lt;/li&gt;
&lt;li&gt;Internet of Things (IoT) - 15&lt;/li&gt;
&lt;li&gt;Machine Learning - 32&lt;/li&gt;
&lt;li&gt;Management and Governance - 26&lt;/li&gt;
&lt;li&gt;Media Services - 11&lt;/li&gt;
&lt;li&gt;Migration and Transfer - 9&lt;/li&gt;
&lt;li&gt;Networking and Content Delivery - 14&lt;/li&gt;
&lt;li&gt;Quantum Technologies - 1&lt;/li&gt;
&lt;li&gt;Robotics - 1&lt;/li&gt;
&lt;li&gt;Satellite - 1&lt;/li&gt;
&lt;li&gt;Security, Identity, and Compliance - 20&lt;/li&gt;
&lt;li&gt;Storage - 9&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total No. of topics: 28&lt;br&gt;
Total No. of Services: 227&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloudskills</category>
      <category>devops</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Happy Programmers' day</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Mon, 13 Sep 2021 03:10:56 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/happy-programmers-day-3c8n</link>
      <guid>https://forem.com/niteshtaliyan/happy-programmers-day-3c8n</guid>
      <description>&lt;p&gt;The Day of the Programmer is an international professional day that is celebrated on the 256th day of each year. It is officially recognized in Russia. The number 256 was chosen because it is the number of distinct values that can be represented with a byte, a value well known to programmers.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcvbrfw4irrka3nfwu3y7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcvbrfw4irrka3nfwu3y7.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Day of the Programmer is an international professional day that is celebrated on the 256th (hexadecimal 100th, or the 28th) day of each year (September 13 during common years and on September 12 in leap years). It is officially recognized in Russia.&lt;/p&gt;

&lt;p&gt;The number 256 (28) was chosen because it is the number of distinct values that can be represented with a byte, a value well known to programmers. 256 is also the highest power of two that is less than 365, the number of days in a common year.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4hi6i9evrlxeab291ppi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4hi6i9evrlxeab291ppi.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This particular day was proposed by Valentin Balt and Michael Cherviakov (aka htonus), employees of Parallel Technologies (a software company). As early as 2002, they tried to gather signatures for a petition to the government of Russia to recognize the day as the official Day of the Programmer.&lt;/p&gt;

&lt;p&gt;On July 24, 2009, the Ministry of Communications and Mass Media (Russia) issued a draft of an executive order on a new professional holiday, Day of the Programmer.&lt;/p&gt;

&lt;p&gt;On September 11, 2009, President of Russia Dmitry Medvedev signed the decree.&lt;/p&gt;

&lt;p&gt;A computer programmer, sometimes called a software developer, a programmer or more recently a coder, is a person who creates computer software. The term computer programmer can refer to a specialist in one area of computers or to a generalist who writes code for many kinds of software. &lt;/p&gt;

&lt;p&gt;&lt;a href="//niteshtaliyan.tech"&gt;Nitesh Taliyan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>performance</category>
      <category>beginners</category>
      <category>codereview</category>
    </item>
    <item>
      <title>Common telephonic interview questions - Section 1</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Thu, 09 Sep 2021 03:58:06 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/common-telephonic-interview-questions-section-1-2m9d</link>
      <guid>https://forem.com/niteshtaliyan/common-telephonic-interview-questions-section-1-2m9d</guid>
      <description>&lt;p&gt;Several companies have a phone interview round where they ask you questions from your resume as well as some quick technical trivia questions. I have tried to compile a list of these questions. This should also be helpful to you if you are new to tech or would like to brush over some concepts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffx4b909zr4akg2gy44zm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffx4b909zr4akg2gy44zm.png" alt="Alt Text" width="800" height="670"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;1. Threads vs processes.&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Process&lt;/strong&gt; is an instance of a program, and Thread is a subset of the process. Both processes and threads are independent sequences of execution.&lt;br&gt;
 a). Threads (of the same process) run in shared memory space, while processes run in separate memory spaces. Hence, threads have their own stack(local variables) but share the same heap. Processes have separate stack and heap.&lt;/p&gt;

&lt;p&gt;b). Threads can efficiently communicate by their shared memory. They can communicate using objects stored in the heap, where each thread has access to the same object at the same memory location. Processes use Inter-process Communication(IPC) and the OS has to be involved.&lt;br&gt;
 c). Threads take less time to create and terminate than processes because they consume fewer resources.&lt;/p&gt;

&lt;p&gt;d). On a uni-processor system, a thread scheduling algorithm is applied and the processor is scheduled to run each thread one at a time. Hence threads are concurrent and not parallel per processor.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flbfyxflp2qit3z8vjfpg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flbfyxflp2qit3z8vjfpg.png" alt="Alt Text" width="800" height="778"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  2. Data races:
&lt;/h1&gt;

&lt;p&gt;A data race is a situation that occurs when multiple threads are running the same program and 2 or more threads get access to the same shared variable, at the same time. It leads to unpredictable outputs and can cause problems sometimes when the result is undesirable.&lt;/p&gt;

&lt;p&gt;An example would be:&lt;/p&gt;

&lt;p&gt;Ideal scenario: We want to increment the value of a variable whose initial value is 0, by 1, twice, and there are 2 threads doing this for us. The final result should be the value of the variable becomes 2.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpgevkndzpszfb8k3x12o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpgevkndzpszfb8k3x12o.png" alt="Alt Text" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If both threads read the original value and then rewrite it, the final result will be wrong, and this could be a major bug in our program.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7j2gob8gkb2npswjiy62.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7j2gob8gkb2npswjiy62.png" alt="Alt Text" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Data races can be prevented by introducing a lock. That way, when one thread accesses the variable for updating its value, the variable’s access will be locked until that thread completes its operation. Hence, the other thread will have to “wait” and will not be able to access, read or change the variable's value before the first thread has finished updating it.&lt;/p&gt;

&lt;p&gt;However, if the locks are not used carefully, they can lead to a deadlock.&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Deadlock:
&lt;/h1&gt;

&lt;p&gt;This is a situation where two or more threads are blocked permanently because they are waiting for each other. It causes the threads to hang, and could potentially lead the entire process to hang as well.&lt;/p&gt;

&lt;h1&gt;
  
  
  4. Four pillars of Object-Oriented Programming:
&lt;/h1&gt;

&lt;h3&gt;
  
  
  A Pie: Abstraction, Polymorphism, Inheritance, Encapsulation
&lt;/h3&gt;

&lt;h3&gt;
  
  
  A: Abstraction: Abstract classes and methods
&lt;/h3&gt;

&lt;p&gt;i). You can remember what this means by the word “abstract” being a part of the word Abstraction.&lt;/p&gt;

&lt;p&gt;ii). Used to hide complex details from the user, enabling user to use a program or implement more complex code on top, without worrying/knowing about the complexities involved with the current program.&lt;/p&gt;

&lt;p&gt;iii). It is achieved by using abstract classes and methods.&lt;/p&gt;

&lt;p&gt;iv). An abstract class is a class where we can declare abstract methods. An abstract method is a method without a body, with just the name and no implementation.&lt;/p&gt;

&lt;p&gt;v). A classic example is an abstract Shape class with an abstract Area method. The children of this class (Circle, Triangle, etc) will have different ways of implementing this area method.&lt;/p&gt;

&lt;h3&gt;
  
  
  P: Polymorphism: Overriding and OverLoading
&lt;/h3&gt;

&lt;p&gt;You can remember this by the word “poly” which means many in Greek. The same method can have “many” forms in different subclasses, by using overriding and overloading.&lt;/p&gt;

&lt;h3&gt;
  
  
  I: Inheritance: extends, parent and child class
&lt;/h3&gt;

&lt;p&gt;You can remember this by keeping in mind that you inherit your parents’ features like hair and eye color etc. Similarly, inheritance is the process through which a child class receives or inherits the properties of its parent class.&lt;/p&gt;

&lt;p&gt;The “extends” keyword is used to inherit the properties of any superclass ( parent class) by a child class ( subclass ). This helps in reusability, reduces code length and prevents the user from writing the same code over and over again.&lt;/p&gt;

&lt;h2&gt;
  
  
  E: Encapsulation: Getters and Setters
&lt;/h2&gt;

&lt;p&gt;You can remember this by correlating the word encapsulation with “encapsulating” or wrapping up methods and variables together and hence hiding data.&lt;/p&gt;

&lt;p&gt;It occurs when you declare variables as private and has getters and setters to provide access to them.&lt;/p&gt;

&lt;p&gt;This helps in controlling what is stored in the fields of our class, having restrictions as well as making certain elements read-only or write-only.&lt;/p&gt;

&lt;h1&gt;
  
  
  5. Why do we need OOPS ( Object Oriented Programming System) ?
&lt;/h1&gt;

&lt;p&gt;Object-Oriented Programming languages are the ones that use the concept of “objects” in programming. For answering this question, you can first say OOPs help in effective and easily manageable problem-solving. They make complex code more understandable and easy to maintain. You can then talk about the concepts of:&lt;/p&gt;

&lt;p&gt;Object: Anything that represents a real-life entity&lt;/p&gt;

&lt;p&gt;Class: Blueprint of an object&lt;/p&gt;

&lt;p&gt;Methods: A few lines of code clumped together that perform some task, and they may or may not take in input and provide the desired output.&lt;/p&gt;

&lt;p&gt;And then discuss the four pillars mentioned above with their benefits.&lt;/p&gt;

&lt;p&gt;This should be enough to show that you have a thorough understanding of Object-Oriented programming.&lt;/p&gt;

&lt;p&gt;That’s about it for part 1! Let me know if you find it helpful, and connect with me on my social sites for questions or blog topic suggestions. Thank you for reading!&lt;/p&gt;

&lt;p&gt;&lt;a href="//niteshtaliyan.tech"&gt;Nitesh Taliyan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>re</category>
      <category>career</category>
      <category>codereview</category>
      <category>programming</category>
    </item>
    <item>
      <title>10 Free Online Resume Builders for professional career</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Tue, 07 Sep 2021 05:08:14 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/10-free-online-resume-builders-for-professional-career-46o8</link>
      <guid>https://forem.com/niteshtaliyan/10-free-online-resume-builders-for-professional-career-46o8</guid>
      <description>&lt;p&gt;When it comes to building a resume, I believe less is more. Content is way more important than the template. So whenever I face rejection, I would rather spend my time and energy building new projects, researching, or finding part-time jobs to polish my skills than focus too much on resume aesthetics. Here are some resume builders you can use to build your resume in no time.&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe997aptg31gzdrebrydx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe997aptg31gzdrebrydx.png" alt="Alt Text" width="800" height="1131"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;TL;DR:&lt;br&gt;
&lt;em&gt;MS Word&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Canva&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Resumake.io&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Novoresume&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Resume-now&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Resume Genius&lt;/em&gt;&lt;br&gt;
&lt;em&gt;MyPerfectResume&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Zety (free resources only)&lt;/em&gt;&lt;br&gt;
&lt;em&gt;VisualCV&lt;/em&gt;&lt;br&gt;
&lt;em&gt;Indeed.com&lt;/em&gt;&lt;/p&gt;

</description>
      <category>resume</category>
      <category>requestforpost</category>
      <category>portfolio</category>
      <category>career</category>
    </item>
    <item>
      <title>FULL-STACK DEVELOPER ROAD MAP</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Mon, 06 Sep 2021 17:36:15 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/full-stack-developer-road-map-2dnf</link>
      <guid>https://forem.com/niteshtaliyan/full-stack-developer-road-map-2dnf</guid>
      <description>&lt;p&gt;A full-stack developer is a web developer or engineer who works with both the front and back ends of a website or application — meaning they can tackle projects that involve databases, building user-facing websites, or even work with clients during the planning phase of projects.&lt;br&gt;
.&lt;br&gt;
There are three main categories in development:&lt;/p&gt;

&lt;p&gt;Front end development (the visible parts of a website or app)&lt;/p&gt;

&lt;p&gt;Back end development (the “under the hood” databases and infrastructure)&lt;/p&gt;

&lt;p&gt;Full-stack development (a hybrid of both). Full-stack can apply to a web stack, mobile stack, or a native application stack (i.e. software programs for specific devices)&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9oeqd55p8l4a97uh36p0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9oeqd55p8l4a97uh36p0.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fullstackdeveloper</category>
      <category>datascience</category>
      <category>deeplearning</category>
      <category>django</category>
    </item>
    <item>
      <title>Instagram bot using python</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Sat, 04 Sep 2021 17:38:09 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/instagram-bot-using-python-1kop</link>
      <guid>https://forem.com/niteshtaliyan/instagram-bot-using-python-1kop</guid>
      <description>&lt;p&gt;Ever worried😟 about not getting more likes👍 or followers🥰 for your Instagram page. Forget about it. In this python project, we will work on an Instagram automation module, which will boost the followers and likes for your Instagram page or post.&lt;/p&gt;

&lt;p&gt;You can give your criteria such as what comments to leave, whom to follow, types of posts to like, etc. This automation automatically opens the browser, logs in, and starts doing the tasks as you instructed.&lt;/p&gt;

&lt;p&gt;It also tracks and saves the list of users that were followed which will be useful for you to evaluate later and unfollow them after some time.&lt;/p&gt;

&lt;p&gt;The advantage of such automation is, it logs every action performed by itself. It mentions the post-it liked, location, commented or not, description, etc.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/posts/niteshtaliyan_automation-python-selenium-activity-6680706674166181888-sWP3"&gt;https://www.linkedin.com/posts/niteshtaliyan_automation-python-selenium-activity-6680706674166181888-sWP3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have any doubts you can DM me😊&lt;/p&gt;

&lt;p&gt;Follow for more &lt;a class="mentioned-user" href="https://dev.to/niteshtaliyan"&gt;@niteshtaliyan&lt;/a&gt; 💪&lt;br&gt;
website - &lt;a href="https://www.niteshtaliyan.tech"&gt;https://www.niteshtaliyan.tech&lt;/a&gt;&lt;br&gt;
instagram - &lt;a href="https://www.instagram.com/nitesh_taliyan"&gt;https://www.instagram.com/nitesh_taliyan&lt;/a&gt;&lt;br&gt;
LinkedIn - &lt;a href="https://www.linkedin.com/in/niteshtaliyan"&gt;https://www.linkedin.com/in/niteshtaliyan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>algorithms</category>
      <category>actionshackathon</category>
    </item>
    <item>
      <title>Instagram automation by python</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Sat, 04 Sep 2021 17:19:34 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/instagram-automation-by-python-m78</link>
      <guid>https://forem.com/niteshtaliyan/instagram-automation-by-python-m78</guid>
      <description>&lt;p&gt;Ever worried😟 about not getting more likes👍 or followers🥰 for your Instagram page. Forget about it. In this python project, we will work on an Instagram automation module, which will boost the followers and likes for your Instagram page or post.&lt;/p&gt;

&lt;p&gt;You can give your criteria such as what comments to leave, whom to follow, types of posts to like, etc. This automation automatically opens the browser, logs in, and starts doing the tasks as you instructed.&lt;/p&gt;

&lt;p&gt;It also tracks and saves the list of users that were followed which will be useful for you to evaluate later and unfollow them after some time.&lt;/p&gt;

&lt;p&gt;The advantage of such automation is, it logs every action performed by itself. It mentions the post-it liked, location, commented or not, description, etc.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/posts/niteshtaliyan_automation-python-selenium-activity-6680706674166181888-sWP3"&gt;https://www.linkedin.com/posts/niteshtaliyan_automation-python-selenium-activity-6680706674166181888-sWP3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dw71fyauz7yz9.cloudfront.net/video-upload__a18c95bb85907dbb6f6ca98e54928e7e/thumbs-video-upload__a18c95bb85907dbb6f6ca98e54928e7e-00001.png"&gt;https://dw71fyauz7yz9.cloudfront.net/video-upload__a18c95bb85907dbb6f6ca98e54928e7e/thumbs-video-upload__a18c95bb85907dbb6f6ca98e54928e7e-00001.png&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have any doubts you can DM me😊&lt;/p&gt;

&lt;p&gt;Follow for more &lt;a class="mentioned-user" href="https://dev.to/niteshtaliyan"&gt;@niteshtaliyan&lt;/a&gt; 💪&lt;br&gt;
website - &lt;a href="https://www.niteshtaliyan.tech"&gt;https://www.niteshtaliyan.tech&lt;/a&gt;&lt;br&gt;
instagram - &lt;a href="https://www.instagram.com/nitesh_taliyan"&gt;https://www.instagram.com/nitesh_taliyan&lt;/a&gt;&lt;br&gt;
LinkedIn - &lt;a href="https://www.linkedin.com/in/niteshtaliyan"&gt;https://www.linkedin.com/in/niteshtaliyan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>python</category>
      <category>programming</category>
    </item>
    <item>
      <title>Best chrome extension for a web developer</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Sat, 04 Sep 2021 08:44:34 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/best-chrome-extension-for-a-web-developer-3b43</link>
      <guid>https://forem.com/niteshtaliyan/best-chrome-extension-for-a-web-developer-3b43</guid>
      <description>&lt;p&gt;Hey Everyone 🤗&lt;br&gt;
Did you code today❓&lt;br&gt;
.&lt;br&gt;
Today I'm sharing you the list of 6 must-have chrome extension for a web developer which will help developers to work easily during development🔥💯&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl5e4zdpsdna50aqszqgi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl5e4zdpsdna50aqszqgi.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;ColorZilla :-&lt;a href="https://chrome.google.com/webstore/detail/colorzilla/bhlhnicpbhignbdhedgjhgdocnmhomnp?hl=en"&gt;https://chrome.google.com/webstore/detail/colorzilla/bhlhnicpbhignbdhedgjhgdocnmhomnp?hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fox9c3b0cszodh3cvrun2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fox9c3b0cszodh3cvrun2.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;WhatFont :- &lt;a href="https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm?hl=en"&gt;https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm?hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff0a0me2c4hcox2vjp22w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff0a0me2c4hcox2vjp22w.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Clear Cache :- &lt;a href="https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en"&gt;https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1tdb4o1cm3esce7k4r6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx1tdb4o1cm3esce7k4r6.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;GoFullPage - Full Page Screen Capture :- &lt;a href="https://chrome.google.com/webstore/detail/gofullpage-full-page-scre/fdpohaocaechififmbbbbbknoalclacl?hl=en"&gt;https://chrome.google.com/webstore/detail/gofullpage-full-page-scre/fdpohaocaechififmbbbbbknoalclacl?hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjfh6cvm5lcpb88onmqyk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjfh6cvm5lcpb88onmqyk.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JSONView :- &lt;a href="https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en"&gt;https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx14j2frlwsiypd9mljmr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx14j2frlwsiypd9mljmr.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check My Links :- &lt;a href="https://chrome.google.com/webstore/detail/check-my-links/ojkcdipcgfaekbeaelaapakgnjflfglf"&gt;https://chrome.google.com/webstore/detail/check-my-links/ojkcdipcgfaekbeaelaapakgnjflfglf&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flr7jf4c3u71v3w3hk5n0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flr7jf4c3u71v3w3hk5n0.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Hope you'll find it useful, if you do comment below👇&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu4jdn9176377pm1lnfl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flu4jdn9176377pm1lnfl.png" alt="Alt Text" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you have any doubts you can DM me😊&lt;/p&gt;

&lt;p&gt;Follow for more &lt;a class="mentioned-user" href="https://dev.to/niteshtaliyan"&gt;@niteshtaliyan&lt;/a&gt;  💪&lt;br&gt;
website - &lt;a href="https://www.niteshtaliyan.tech"&gt;https://www.niteshtaliyan.tech&lt;/a&gt;&lt;br&gt;
instagram - &lt;a href="https://www.instagram.com/nitesh_taliyan"&gt;https://www.instagram.com/nitesh_taliyan&lt;/a&gt;&lt;br&gt;
LinkedIn - &lt;a href="https://www.linkedin.com/in/niteshtaliyan"&gt;https://www.linkedin.com/in/niteshtaliyan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>choosetochallenge</category>
      <category>codequality</category>
      <category>devops</category>
    </item>
    <item>
      <title>Drop Links to Your Linkedin so We Can All Connect effectively</title>
      <dc:creator>NITESH TALIYAN</dc:creator>
      <pubDate>Sat, 04 Sep 2021 07:17:51 +0000</pubDate>
      <link>https://forem.com/niteshtaliyan/drop-links-to-your-linkedin-so-we-can-all-connect-effectively-20l5</link>
      <guid>https://forem.com/niteshtaliyan/drop-links-to-your-linkedin-so-we-can-all-connect-effectively-20l5</guid>
      <description>&lt;p&gt;Are you on LinkedIn?&lt;/p&gt;

&lt;p&gt;LinkedIn has still opened up more opportunities than any other platform so if you aren't, create an account!&lt;/p&gt;

&lt;p&gt;I've made friends, huge financial gains and a huge network of smart people by being a little active on there. Best time to start working on your profile there is when you don't need it. 🚀&lt;/p&gt;

&lt;p&gt;Connect with me 👇&lt;br&gt;
&lt;a href="https://linkedin.com/in/niteshtaliyan/"&gt;https://linkedin.com/in/niteshtaliyan/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's all connect on LinkedIn, drop your links below. 💜&lt;/p&gt;

</description>
      <category>linkedin</category>
      <category>opportunities</category>
      <category>career</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
