ContentPosts from @dawnalvarez494..
Story
@suraj4502 shared a post, 3 years, 11 months ago
student

How to Create a multipage web app using Streamlit?

We will see how to create a multipage web app from scratch.

Photo by Christina @ wocintechchat.com on Unsplash
Story
@javinpaul shared a post, 3 years, 11 months ago
Blogger, Programmer, Developer

5+ Best Free Excel Online Courses for Beginners

Microsoft Excel

Hello Devs, There is no doubt that Microsoft Excel is a popular tool. You can use this for quick data analysis, calculation and reporting. Just knowing simple things like VLOOKUP and removing duplicates can help a lot. If you want to learn Microsoft Excel, a productivity tool for IT professionals, a..

Story
@dridhone shared a post, 4 years ago
Founder, www.dridhon.com

What is Microsoft Azure?

Microsoft Azure is a growing set of cloud-based computing services for enterprises, developers, government organisations, and anybody else who wants to build an app or run a business on the internet without having to install and manage hardware or server software. In recent years, it has exceeded bo..

What is Microsoft Azure?
Story
@jeanvelez2 shared a post, 4 years ago

Sign your AWS Lambda packages

AWS provides a service named AWS Signer, which is a code-signing service that helps establish the trustworthiness of your code when uploading it to the Lambda Function or IoT services at AWS.

This post will show the concepts related to the AWS Signer service and a brief demo.

Photo by Unsplash
Story
@javinpaul shared a post, 4 years ago
Blogger, Programmer, Developer

5 Best Web Development Online Courses for Beginners and Experienced Developers

Want to become a web developer? Here are the best online courses you can join to learn web development and become a web developer.

best online course to learn web development for beginners
Story
@salvadoriume shared a post, 4 years ago
6web.pl

Kong plugins - intro

You will learn

- What Kong API Gateway is

- What Kong plugins are and how they interact with the request/response flow

- How to setup a local environment to develop and test Kong plugins

- Fetch claims from JWT tokens and use them in response headers

- Setup a custom endpoint in the Kong Admin API

Story
@dheerajydv19 shared a post, 4 years ago
Founder, OSINT Ambition

Facial Emotions Recognition through Deep learning

We will create a real-time facial emotions recognition system using python. This system can be tested on both videos including webcam and photos.

Story
@surajn222 shared a post, 4 years ago

Simplifying context managers in python

Using the 4 step process in the diagram above above, any code can be converted in context manager.Context managers can be used in situations when the code has the below structure:Open/Setup/EnterExecute/ImplementClose/Teardown/ExitExamples of context managers:Open, read, close fileOpen connection of..

Story
@boldlink shared a post, 4 years ago
AWS DevOps Consultancy, Boldlink

AWS Security Intro – 4. Data

AWS CloudFormation AWS EKS AWS CodePipeline AWS API Gateway AWStats

When it comes to Data, we understand that misconfigurations can expose your data to be exposed or exploited against our customers. But if guided in the correct way to use the best solutions on AWS, they can avoid the misconfigurations and pitfalls of having an abundance of choices on AWS.AWS Shared ..

Story
@dariaip shared a post, 4 years ago

How to ensure data type correctness at Python

Python is a programming language which is famous for its polymorphism. It means that the same operation will work differently with objects of different data types. It’s very useful but in some cases can lead to unexpected behaviour of your code.

Photo by Andrea De Santis on Unsplash