Filter by:
Ashok Maurya
3 months, 1 week ago
Asymptotic Notations.
4 min read
Coding
Asymptotic notations is something that literally used to go over my head when I was first starting out with Data structures and Algorithms. After a lot of searching and reading I got a hang of it, so hopefully after reading this tutorial you will und.......
Rakesh Dhuliya
3 months, 2 weeks ago
Ends up accepting both.
1 min read
Coding
.......
Sagar Gupta
3 months, 4 weeks ago
Different Types of HTTP Response Status Codes.
1 min read
Coding
HTTP Stands for Hypertext Transfer Protocol.There are different types of HTTP response status code. These Status codes are issued by server to the request made by the clients.These codes are categorized into five classes, which are 3-digits codes, fi.......
Ashok Maurya
4 months ago
Data structures and Algorithms in Python - Python Dictionary.
3 min read
Coding
Consider a scenario where you need to store student information, which data structure will you use? If you are thinking that you can use list or tuple or sets then yes you are right, you can use any of these data structure but will it be convinient .......
Ashok Maurya
4 months ago
Data structures and Algorithms in Python - Python sets.
3 min read
Coding
In python a set is an unorderd and unindexed collection. An unindexed collection means that you can't access its element using index like you do in list and tuple and unordered means that if you will print the set then its item will print in a rando.......
Ashok Maurya
4 months ago
Data structures and Algorithms in Python - Python tuple.
4 min read
Coding
In Python programming a tuple is a linear data structure, now the question is what is the difference between list and tuple, both are linear data structure but unlike lists tuples are immutable(i.e. the items inside the tuple cannot be changed) on th.......
Ashok Maurya
4 months ago
Data structures and Algorithms.
3 min read
Coding
When I was first starting out with programming and like everyone else wrote the first and most popular program that every programmer has written atleast once in his lifetime, yes I am talking about the famous "Hello world", my happiness was on some .......
Ashok Maurya
4 months ago
Javacript let, var and const.
2 min read
Coding
Many newbies when they are starting out with javascript the first problem they face is with the scope of variables. Sometimes its very frustrating because you think that you did everything correctly then why the hell it is not working. So I made thi.......
Ashok Maurya
4 months, 1 week ago
The never-ending fight between Java and Python.
2 min read
Coding
Recently I was reading an article about "What to go for Java or Python?". This fight is now going on for a long time and the developer community is going crazy on this.When I was first starting out as the programmer, the first language I learnt was C.......
Aniket Karmakar
4 months, 1 week ago
Programming Language Popularity: JavaScript Leads – 5 Million New Developers Since 2017.
3 min read
Coding
JavaScript remains by far the most popular programming language with developers, followed by Python and then Java, according to analyst firm SlashData's latest survey of developers. The company's State of the Developer Nation Q3 2020 survey includes .......