Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  JAMIL'S CODING SPOT technology Blog  > 

Introducing The Postman VS Code Extension
2023-05-24 17:42
Reference: https://blog.postman.com/introducing-the-postman-vs-code-extension/The Postman VS Code extension brings the power of Postman, a widely popular API testing and development too… Read More
How OpenTelemetry Works?
2023-05-01 04:00
OpenTelemetry is a powerful observability framework that enables developers to capture, trace, and analyze distributed system data with ease. It's a vendor-agnostic and open-source tool that… Read More
What Do Solution Architects Do?
2023-04-17 14:02
Solution architects are professionals who specialize in designing and implementing complex software solutions to meet the specific needs of organizations. They work in a wide range of indust… Read More
Substring Text Without Breaking Words In C#
2023-02-10 23:04
When working with text data, it's often necessary to extract substrings from it. However, simply using the Substring method in C# can result in substrings that break words in half. This can… Read More
How To Generate JWT Token In .NET Core
2023-01-17 07:00
JSON Web Tokens (JWT) are a popular and secure method of authenticating users in a web application. In this article, we will go over the process of generating JWT tokens in a .NET Core appli… Read More
How To Become .NET Architect
2023-01-16 12:08
Becoming a .NET Architect is a challenging and rewarding career path that requires a combination of education, experience, and professional development.To become a .NET architect, you should… Read More
Razor Pages .NET Core Vs React Web Apps
2023-01-16 12:06
The choice between Razor Pages with .NET Core and React for building a web application depends on a variety of factors, including the specific requirements of your project, the skills of you… Read More
Encrypt And Decrypt Text Values In .NET
2022-10-31 12:41
In this article, we will explore how to encrypt/decrypt text using .NET and MD5 crypto provider. These methods can be used to secure critical values that are used by our ASP.NET web applicat… Read More
2022-08-22 15:39
Fall down seven times, get up eight.—Japanese ProverbYou could have all the skills in life that should make you successful, but if you lack one important skill, perseverance, it will… Read More
2022-05-22 11:26
In a previous post, we developed a C# method to check if an integer is a prime number or not. Today, we are going to develop a C# method to check if an integer is composite number or not. Fi… Read More
JavaScript Escape Quotes
2022-05-20 20:19
A JavaScript string consists of zero or more characters surrounded by quotes. JavaScript can misunderstand a literal quote enclosed inside single quotes, which is why the literal quote must… Read More
2022-05-20 20:17
If you participate in competitive programming assessment, you might be familiar with the fact that questions related to Prime numbers are one of the choices of the problem setter.In this pos… Read More
Phone Number Validation In JavaScript
2022-05-12 10:22
In a previous post, we learnt how to validate a phone number input field in a HubSpot contact form. Today, we are going to explore two solutions to validate phone numbers using JavaScri… Read More
2022-05-10 08:00
JavaScript Date objects represent a single moment in time in a platform-independent format. Date objects contain a Number that represents milliseconds since 1 January 1970 UTC. The Date… Read More

Share the post

JAMIL'S CODING SPOT

×

Subscribe to Jamil's Coding Spot

Get updates delivered right to your inbox!

Thank you for your subscription

×