my-programming-tutorials-logo

My Programming Tutorials

How XML Files can be Converted into JSON Files with the Help of Online Tools

Last updated on by , no comments

How XML Files can be Converted into JSON Files with the Help of Online Tools

XML and JSON are the most popular formats for packaging and sending data in software systems. XML stands for Extensible Markup Language and JSON stands for JavaScript Object Notation. Both XML and JSON are written in such a way that computers and humans can understand them without having to do any translation.  Now different people… Read More »

What is SCRUM? The 5-letter Framework Explained!

Last updated on by , no comments

What is SCRUM? The 5-letter Framework Explained!

In the world of information technology, time is everything. Most of the fields in science have centuries to develop their theories and concepts. IT, on the other hand, is relatively new, as the internet was just introduced to the internet late into the previous century. There have been some echoes in the minds of the… Read More »

16 Best Tools for Programmers to increase productivity

Last updated on by , 2 comments

16 Best Tools for Programmers to increase productivity

In this article, we are going to know about some best tools for programmers, which will definitely prove to enhance their productivity. This piece of content is specially written for new programmers and web developers. Because they literally just don’t know that some magical tools available out there to reduce their load. Hey! you are… Read More »

Learning and coding with CodeLabs

Last updated on by , 1 comment

Learning and coding with CodeLabs

What is CodeLabs? Codelabs is an online platform for learning and practicing programming. It provides a guided tutorial on how a programming language works and allows the user to learn a new programming language quickly. The user can execute their programs in the programming lab provided on the browser. The various programming languages available on… Read More »

Dictionaries should be free

Last updated on by , 4 comments

Dictionaries should be free

In the current society, education is really important and the tendency starts to show up that people are trying to get the best education quality that they can. However, in most of the countries it is impossible to get an education for free. That means that if you want to become successful in the today’s… Read More »

Web Notifications Using Laravel and Pusher

Last updated on by , 4 comments

Web Notifications Using Laravel and Pusher

Web notification is a particular message that generates from a website, whenever any update or important message is shared on the app. These messages pop up on your desktop or device even when the respective page is not opened on your current browser. These push notifications are a great addition to the traditional email and… Read More »