Skip to main content

Posts

Apple AirTag

Apple AirTag Attach or stick the AirTag to any object/things which you want track or find their locations. Then using Apple provided App you will be able to see ur AirTag where it is present/located. Usage: ✓ Let's say you want to find your key which misplaced somewhere. ✓ But luckily you have attached/sticked the AirTag to your key. ✓ So now you can goto your smartphone and open your AirTag app and you can able to locate the misplaced key where it is. ✓ Also from the app you can able to trigger an alarm which is present in your AirTag, which makes sound through you can able to find your missed key. Image Source:  Apple website ✓ AirTag can be attached/sticked to any items/products/things. Eg : Keys, Wallet, Smartphone, iPod, etc. How AirTag will work? ✓ AirTag will send secure bluetooth signal to nearby devices in Find My Network. ✓ These devices will send your AirTag location details to iCloud then you can goto find my app and see it on the map. ...

How to make money on YouTube?

 How to make money on YouTube? YouTube is one of the popular social media platform to share videos that can be seen/viewed by the people across the world and beyond with the help of Internet from any media supporting device. Let's see how we can make money on YouTube. Create a Google Account or use your existing Google account to sign up to YouTube.   Create an attractive Video on Your Own and Upload it to YouTube. Make sure your video has some original content and attracts the viewers/audience. Publish your video to your YouTube Channel with attractive and meaningful thumbnail. Regularly publish some useful/meaningful contents for viewers/audience to watch regularly. If the users like your content they will subscribe and watch your videos again and again. Once you see your videos got more than 4000 Watch Hours and your channel got 1000 Subscribes then go to the YouTube Studio and Enable Monetization for you video. Tan tana Tan! You are all set, produce more useful conten...

AWS SQS | Simple Queue Service

  AWS Simple Queue Service What is AWS SQS? ✓ SQS Stands for Simple Queue Service. ✓ Fully Managed message queue for Microservices, Distributed systems and Serverless applications. ✓ In Simple terms, it is a pay-per-use web service for storing messages in transit between the computers/systems. ✓ AWS SQS can be connected with Most of the AWS Services to invoke and perform operation. AWS SQS Benefits of AWS SQS: Security Server Side Encryption(SSE) Durability Availability Scalability Reliability Customization Types of SQS: AWS SQS - Standard Queue As Name Suggests it is for Standard delivery purpose. AWS SQS - FIFO (First In First out) It is for First-in-First-out delivery purpose and exactly one processing. Name of fifo SQS should be end with .fifo. Eg: testsqsname.fifo To know this kind of  interesting  tech stuff's follow back / subscribe 👉#TechBird👈 Disclaimer : You can find similar content some where in this vast internet. Here Intension is to share the contents to ...

AWS Secrets Manager

AWS Secrets Manager What is AWS Secrets Manager? ✓ As the name itself says "Secrets Manager" a place which is used to store secrets and manages. ✓ As a end users we can store our secrets and use it across with various services and applications. ✓ Helps you to protect secrets needed to access your applications, services and IT resources. ✓ Also it provides users to easily rotate, manage and retrive database credentials, API keys and others secrets throughout the lifecycle. ✓ Using AWS Secrets Manager API calls user can access the secrets within their application without need to hardcode any secret inside their application code. ✓ Users can add fine grained permission for their secrets. To know this kind of  interesting  tech stuff's follow back / subscribe 👉#TechBird👈 Disclaimer : You can find similar content some where in this vast internet. Here Intension is to share the contents to viewer in short and sweet in my way. 🙂 Have a Great Day :)

AWS SES | Simple Email Service

  AWS SES (Simple Email Service) What is AWS SES?      ✓ An Email Service provided by AWS.      ✓ User can Send/Receive emails using  their own email address and domains using this AWS SES.      ✓ AWS Simple Email Service offers user with several methods of sending email, which includes                 Amazon SES Console, SMTP Interface and via Amazon SES API.      ✓ Developer can also access Amazon SES API using AWS CLI or by using AWS SDK.      ✓ AWS SES Comes under Customer Engagement Category. Where all can we use this AWS SES?      ✓  Sending Promotional emails, Marketing emails, Transactional emails such as order confirmation and other types of emails likes newsletters, error notification, etc...      ✓  When you use AWS SES for receiving emails, you can built custom logic to send auto-response and dashboard syste...

Signal

Signal " A Private Messanger App" Why Signal is so popular and trending now ? 🔥 ✓   Facebook Owned company whatsapp has recently showing an notice/pop-up notification to their user's, stating that whatsapp privacy policy has been updated and asking user to select accept/not now options. ✓ if user fails to accept the privacy policy then whatsapp will be stop working for them on deadline date given as stated by whatsapp. Tip: Check 👉  Whatsapp Privacy Policy 2021  👈 ✓ Because of this everyone got worried and raised their concern's on various social media platforms.  ✓ Unlike the other, the popular platform twitter also received many tweets related to this privacy policy concern raised by various user's.  ✓ Then there comes a tweet from Elon Musk - A Founder of Tesla and Space X. That tweets say to the users - " Use signal". ✓ So this makes every one talks about this Signal messaging app as an alternative for whatsapp. What is Sign...

AWS Event Bridge

AWS Event Bridge What is AWS Event Bridge? ✓ A Server-less event bus service for  AWS services, your own applications and SaaS Providers. ✓ This AWS service allows you to share the events from one place to another or from one service to other services. Advantages : Removes friction of writing "point-to-point" integrations Works across dozens of AWS and SaaS applications Easily build Event Driven Applications Fully managed and pay-as-you-go model Overview : ✓ You can share the events of your application/services to event Bridge and from the event Bridge you will be able to Accessible for other to perform their respective operations. Example: ✓ Let's say you have 100 Custom AWS Application running over in AWS account and you want to see the all running service logs/status in dashboard. ✓ As a traditional way what you will do, for all those 100 application you create a custom integration services and u will connect all those integrators to one master/...

BITCOIN

Bitcoin  ₿ What is Bitcoin? ✓ Bitcoin is a an innovative payment network and a new kind of money. ✓ Bitcoin is a cryptocurrency invented in 2008 and released in 2009 by an unknown person or a group of people under a name Satoshi Nakamoto. ✓ It is a decentralized digital currency Without a central bank 🏦 or a single administrator that can be sent from one user or other directly. ✓ It is virtual cash, which doesn't have any physical coins/papers. What makes Bitcoin so special? ✓ Bitcoin is open source, it is designed for public. ✓ Nobody owns or control bitcoin. ✓ Fast pear to pear transactions. ✓ World Wide Payments. ✓ Low Processing Fees. How does Bitcoin works? ✓ Once you have installed Bitcoin wallet app in mobile or desktop, it will generate your first Bitcoin address. ✓ Also you can create more address whenever you needed one. ✓ You can share the generated address to your friends/others so that they can pay you or vice versa. ✓ This similar to how the em...

NGNIX

  NGNIX What is NGNIX? NGNIX is a software which acts as a web server. NGNIX can also be used as reverse proxy, load balancer, mail proxy and HTTP cache. It is started out as web server designed for maximum performance and stability. Why NGNIX is used? | What is the Problem Solved by NGNIX? Let's say you have built an Web Application and been deployed in one for your machine and made running and served to your customers. Assume currently the application which is severed to customers is running in port 4000. After few days, you application got more traffic and seen huge spike in the visitors rate accessing your website. In this case you want to increase the No of Machine severing the application. For this purpose you are bringing another one machine and deploying and running your same application here and serving to customers to handle the increase in traffic, unfortunately in this new machine the port 4000 is already occupied by other application so you have deployed your applicati...

What is Docker?

 What is Docker? Docker is Software which are used to create containers. Image Source: Internet What is Containers? Containers are cluster or group of configuration files or packages which are used to run the applications. Let me tell you a short story from which we will try to understand docker much better way, Let's say you are building a PHP Ecommerce Website. In which you will need to install certain prerequisite before you start your actual development process's. You might want to install PHP, MySQL for Database and Apache or Tomcat for Server - As a developer you are having a Windows Machine and You installed all the required prerequisite in your system. Now you have completed your Application Development. But now want to send it to the Testing team to test the Application before production deployment. In this case, as developer you cant give your system to others since you might continue to developer other applications also. The right way would be running the developed ...