
Search In
Hi friends,
In my last blog Migrations in Rails: PART 1 - Introduction and Creating Tables I told you what is migration and how we can create tables in migration today I will tell you some other generic queries that are used:
1. Dropping a ta
I am trying to build a discord bot in visual studio and while executing the code I am getting few exceptions errors. Pelase help me to resolve that. Below is my line by line code, please check and help me to run this code perfectly.
using Discord;
Let's suppose we have one project in Swift and we want to include .m file of Obj C in our project, for that we have to follow below steps.
1. Drag your objective C .m file in swift project. Once you drag, you will get one pop up as shown
In traditional web app users have no idea about server’s current state. But in real time web application (chat application, games) users are interact with server and other user in real time. Real time web applications need data to be shared ver

So when we talk about iteration on arrays in JavaScript, first thing comes in mind is traditional loops, but here we are discussing something that might surprise you that is array reduce() method, so first I’ll tell you, how does array reduce()
Today is the era of mobile evolution which is completely based on the quick and wide utilization of mobile phones. This is the reason that mobile application development companies have started putting resources for developing innovative mobile apps t
Having a WordPress website is one thing. And managing it is whole another. You need to perform some daily actions to ensure that your website runs smoothly. After all, it helps you to grow your business and boost sales. Ask the experts offering WordP
Prior to creating a C++ program, one needs to start the C++ IDE. The instructions for starting C++ all depend on the system one is using. This unit assumes that the individual is using the Bloodshed compiler. Incase, one uses a different version of C
Before reading about services in angular, I had few questions in mind as below:
1. What are angular services?
2. Why we need services. Is this the only way to achieve what we want?
3. How it works & how can we implement it?
&nb
Hello Guys,
I'm back with my second video tutorial session on angular components. Here we will be discussing each and every important point about components. Before digging deep into it, let's first focus on what is an angular compon
