Dev Yoda

@yoda

309 Points 2 Followers

16 Posts

0 Answers

When DevDojo Meets StarWars

Dev Yoda · 4 months ago

4 Open Source Tools for Efficient NodeJS Application Building

NodeJS is an excellent alternative for creating scalable and quick server-side applications. It is the ideal framework for developing high-speed JavaScript apps due to its asynchronous natu...

Dev Yoda · 5 months ago

4 Ways to Shorten the Developer Feedback Loop

Image by Kier In Sight on Unsplash The feedback loop is one of the key principles of a good workflow for software development. It's also one of the hardest to implement effectively. The pro...

Dev Yoda · 6 months ago

Best Practices for Load Testing Your Web App

Photo by Nate Grant on Unsplash Websites are rapidly evolving into an organization's most important resource in the modern day. Every company needs to have a digital presence in order to...

Dev Yoda · 7 months ago

Top Alternatives for Dependabot

Software development is an unending chain of activities that doesn't terminate when the product is deployed. It keeps the development team constantly tinkering with deployed code. GitHub's D...
1

Dev Yoda · 9 months ago

Implementing Secure Sign-In without Passwords in NodeJS

Web apps face the second-highest risk of broken authentication. This risk indicates a problem with session management and authentication. As a result, attackers have various options for gain...

Dev Yoda · 10 months ago

Cloud Service Providers for K8s Programs

Photo by Christina @ wocintechchat.com on Unsplash The cloud layer refers to the server infrastructure. Creating a server on your preferred cloud service provider (CSP) involves a number of...

Dev Yoda · 11 months ago

Data Ingestion in Object Storage

Source In the modern world, real-time analytics, machine learning, and smart applications are some of the stand-out technologies that are helping businesses strive forward. And these techno...
5

Dev Yoda · 1 year ago

How to Automate Regression Testing

Photo by Marvin Meyer on Unsplash Software upgrades are now an accepted part of everyday life. They are delivered by developers to improve the application's functionality, patch vulnerabil...
3

Dev Yoda · 1 year ago

Debugging Data Visualization Python Programs

Photo by Carlos Muza on Unsplash According to SlasData, Python has reached over 8.2 million developers and its popularity has surpassed Java. It was the second-fastest-growing language com...
2

Dev Yoda · 1 year ago

How Time-Series Analysis Is Utilized For Weather Patterns

Most natural elements in the world can be perceived in the form of time. Using data collected and encompassed over a long period of time, we can achieve highly precise and accurate predictio...

Dev Yoda · 1 year ago

PostgreSQL vs MySQL: Which One to Choose?

PostgreSQL or MySQL---which should you choose? This is a really important decision when it comes to relational databases. It's necessary to choose the right database before starting a new pr...
1

Dev Yoda · 1 year ago

Continuous Profiling Tools to Help You Remove Python Bottlenecks

Profiling helps developers find out where a program is spending too much time in the execution, i.e., where some functions are taking too much memory in the execution. So, to do proper resou...

Dev Yoda · 1 year ago

How Do Git Repositories Work?

Introduction Git is an open source version control system used to take snapshots of changes in files over time and store those changes in a .git folder. The folder is called a git repository...
6

Dev Yoda · 1 year ago

Top VS Code Extensions for Application Security in 2021

Companies are investing heavily in technologies to protect their users' data as part of policies. Hackers and other bad players will get more sophisticated in stealing information and infilt...
7

Dev Yoda · 2 years ago

What is the Scope of Automated Testing?

Software testing is the process of evaluating if a piece of software works as expected. It tries to uncover unidentified bugs within a system and measure its overall quality, usability, perf...
4

Dev Yoda · 2 years ago

The Risks of Using Open Source Components

Introduction  In this post, I'll give my view on the possible risks of using open-source components. We all know that, nowadays, open-source technology is widespread across startups and all...

Loading More Content