MicroPyramidBlog

Explore a blog dedicated to a wide spectrum of topics including Django, Python, Machine Learning, Salesforce, Angular, React, Flutter, Svelte, LINUX, and Amazon Web Services.

Sending SMS, MMS using Twilio

A simple Tutorial on sending SMS and MMS in python using Twilio. In this tutorial you will learn how to send SMS, MMS and checking sms status.

Python to Debian package: Simple, Easy and Fast

Packaging python script to debian follows strict instructions, using the following instructions, most of the steps can be skipped hence making it easy and fast.
If you like video goto https://www.youtube.com/watch?v=a9GzDZB5VeU. This video doesn't show setup.py file creating which is required, but excluding that portion everything is same as below.

How to Setup Custom Domain for Amazon Cloudfront

Instead of cloudfront default domain, we can customize it usinh cdn. ex: cdn.sitename.com. If you are struggling with any AWS related services contact our certified AWS Consultant to move your business smooth.

Amazon Web Services Read Full Post

Deploying Django project on Elastic Beanstalk

This section focuses on how to setup and deploy a Django application to Amazon Web Services(AWS).

Amazon Web Services Read Full Post

Understanding ReactJs Component, State and Props

ReactJs is popular Java script library for building User Interface. It's components are reusable and efficiently manages the data that changes over time. If require any support then contact our ReactJs consulting

In this article I am discussing Component, State, Props.

How to Access EC2 Instance even if PEM File is Lost

Amazon Web Service is the market leader for cloud systems, giving an option to select specific AWS professional services with in their budget. EC2 instance can help in data recovery and many such features, makes AWS best in this trending cloud environment.

Accessing the EC2 instance even if you loose the pem file is rather easy.

  1. First, create a new instance by creating new access file, call it 'helper' instance with same region and VPC as of the lost pem file instance.
  2. Now stop the lost pem file instance. Remember not to terminate instance but to stop it.
  3. Goto EBS volumes, select the root volume of the lost pem file instance and detach.
  4. Now again select the detached volume and this time you have to attach this volume to helper instance which we created before. Since helper instance already has a root volume by default as /dev/sda1, the newly attached volume will be secondary(eg: /dev/sdf).
  5. Login to your helper instance with its pem file.
  6. Execute below commands:
Amazon Web Services Read Full Post

React Component Life Cycle Methods

In this blog Post you can get clear information about React Component Lifecycle methods. If require any support regarding react js services then contact us at [email protected]

These are special methods provided by react js. These methods are executed when specific condition( ex: component mounted to UI, State updated) triggered in the component.

Using AWS Lambda with S3 and DynamoDB

Any application, storage is the major concern and you can perfectly manage your storage by choosing an outstanding AWS consultant. With AWS we can create any application where user can operate it globally by using any device.

Amazon Web Services Read Full Post

8 Reasons Why Salesforce CRM is Best for Businesses

Salesforce is more than just a CRM. Micropyramid's salesforce services offers cloud services that can be integrated with CRM to enhance functionality.

Salesforce Read Full Post

Techniques and Tools to Improve the Salesforce Development Cycle

The Salesforce Development best practices are a great way to maintain your customers after understanding the requirement and needs of your customers well.

Salesforce Read Full Post