ContentPosts from @dawnalvarez494..
Story
@ab_niazi shared a post, 3 years, 9 months ago

MultiImage Classification & ResNet 50 From Scratch

In this article, we will classify 10 species of animals by developing the ResNet 50 from Scratch.

The data set is available on Kaggle and in this post, you will learn a lot

Story
@vishalgrg shared a post, 3 years, 9 months ago

How to get into Cyber Security (Part 1 — Soft Skills)

To build a successful career in cyber security, the required competencies can broadly be divided in two main categories

1_SYgvK9hUfMukTo2mo9Y7XQ.jpeg
Story
@dailydevdivya shared a post, 3 years, 9 months ago

How would Jake Peralta explain Hoisting in JavaScript to Captain Holt

Let’s discuss one of the basic concepts of JavaScript today via an Interview between Sr. developer Raymond Holt and newbie coder Jake Peralta seeking an internship at Holt’s startup — ? Of course you guessed it right , B99 !

1_TQKY2UaoCzXRj7VbMfpeWQ.png
Story Trending
@javinpaul shared a post, 3 years, 10 months ago
Blogger, Programmer, Developer

20 Recursion based Practice Problems and Exercises for Beginners

Hello guys, if you struggle to solve coding problems using recursion or have difficulty in understanding the Recusion then you are not alone. Many people struggle to understand Recursion and the only way to overcome that is solve as many Recursion coding exercises, homework, and Recursive problems a..

recursion practice problem and coding exercises
Story
@shivambhatele80 shared a post, 3 years, 10 months ago
Software Developer, Scaler

How to Become Better Cloud Engineer?

It is now clearly obvious that cloud computing is revolutionizing the manner in which businesses operate, thereby establishing a new paradigm of choice for the delivery and management of data and applications. You can see that many businesses have made investments in and transitioned to cloud comput..

How to Become Better Cloud Engineer.png
Story
@boldlink shared a post, 3 years, 10 months ago
AWS DevOps Consultancy, Boldlink

Adopting DevSecOps

AWS CloudFormation AWS EKS AWS CodePipeline Agile Stacks DevOps Automation Platform AWStats

What is DevSecOps?DevSecOps refers to integrating security objectives as early as possible in a DevOps software delivery model. In DevsecOps, security is introduced as a shared responsibility from the beginning to the end of the software development lifecycle.DevSecOps also includes automating some ..

DevOps 7.jpg
Story
@iusztinpaul shared a post, 3 years, 10 months ago
Machine Learning Consultant

This Is What You Need to Know to Serve a Machine Learning Model

As machine learning engineers or data scientists, we all got to the point where we built our beautiful models with wonderful test results to end up using them just in a PowerPoint presentation. The most standard way of interacting with a model is to use it in an offline setup, where we have some kind of dataset to play with. This is ok for experimentation and to build your initial model. But, the next step would be to put our precious model out in the wild so people can use it. This is what model serving is all about. It represents the mechanism of deploying the model so other people can interact with it.

Model Serving
Story
@aniforverizon shared a post, 3 years, 10 months ago
Freelancer

Golang debugging by using Delve

You have finally debugged the code using delve …. 👍For any further Queries or anything related to Golang Development,Coding, Blogging, Tech Documentation you can DM me on Linkedin or instagram id=acanubhav94.Special credits to my team members: Shreyas and Anshika..

Story
@dridhone shared a post, 3 years, 10 months ago
Founder, www.dridhon.com

Python Interview Questions and Answers | dridhOn

Python Interview Questions1) What is Python?Python was created by Guido van Rossum, and released in 1991.It is a general-purpose computer programming language. It is a high-level, object-oriented language which can run equally on different platforms such as Windows, Linux, UNIX, and Macintosh. Its h..

Python Interview Questions and Answers | dridhOn
Story
@jeanvelez2 shared a post, 3 years, 10 months ago

Automatically Sign your AWS Lambda packages

In this post, I will show you how to sign your AWS Lambda packages as soon as they are uploaded to your Amazon S3 Bucket.

Automatic package signing — diagram