Join us

ContentRecent posts and updates..
Story
@jeanvelez2 shared a post, 3 years, 3 months 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
Dev Swag
@ByteVibe shared a product

Desk Mat - Black Modern Astronaut

#developer  #merchandise  #swag 

Apart from looking cool, these desk mats keep surfaces free from scratches and stains. Great for making spaces more organized with minimal effort. These mats have a smooth surface and a non-slip base....

Story
@javinpaul shared a post, 3 years, 3 months 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
Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@salvadoriume shared a post, 3 years, 3 months 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, 3 years, 3 months 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, 3 years, 3 months 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, 3 years, 3 months 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, 3 years, 3 months 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
Story
@rafeekpro shared a post, 3 years, 3 months ago
Backend Developer, ML, AI, GCP, Accenture

Create a ML project exposed with API

We are going to modify the data for the training format. It will be stored as a json file.

Story
@pravand shared a post, 3 years, 3 months ago
Senior Software Engineer, Siemens

Builder Design Pattern in Go

Implementing Builder pattern is to build complex objects piece-by-piece providing more flexibility and readability to the code. In this article, we would learn when and how to implement Builder Pattern to build complex objects.

Story
@ravipnsit shared a post, 3 years, 3 months ago

Building ML Feature Lake

Highlighting use-case of two popular software, apache spark, delta lake and PrestoDB for building a reliable, scalable, fast, versatile data storage for large scale enterprise data for Machine Learning use cases.