During my final year at RGUKT, I was volunteering on resume evaluation at Campus Placement Team. Starting from then, I have a separate email for getting contacted regarding resumes. I keep seeing trivial mistakes in resume(s).
Writing a resume is a daunting task: stressful, confusing, and takes too much time.
Don’t let your resume hold you back. Logon to https://createresumeforme.web.app/
Save time with our easy 3-step resume builder. No more writer’s block or formatting difficulties in Word. Rapidly make perfect resume employers love.
website.com
.index.html
into Index Document field.http://website.com.s3-website-us-east-1.amazonaws.com
.{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::BUCKET_NAME/*"
}
]
}
Be sure to replace
BUCKET_NAME
with yours.Note: Naming the bucket doesn’t have to be exactly the domain name. I read that in several articles that it needed to be, but it doesn’t. If using wildcard domains with AWS, I’ve read that we can’t have dots in the domain name when using wildcard domains. So just know that you can name the bucket whatever, but using dots does work if not using wildcard…
Generic discussions among techies/ developers, entrepreneurs and investors be like
How to build a startup with ZERO cost?
— How much does it cost to build a Minimum Viable Product (MVP)?
— Can we build an application with zero costs?
— In next 4–6months, we will be having 2000 cumulative users, what will be the approximate investment on architecture?
— Why can’t we start with freemium services for our application instead of complete premium versions?
— Are there any free cloud platforms are available to start building an application?
— DynamoDB
— AWS lambda
— Netlify/ Now /Surge
— AWS…
A new feature on our platform — Khushi app
Hello People,
If you are wondering how can you download pictures and videos from WhatsApp Statuses. This free application will enable you to download videos and photos posted by your friends easily and keep them on your gallery. Status Saver for WhatsApp, is a free feature that allows you to download WhatsApp images and videos to your mobile phone.
Recently we have organised digital and in-person surveys, regarding features in our @khushiteluguapp . Most of them showed interested in our Status saver feature. Here we go in the sprint, developed and tested this feature. …
Accessing our locale native movie language videos is a problem for users(scarce).
With internet accessibility, masses from rural, urban areas are showing exponentially positive interest in content creators. Best examples are TikTok, Instagram. These platforms provide a plethora of options in terms of providing versatile contents using machine learning algorithms.
However, there is a need for a platform which provides very selective content especially hyper-local language perspective.
Considering this in our mind, we @khushiteluguapp came up with neat UI and content-driven native android application. Khushi app provides short videos preferably 30sec length for the users.
Categorically we have gathered content in Comedy, Family, Festival, Motivational, Sports and Patriotic etc,. Streaming is quite apt with rural networks 3G connections as well(our internal tech team tested thoroughly). …
ESP8266 chips have a handy little feature that allows you to configure WiFi credentials that they use without actually connecting to them.
One of the protocols it supports is called ESP Touch and to get it working under the Xcode IDE you can use the code below as a starting point.
Espressif’s ESP-TOUCH protocol implements the Smart Config technology to help users connect ESP8266EX-embedded devices to a Wi-Fi network through simple configuration on a smartphone. — ESPTouch website
Are you looking for reducing the cloud costs of your existing application?
Are you having trouble with securing and monitoring your big application?
User acquisition is a primary and fundamental part of becoming a Startup to Unicorn business. Let’s say PayTM, OYO, PhonePe, NetFlix, Uber etc,. In process of user acquisition Unicorns had been investing in huge cloud infrastructure. It’s appreciable that, CTOs and Technology leads have been striving hard enough to tackle fundamental issues like scalability and security.
End to end application can be broadly categorized, as frontends(mobile and web interface), backend(REST APIs) and finally DevOps(Cloud Servers). …
A quick Google of “IoT protocol” will return a number of pages suggesting MQTT(Message Queue Telemetry Transport) and, by the second page of search results, it’s almost entirely MQTT-related links.
In connecting the networks and people, the HTTP Protocol played a greater role and it is the most widely used protocol for data transfer in a variety of applications. In IoT, we got to establish connections between “machines and things”. Their communication requirements were different from the current needs of the Internet and associated data communications. …
I am currently learning【Swift 4】 to expand my programming knowledge. I looked at Swift a few years ago, but am now ready to dive into it.
I have programmed for many years with Java, and have some familiarity with Python. So, my approach to learning a new language is influenced by that previous knowledge.
a. Choose `Single View App`
“Experience is the name everyone gives to their mistakes.” — Oscar Wilde
In the early stages of Cadenza.tech enterprise application, we had entire platform on MEAN Stack in the monolithic environment. We had 125 APIs almost in different categories such as user management, product management etc, and incurred INR 40000 per month on AWS Cloud platform. The main problem was the repetitive application crashes as well as huge costs.
Then we had an opportunity to explore microservices blog. I highly recommend this blog to next-gen developers.
About