<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Archana Panda on Medium]]></title>
        <description><![CDATA[Stories by Archana Panda on Medium]]></description>
        <link>https://medium.com/@archanapanda?source=rss-81575c694bf3------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*j_haxjEmawJQa5zZs3xjCA@2x.jpeg</url>
            <title>Stories by Archana Panda on Medium</title>
            <link>https://medium.com/@archanapanda?source=rss-81575c694bf3------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Fri, 05 Jun 2026 12:13:23 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@archanapanda/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Functional Specification Documentation & API Documentation in SDLC]]></title>
            <link>https://medium.com/@archanapanda/functional-specification-documentation-api-documentation-in-sdlc-e995c15780a5?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/e995c15780a5</guid>
            <category><![CDATA[api-documentation]]></category>
            <category><![CDATA[functional-specifications]]></category>
            <category><![CDATA[technical-writing]]></category>
            <category><![CDATA[technical-documentation]]></category>
            <category><![CDATA[sdlc]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Sun, 10 Apr 2022 06:32:02 GMT</pubDate>
            <atom:updated>2022-04-10T06:32:02.724Z</atom:updated>
            <content:encoded><![CDATA[<p>SDLC stands for Software Development Life Cycle, and it’s a process that helps developers create high-quality software. The SDLC process typically includes planning, designing, coding, testing and deploying the software.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*MOYJZ07npQzv4HhHBzDPcA.jpeg" /><figcaption>SDLC</figcaption></figure><p>There are different models or frameworks for SDLC, but all include these essential steps.</p><p>The first step in the SDLC is <strong><em>planning</em></strong>. This involves figuring out what needs to be done and how it will be done. The plan should include a project schedule and budget so that everyone involved knows what’s expected of them and when they need to deliver their work.</p><p>Next is <strong><em>design</em></strong> where the developers create prototypes of how the software will look and function. This allows stakeholders to provide feedback on what they like or don’t like about the design so that changes can be made before too much time is invested in coding.</p><p>Once the design is finalized, <strong><em>coding</em></strong> begins which turns the prototype into a working product . During this phase testers also start testing the software to find any bugs or issues that need to be fixed before release .</p><p><strong><em>Deployment</em></strong> happens once all of the testing is complete and any necessary changes have been made . At this point ,the software goes live either internally within an organization or externally with customers .</p><p><strong><em>Maintenance</em></strong> happens after deployment as new features may need to be added , bugs fixed ,or support provided for users .This usually occurs over several iterations during which time feedback from users if collected an used t improve the product</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ZL0nt3fOlWwOoY-j43GeRQ.jpeg" /></figure><h3>Functional Specification Documentation</h3><p>A functional specification is a document that outlines the specific functions a product/software is supposed to perform. This document can be used by developers as they write code for the product, serving as a guide and reference point. The specifications are typically prepared before the product is created, using the “write the manual first” approach.</p><p>The functional specification should contain a description of each possible user input action and how the program will respond. Additionally, it may formalize user tasks, dependencies on other products, and usability criteria. Many companies have guides for developers that outline what topics any given product’s functional specification should cover.</p><p>Depending on the project and team, a functional specification could include:</p><p><strong>Project Scope</strong>: Project scope is one of the most important aspects of a functional specification. This section defines what the product or application is meant to do, including its goals, features, tasks and deliverables. It should also outline costs and deadlines for the project.</p><p><strong>Risks and Assumptions</strong>: Risks and assumptions should also be considered when drafting a functional specification. This section will identify potential problems that could affect how well the product functions or what features it includes. For example, if there’s uncertainty about how users will interact with an application’s interface design, this information would be included here.</p><p><strong>Product Overview</strong>: The explanation of how the application will solve a specific problem for it’s target audience.</p><p><strong>Use Cases: </strong>The functional requirements are placed in context of user action — showing what happens from user perspective. This can be helpful in illustrating how complex functionality will work for users who need to complete certain tasks within your system/application.</p><p><strong>Requirements:</strong> Essential features of product explained in detail including what it does and doesn’t do (non-functional requirements). Configuration steps may also be included here if needed (e.g., account setup).</p><p><strong>Error reporting: </strong>How errors or exceptions will be handled by product.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oVtbHaKa7DTAGPy1TXZx-g.jpeg" /></figure><h4>Understanding Use Case</h4><p>A use case is a written description of how a user interacts with your application to achieve a specific goal. Use cases are essential for understanding how your system should work and provide developers with maximum context for developing features.</p><p>By writing out use cases, you provide developers with maximum context for developing features. Every use case should have the following essential elements:</p><p><strong>Name: </strong>A distinct name for every use case will help you navigate them easily.</p><p><strong>Description:</strong> This section should specify several things, including preconditions, actors, basic flow, alternate flows (if any), exception flows (if any), and post conditions.</p><p><strong>Basic Flow</strong>: The step by step flow in your application that describes how a user would complete this task using your software. Include all possible paths through the basic flow as well as <strong><em>alternative flows</em></strong> that users may encounter if they make different choices along the way. Be sure to also specify <strong><em>exception flows </em></strong>for when something goes wrong during execution of the basic flow. Exception flows describe how users can recover from errors or unexpected situations that occur while using your software .</p><p><strong>Pre Conditions:</strong> What is the state of your application at the onset of this particular use case? For example, what are the input values and which screens are currently open?</p><p><strong>Actors:</strong> Who are the users involved in this particular use case and what problem do they want to solve? Also include information on their roles within your system.</p><p><strong>Post Conditions: </strong>The state of your application after the user performs the action described in your basic flow (and any alternate or exception flows).</p><p>Use cases can be extremely valuable when it comes to clarifying requirements and ensuring everyone is on the same page when it comes to what needs to be built into your application</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*msZuhIo53lcwDiGw95zEyw.jpeg" /></figure><h4>API Documentation</h4><p>API stands for “Application Programming Interface”. It is a set of rules that govern how software components should interact with each other. An API document describes these rules so that developers can understand how to use the API.</p><p>An API document should include the following information:</p><p>-The name and version of the API</p><p>-What platforms the API supports</p><p>-How to use the API</p><p>-Description of each function in the API</p><p>The first step in writing an API document is to come up with a clear and concise name for the API. This name will be used throughout the document, so it’s important to choose something that accurately describes what the API does.</p><p>Next, you need to provide a brief overview of the API. This should include a description of what it does, as well as any key features or benefits that it offers.</p><p>Then you need to outline all of the requirements that must be met in order to use the API correctly. This includes things like which programming languages are supported, what formats data should be in, and how authentication works.</p><p>Finally, you need to provide detailed instructions on how developers can actually use the API. This section should include examples and code snippets wherever possible</p><p>API documentation typically includes information about the API’s functions, parameters, and return values. Good API documentation can help developers understand how to use an API and troubleshoot problems.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*gcX_IgI1drKm5KIcxw40xA.jpeg" /></figure><h4>Here’s What a API Documentation Should Include</h4><p>API documentation is an important part of any developer’s toolkit. It can be difficult to know what to include in your API documentation, but luckily there are a few key things you should always keep in mind. We will now discuss what you should include in your API documentation and why it’s so important.</p><p><strong>Tutorials: </strong>One of the most important aspects of good API documentation is clear, step-by-step tutorials. These tutorials should walk developers through every step of using your API, from signing up for an account to making their first request.</p><p><strong>Examples:</strong> Along with clear tutorials, it’s also helpful to provide examples that show how your API can be used in practice. This could include example requests and responses as well as code snippets that show how to use your API within a particular programming language.</p><p><strong>Code Snippets: </strong>As we mentioned before, code snippets are essential for helping developers connect the dots and understand how to use your API within their own projects. Whenever possible, try to provide concise code snippets that illustrate common tasks or workflows.</p><p><strong>Additional Resources: </strong>Finally, don’t forget to provide additional resources like videos or GIFs that help explain how your API works visually. This can be especially helpful for those who learn best by seeing something done rather than reading about it.</p><p>Whenever you are creating or working with an API, it’s important to have accurate and up-to-date documentation. This will help developers understand how to use your API and avoid any common errors.</p><p>API documentation is an important part of the software development life cycle (SDLC). It can help developers understand how to use an API and what functionality it provides. Good API documentation can also help reduce the number of support requests and improve customer satisfaction.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e995c15780a5" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Understanding Cryptocurrencies- Basic Guide]]></title>
            <link>https://medium.com/@archanapanda/understanding-cryptocurrencies-basic-guide-7edd2a5d177e?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/7edd2a5d177e</guid>
            <category><![CDATA[bitcoin-mining]]></category>
            <category><![CDATA[cryptocurrency]]></category>
            <category><![CDATA[cryptocurrency-investment]]></category>
            <category><![CDATA[crypto]]></category>
            <category><![CDATA[bitcoin]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Wed, 26 May 2021 12:56:35 GMT</pubDate>
            <atom:updated>2021-05-26T12:56:35.007Z</atom:updated>
            <content:encoded><![CDATA[<p>Crypto currencies are fast turning out to be a lucrative asset class. <em>Don’t have any idea about it? Feeling old-fashioned? Here is a guide that can help you understands the basics.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/356/1*EzjrOgj6DUJzaUxdefD7pA@2x.jpeg" /></figure><p>Cryptocurrency is the brainchild of a Japanese national, Mr. Satoshi Nakamoto. It is he who first conceptualized the idea of a decentralised network for transaction in a digital currency. The first such digital currency that came into existence is known as Bitcoin. Initially, Bitcoin was not acceptable to anybody, but slowly it caught on as a mode of payment for some specific transactions. Over the years, several other cryptocurrencies were launched.</p><p><strong>Why Cryptocurrency Came Into Existence And What Is It?</strong></p><p>A cryptocurrency is a digital currency that is transacted among a community using a distributed digital ledger. The first and primary motive for hatching such an idea was sending large chunks of currency to different corners of the world without the intervention of banks and therefore avoiding the law and tax authorities. So, primarily it was intended for underworld operations for financing. Also, it became very popular for money laundering since it enabled users to send large sums of money without even the authorities taking note of the transactions.</p><p><strong>How does it work?</strong></p><p>The distributed ledger is the backbone of cryptocurrency transactions. This is known as a blockchain. Different cryptocurrencies may have different blockchain systems. A blockchain consists of blocks, which hold information about individual transactions. Individual blocks hold information about individual transactions with a timestamp. The block is posted by the user to the distributed ledger for verification. Unless this transaction is verified the subsequent transactions cannot take place. The verification is done by cryptocurrency miners who receive payment in cryptocurrency for successful and quick verification.</p><p>So, if you are a part of a blockchain and have a Bitcoin wallet, you can buy stuff from your friend and pay him in Bitcoin. For this you need to create a transaction in Bitcoin and request the blockchain system to send the same to your friend’s Bitcoin wallet. For this you need to agree to pay a nominal transaction fee. So, after you make the request to the system, your transaction is grouped in a block in the blockchain system along with other transactions. Now, this transaction needs to be verified. This is done by miners. They verify the transaction and post it to the blockchain system after verification. This makes a timestamped block and completes the transaction.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/356/1*gl7FK_MtDSdAmPqYw7us3Q@2x.jpeg" /></figure><p><strong>Advantages of Using Cryptocurrency</strong></p><p>The biggest benefit of cryptocurrency is that it helps you transfer large amounts of wealth to different parts of the world completely anonymously. So, irrespective of the number of cryptocurrencies sent you don’t need to be afraid of any government or institutional interference.</p><p>Moreover, it helps transfer assets for a very small amount of fee. However, with the passage of time these currencies have gained immense appreciation in value and recognition. So, these days people are also using cryptocurrencies to pay bills and secure online loans.</p><p>People are also using crypto currency to invest in business start-ups since more and more services are now willing to accept these currencies as a mode of payment.</p><p><strong>Cryptocurrency Mining</strong></p><p>Cryptocurrency miners verify transactions in a blockchain system and add them to a block in encrypted format. So, why do they do that? The answer lies in the reward. Cryptocurrency value is increasing, and miners have the opportunity to earn some cryptocurrencies by mining some crypto transactions. It is their reward for accurately verifying Blockchain transactions and encrypting them in individual blocks. Without this system transactions are incomplete and the blockchain system is ineffective.</p><p>Miners use huge computing power to solve complex problems in order to verify transactions in a block. The first miner to verify all the transactions in a block gets rewarded with cryptocurrencies.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=7edd2a5d177e" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[COVID & Kids – How To Keep The Learning & Fun Going]]></title>
            <link>https://medium.com/@archanapanda/covid-kids-how-to-keep-the-learning-fun-going-72ac5c352949?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/72ac5c352949</guid>
            <category><![CDATA[parenting-toddlers]]></category>
            <category><![CDATA[covid19]]></category>
            <category><![CDATA[kids]]></category>
            <category><![CDATA[parenting]]></category>
            <category><![CDATA[coronavirus]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Sun, 16 May 2021 06:39:41 GMT</pubDate>
            <atom:updated>2021-05-16T06:39:41.646Z</atom:updated>
            <content:encoded><![CDATA[<p>Needless to say, there is no niche in public life that is untouched by the scourge of the pandemic. For more than a year now, daily life of common people been tossed up and down by the virulent omnipotent virus. In fact, the damage caused by the virus is not one dimensional. The consequences are playing up in a number of dimensions including sickness, depression, death, disability and hopelessness.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/600/1*ZMnnNGbebdx4WV99pqf2HQ@2x.jpeg" /></figure><p>One of the most innocent victims of the virus are the kids. Although, it is fair to say that the virus is not quite imperiling the lives of children; it is wreaking havoc with the daily lives of kids. They are forced to live a life of seclusion away from friends and school mates for more than a year now. Homes have metamorphosed into classrooms as learning has become online. True, parents who can afford to have broadband internet connection at home and an exclusive laptop, tablet or mobile for their kids have been able to continue the education of their kids, the system is robbing the children of fun that they are used to in regular mode of education. Add to it the monotony of being at home and having no opportunity for going out to play or have fun with friends; it makes a recipe for hopelessness, melancholy and disappointment. Never before have so many kids been out of school</p><p>Needless to say, one needs to try to inculcate a modicum of fun in the existing system in order to extricate the lives of kids battered by the virus. So, what is the way out? How to you make the learning and fun going for your kids? Let us discuss.</p><h3>Teach Your Kids the Art of Writing</h3><p>Online messengers and chat rooms are popular modes of communication in an online environment, but they have a claustrophobic effect on the minds of children. It is time to encourage children to come out of their closet. Well, if it is not possible to get your kid out for fun, try to engage him into something that helps them express their feelings. The charm of writing a letter to friends or relatives is common to kids. They just love to do it. It helps to open up memories and also has a great sentimental value. Learning to write letters forces kids to be concise and clear in expression and helps to improve their thought process and thinking skills.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/600/1*lehD3RoXvwxmwXi2uJtNJA@2x.jpeg" /></figure><h3>Plan a Scavenger Hunt</h3><blockquote>Children are innately curious, but the present environment is killing their curiosity.</blockquote><p>Try to bring it out with fun games like scavenger hunt. It helps to evoke curiosity in the kid. Hide something in the house and ask your child to unearth it. Give him some clues to the hidden item and declare a gift for unearthing. This can help him pass the time well during quarantine and you to spend some quality time with your kids.</p><h3>Make a Screen Time Routine</h3><p>The quarantine period has forced many children to spend more time with laptops and mobiles. They are watching cartoon movies more than they used to do in regular school times. If you cannot prevent this the kids are likely to become more secluded from regular life. You need to make a routine for screen time available to the kids. Don’t let them indulge in laptops and mobiles. So, it is a good idea to set a time schedule for screen time.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/600/1*ZBopmbeDvD7p96ADlx3sDg@2x.jpeg" /></figure><h3>Practice Dancing</h3><p>Dancing offers great enjoyment for all age groups, but especially for children. Turn on some rhythmic music and dance to its beats together with your kids. Indeed, parents dancing together can be a great encouragement for children. This can help them break the monotony and keep the fun going.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=72ac5c352949" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[What’s IOT, AI and Cloud ERPs and How You Can Use Them In Your Business]]></title>
            <link>https://medium.com/@archanapanda/whats-iot-ai-and-cloud-erps-and-how-you-can-use-them-in-your-business-95c6142cc00f?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/95c6142cc00f</guid>
            <category><![CDATA[cloud-erp-solutions]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[machine-learning]]></category>
            <category><![CDATA[iot]]></category>
            <category><![CDATA[cloud-services]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Tue, 04 May 2021 07:12:28 GMT</pubDate>
            <atom:updated>2021-05-04T07:12:28.869Z</atom:updated>
            <content:encoded><![CDATA[<p>IOT is all about connecting disparate systems in an organisation in real time and achieve data economy. With the help of IOT you can now get a large amount of data from sources that were so far unresponsive. This can transform the mode of operation of a business and enable an organisation to get closer to the customer. This is definitely helpful in eliciting more insight into customer behaviour. In short, IOT helps ERP in achieving its goal of integration.</p><p>However, as you bring on IOT there is a surge in data volume and complexity. You need something that can organise and analyse this data on a real time basis. This is where <strong>AI</strong> helps.</p><p>Intelligence is about the efficiency with which one can acquire new skills. The same is true for machines. <strong><em>Artificial Intelligence is not a skill in itself; it is about machines learning new things efficiently and fast</em></strong>. This is also known as machine learning. In fact, machine learning is the bedrock of artificial intelligence.</p><p>What is interesting is that the combination of machine learning and artificial intelligence can help an organisation harness the surge in data from IOT nodes like door locks, temperature sensors, security sensors, water heaters and other sources.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/356/1*GCI3jUe0nu3g0UXkcfhWtQ@2x.jpeg" /></figure><p>However, to harness the maximum potential from the marriage of AI and IOT you need a cloud ERP solution. <strong><em>A cloud ERP installation can get real-time information from all the nodes in its network which may include high-value assets, materials and equipment in the supply chain.</em></strong> Feeding this data into the ERP system can keep all the parties involved in the supply chain informed. This can really have a spill over effect in many departments of an enterprise such as Purchase, Stores, Finance, Operations, sales etc. Pulling IOT and AI into ERP can result in smarter enterprises where cost is low, but efficiency and productivity is high. These two technologies bring along new capabilities to your business IT infrastructure.</p><p>Needless to say <strong>IOT, AI and Cloud ERP make a complete team</strong>. Here is how you can use them in your business.</p><ul><li><strong>Organizing your business</strong></li></ul><p>Cloud ERP systems integrated with AI and IOT are smarter systems with self learning capabilities. Such a system can organize a business in various ways from supply chain to shop floor to retail sales. Specific APIs and web services can empower your business by connecting with buyers and vendors in real time.</p><ul><li><strong>Virtual agents</strong></li></ul><p>AI enabled Virtual agents like Amazon, Alexa, Cortana, Google Voice, and bots in websites can be modified according to operational requirements of your business. There may also be voice-agents integrated with ERP to help with instructions for shaping Configure To Order and Engineer To Order productions.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/356/1*TSdw23vg3c6ZmwBFxG7svw@2x.jpeg" /></figure><p><strong>• Pursuing new business models</strong></p><p>Integration of IoT and ERP helps businesses realize speedy wins. IoT nodes generate massive data which can be capitalized by AI systems integrated with cloud ERP. This can bridge the intelligence gap and help you pursue new business models.</p><p>• <strong>Judging equipment effectiveness</strong></p><p>Cloud ERP enabled by AI and IOT can provide insights into how to enhance Overall Equipment Effectiveness. This is specifically important in normalizing operations and optimise performance on the shop floors. The marriage of IoT and AI with cloud ERP gives rise to an always-learning knowledge system which can monitor all shop floor data in real-time, and suggest insights for improvements.</p><p>• <strong>Tracking product-lots and predict their quality standards</strong></p><p>With IOT and AI integrated with the cloud ERP system you can easily track product-lots which may have higher chances of failure regarding quality. With the help of past patterns and data you can design new capabilities.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=95c6142cc00f" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[5 Instagram Growth Tips That Work In 2021]]></title>
            <link>https://medium.com/@archanapanda/5-instagram-growth-tips-that-work-in-2021-6486a1f70227?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/6486a1f70227</guid>
            <category><![CDATA[instagram]]></category>
            <category><![CDATA[instagram-followers]]></category>
            <category><![CDATA[instagram-marketing]]></category>
            <category><![CDATA[2021]]></category>
            <category><![CDATA[instagram-stories]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Sun, 25 Apr 2021 06:47:28 GMT</pubDate>
            <atom:updated>2021-04-25T06:47:28.154Z</atom:updated>
            <content:encoded><![CDATA[<p>With a billion plus active users, Instagram is one of the most popular social media platforms all over the world. Instagram pages of celebrity personalities are hugely popular with their fans. In fact, Instagram accounts of these personalities grow rapidly and generate huge income for them. However, for ordinary users growth in Instagram is a difficult story. You really need to fight for every inch of growth or follow these Instragram growth tips.</p><p>These are not just ordinary tips that reiterate the importance of on time posting, quality content, using hashtags, engaging etc. Those are common measure that almost every aspiring Instragram user takes recourse to. Here we are going to discuss something that not everybody is aware of. Hopefully, your Instagram following gets a boost by following these tips.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Y21CWDVZQJbcmGLV2KKQcg@2x.jpeg" /></figure><p><strong>1. Follow Other Users</strong></p><p>You really need to follow other users if you want them or their followers to follow you. Instagram already has a “Find People To Follow” feature. With the help of this feature, you can import names of friends from your email contacts and Facebook friends having Instagram accounts. You can also use the “Explore” feature and find suitable users to follow. The usage pattern of Instagram is such that a section of users whom you follow would in turn follow you. Thus you can acquire the initial base of followers from whom you can grow exponentially. However, the importance of on time posting, quality content, using hashtags, engaging content etc sets forth from this point onwards.</p><p><strong>2</strong>. <strong>Engage With your Competitors &amp; Most Active Followers</strong></p><p>Your niche of topics and images is not without competitors in Instagram. There may be thousands or even millions of Instagram users who are posting content and photo about the same niche. To get followers for yourself you need to engage with followers of your most popular competitors in Instagram. Since these people are following a niche, they may have a natural inclination to explore the niche further. This can nudge them to follow more users in the same niche. You need to exploit this natural inclination of users and enhance your follower base.</p><p><strong>3</strong>. <strong>Use Instagram Insights</strong></p><p>Instagram Insights is a very helpful feature of Instagram as it helps users to learn more about their followers and also about how his or her content is performing. If you are curious about how specific posts or stories are performing, this feature can help. You can see how individual post is performing and how people are engaging with them. So, you can get insight about your posts and activity of users around your posts. You can also track growth in follower count.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ddlTCsxlWiPeYfM8tmWEFw@2x.jpeg" /></figure><p><strong>4</strong>. <strong>Use Direct Message to Share Posts</strong></p><p>Direct Message for <a href="https://instagram.com/thewavytales">Instagram</a> web interface is available as a Google Chrome extension . You need to download it before using. In app version, it’s available within the app. This extension lets you send messages to your followers and friends from your PC or laptop. It comes with emoticons to let you express your emotion. Moreover, if you feel that you should not have sent a particular message, you can delete it easily. Just tap on the message, hold the right button on it and select “Unsend”.</p><p><strong>5. 30 Minutes of Engagement</strong></p><p>Don’t treat your posts in Instagram as a fire-and-forget artillery shell. You really need to engage with them before and after posting. The trick lies in 15 minutes of research on niche hashtags before posting and 15 minutes of engagement on your time line after posting. A small research on the most popular niche hashtag is pretty much worth your time and effort as it can lead to more followers. Similarly, spending some time on the post after posting can help you understand how your followers are reacting to it.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6486a1f70227" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Why Indian Farmers Are Protesting – 5 Things You Need To Know]]></title>
            <link>https://medium.com/@archanapanda/why-indian-farmers-are-protesting-5-things-you-need-to-know-61c453e32bca?source=rss-81575c694bf3------2</link>
            <guid isPermaLink="false">https://medium.com/p/61c453e32bca</guid>
            <category><![CDATA[rihanna]]></category>
            <category><![CDATA[farmers]]></category>
            <category><![CDATA[farmers-protest-india]]></category>
            <category><![CDATA[india]]></category>
            <category><![CDATA[indian-government]]></category>
            <dc:creator><![CDATA[Archana Panda]]></dc:creator>
            <pubDate>Fri, 05 Feb 2021 11:54:48 GMT</pubDate>
            <atom:updated>2021-02-05T11:54:48.482Z</atom:updated>
            <content:encoded><![CDATA[<p>Undeterred by the omnipotent virus and the cold weather, thousands of farmers have been camping at Singhu border in Delhi, the Indian capital city. They are protesting against 3 farm laws that the Indian government has recently enacted. While the farmers insist on scrapping the laws, the government is not ready to budge. It has been more than five months now; yet the impasse continues to linger. Here is a list of pointers that can help you decipher the cause of the lingering protest.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oUDX6yjiyepyE9-2H4RK3Q@2x.jpeg" /></figure><ol><li><strong>Farmer’s Produce Trade and Commerce (Promotion and Facilitation) Act, 2020</strong></li></ol><p><em>This act seeks to –</em></p><p>• Bypass the mandis set up under various state Agricultural Produce Marketing Committees and help farmers sell outside them.</p><p>• Help farmers engage in direct and online trading of produce through electronic platforms. Companies, societies and partnership firms can setup such platforms.</p><p>• Prohibit APMCs from levying fees or cess on farmers produce.</p><p>• Help farmers engage in seamless inter-state and intra-state trade.</p><p>2. <strong>Essential Commodities (Amendment) Act, 2020</strong></p><p><em>This act seeks to harness private sector participation in agricultural infrastructure by -</em></p><p>• Amending the Essential Commodities Act, 1955, which is designed to restrict the powers of the government regarding production, supply, and distribution of some key commodities.</p><p>• Removing pulses, cereals, oilseeds, edible oils, potatoes and onion from the list of essential commodities. The Government can still impose stock holding limits on these commodities, but only if there is a 100 percent increase in retail price in case of horticultural produce, and a 50 percent increase in retail price in case of non-perishable agricultural food items. This is designed to remove fears of private investors over regulatory influence and give freedom to farmers as well as private entities to produce, hold, move, distribute, and supply produce.</p><p>3. <strong>Farmers (Empowerment and Protection) Agreement of Price Assurance and Farm Services Act, 2020.</strong></p><p>• This act seeks to create a framework where farmers can enter into direct agreement with buyers before a sowing season and sell their produce to them at a pre-determined price. Buyers may be companies, individuals, partnership firms, societies and even limited liability groups.</p><p>• Agreements can cover supply, standards and quality of produce as well as supply of feed, seeds, fodder, machinery, agro-chemicals, technology, non-chemical agro-inputs, and other inputs.</p><p>• Purchase price of the produce as well as methods of determining the price must be included in the agreement. In case of price variation, the agreement must include a guaranteed price as well as clear references for additional amounts like premium or bonus. However, it does not talk about minimum support price for farmers.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*FrjueCKS3pS2umUlFWkjDA@2x.jpeg" /></figure><p>4. <strong>Government’s objective</strong></p><p>The government’s objective is to bring transparency in farm sector and accelerate growth by attracting private investment in farm infrastructure and supply chains. It also hopes to create new employment opportunities.</p><p>It argues that around half of the workforce of the country is employed in agriculture and contribute 15% to the country’s GDP. However, reliance on unpredictable monsoon rains and old technology leads to low productivity and therefore low profits. The reforms would equip the farmers with better technology and also help them participate in the free market. So, they can grow crops in a better way and also sell their produce at higher price to wholesalers, retail traders, exporters as well as the food processing industry.</p><p>5. <strong>Farmers perspective</strong></p><p>Farmers are almost unanimous about the outcome of these laws. They are opposing these laws since they believe that these laws will make them servile to corporate houses. If the buyer does not like the produce the farmer may end up losing all the money. In fact, some of them are also citing instances when multinational companies have concluded agreements, but did not care to pay the farmers citing unsatisfactory product quality.</p><p><strong><em>However, the government argues that there are enough safeguards to see that farmers never lose their bargaining power and get a fair price for their produce.</em></strong></p><p>It appears that lack of proper dialogue and an air of trustworthiness is dragging the impasse.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=61c453e32bca" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>