Awesome XFCE Terminal Themes You Should Try
If you spend a lot of time in the terminal, you might as well spruce it up. Yes, there is the standard light gray...
10 Simple & Effective SEO Steps
In a previous article, we talked about what Search Engine Optimization (SEO) is. In this article, we continue this discussion by talking about 10 simple...
The Difference Between SQL & SQL Server
What is the difference between SQL and SQL Server? This question is a very common one among people that just started working with databases.
This...
What is SQL Server Management Studio
SQL Server Management Studio is an Integrated Environment that allows the user to manage, configure, administer and develop in Microsoft SQL Server.
The latest SQL Server Management...
What are T-SQL Snippets in SSMS
In the Computer Programming world, a snippet is a piece of reusable source code that can be easily incorporated into larger sections of code....
What is a Permalink
All of us use the Internet. Along with using the Internet, we read and hear about different terms that have to do with the...
Permalink Structures in WordPress Explained
In a previous article, we’ve talked about permalinks, what they are, what their benefits are, and we also saw some examples. In this article, we...
What can you do using SQL Server
SQL Server is one of the world’s leading data platforms. If you are just starting out with SQL Server, I’m sure that the first...
Building a Chatbot without Coding
Chatbots are Artificial Intelligence (AI) programs that simulate how humans would react to a given topic. Whether or not they make sense, these minions can be...
Car Location Tracking Android App With Firebase Tutorial
In this tutorial, we’re building a car location tracking app like Careem and Uber. Although we’re not developing complete apps like Uber and Careem. But we’ll see how to online...
Debugging Realtime Database Performance with Firebase Database Profiler
Firebase Real-time database is built to handle high data traffic apps, but if you don’t architect your data properly you can run into problems...
Angularjs UI-Router Nested Views With Asp.Net Core MVC Application
Angularjs UI-Router is still the best choice of developers for Routing Purpose. Even with powerful platforms like Asp.Net or Asp.Net Core when you need to load Nested Viewsand don’t want to reload...
Load Data from Database to TreeView Asp.Net
Loading Data from Database to TreeView is difficult as compared to Loading Data into a Table.
Let me explain first that why and in what case developers...
Passing Parameters with AngularJS UI-Router
Angularjs UI-Router is considered as developers first choice when it comes to working with SPA(Single Page Application). Most of the developers are not interested in Advance features...
Android ViewPager And ViewPagerIndicator Example
A friend of mine came to me and said I want to make a Payment Transaction app. We’ve talked for a while about the...