Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

4 Common Marketplace Mistakes That Leads Business Startups to Failure

One of the most common reason why startups fail is that they pick a marketplace business model that is not scalable and end up in&

5 Industries Looking for Python Coders

  Python has quickly become one of the most popular programming languages in the world. Despite having practical application in a wide range of different specializations, Python's a relatively easy language to use. It has value in everyth

Stored Procedures and Functions in MySQL - Part 2

How to manage stored routines? In the second part of the series we will see basic commands used to manage the Stored Routines As these are also Database objects so the basic DDL commands hold true here also Create Alter Drop CREATE The syntax

DataTable in ADO.NET

While working with ADO.NET we use two kinds of approach Connected Disconnected   Connected approach is the one where the database connection is opened and closed.   Disconnected approach is the one where no need to open or close da

  • 131
How to Make MyFriends Query in MySQL?

Hello readers! If you are developing the web based friendship structure, Then in this blog we will help you to make myfriends query with database. Let's suppose you have database in following structure ID senderMob receiver

Paypal Checkout REST api integration in Laravel 5.7 with smart payment buttons

Hi All, Paypal has updated their payment integration API to new REST API and existing APIs have been deprecated since Feb 2019. Due to less documentation, it was very hard to integrate these APIs with Laravel. After spending some time, I was able to

Generic methods in C#

Generic is a feature provided in C# which allows defining the class, method etc without binding it to work with a specific data type, instead it is created with a substituted type which get replaced with the data type passed at run time. In other wor

Discussion on in-build modules of Nodejs

Welcome to FindNerd. Today we are going to discuss in-build modules in nodejs. If you work in nodejs then you should be familiar with modules. There are many in-build modules available in core libraries of nodejs. You can also get the modules from np

Grouping Operators in Linq

Grouping operators generates a categories or groups of an item on the basis of given key. These type of operators implements IEnumerable collection of type IGrouping<Key, SourceItem> where Key is a key value, on the basis of which grouping is b

How to check Null/WhiteSpaces/Empty Values in Oracle Query

If you have requirement to filter records where some columnName is either having value Null or have WhiteSpaces or is Empty, you can use following query: SELECT columnName FROM tableName WHERE TRIM(columnName) IS NULL Similarly, if y

1 199 258
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: