ASP.NET Core Tutorialadmin1 month ago23ASP.NET Core Tutorial: Build your first appImage source: AuthorASP.NET is the web app building tool for Microsoft's .NET Core platform. It is used...
Adding Retry Logic To Your API Calls in Spring Bootadmin2 months ago13Making your API layer more robust and reliableContinue reading on codeburst »...
Just In Case. Laravel environment variables in JSadmin2 months ago24About Just In CaseWhile studying the Laravel framework, I was faced with some not-so-obvious problems (for me). One day, when I...
Writing your First Effective Prime Number Program in Pythonadmin3 months ago25A brief tutorialContinue reading on codeburst »...
Setup a modern development environment on Windows 10admin3 months ago29How to quickly get your Windows 10 development machine set upContinue reading on codeburst »...
Avoiding Code Duplication by Adding an API Layer in Spring Bootadmin3 months ago62Using back-end HTTP clients to build an advanced API LayerPhoto by Oskar Yildiz on UnsplashYour back-end may need to make numerous synchronous...
An Ultimate Guide to DevOpsadmin3 months ago37What Is DevOps? The term DevOps is a mix of those conditions of growth and surgeries, designed to signify a...
OAuth 2: Pattern to Keep access_tokens Inside a Secured Zone at All Timesadmin3 months ago24OAuth 2 has become a popular protocol to follow for authorizing users to access protected resources. A typical OAuth 2...
How to Restore Database Backup With T-SQLadmin3 months ago34Let’s learn how to restore a SQL Server database backup for Microsoft SQL Server. Restoring is a method of copying...