Showing entries 7873 to 7882 of 44053
« 10 Newer Entries | 10 Older Entries »
How to check if record exists or not in Laravel

Today i will let you know example of laravel check if record exists in database We will look at example of laravel check if record not exists This post will give you simple example of laravel check if record exists in table lets discuss about laravel check if record exists in database So let

AngularJS How to Capitalize the first letter of word Using filter

Sometimes we want to make Capitalize string in our AngularJS project then we have to create filter because AngularJS not provide any predefined function that can Capitalize word or string However you can solve this problem by makeing your own filter that can help you to make Capitalize string o

MySQL 5.7.12 – Part 3: More Than “Just” SQL?

If you have been following our multi-part blog-post series around MySQL 5.7.12 so far you have heard on term a lot: “X”. So what does X stand for? A very good question, let’s see if Part 3 of the blog-post series on the MySQL Document Store will help you finding more about that.…

Developing a To-Do application using TDD approach using QUnit as the testing framework

I recently tried my hands at TDD to develop a basic ToDo app using QUnit as the testing framework.

Here is the link to the application demo.
I have written both unit and integration / functional tests while developing this app. The source code can be checked here.
To run and see the results of tests, refer below links:

Unit test results
Integration / Functional test …

[Read more]
How to check if View Exists or not in Laravel

In some situations we require to check if view exists then render view otherwise display something else But you can perform this task using exists function of view helper It will return true or false So you can use bellow examplestrong classexampleExamplestrong pre classprettypr

How to upgrade nodejs version in Ubuntu

In this post i want to share about how to update node version in ubuntu OS I would like to share this post because i try lot to update my node js package When i install 01025 nodejs but i want to update nodejs current latest version At that time i did try lot to upgrade but i cant update my no

MySQL 5.7.12 – Part 2: Improving the MySQL Protocol

The X Protocol

For the MySQL Document Store we developed a new protocol to lay out a solid foundation for the features we’ll implement over the next years.

Building a Protocol with Async APIs in mind

Asynchronous APIs are all about executing other work while a task gets blocked.

JQuery Display loading image on ajax call example

Sometimes we want to display loading image or animation or text when fire every ajax request In not for only one ajax request but if you want to load image on every ajax request then you can do that using bellow exampleI use ajaxStart and ajaxComplete function for show image until All POST

MaxScale 1.4.1 GA is available for download

Tue, 2016-04-12 16:06Johan

We are pleased to announce that MaxScale 1.4.1 GA is now available for download!

If MaxScale is new to you, we recommend reading this page first.

MaxScale 1.4 brings:

  1. The Firewall Filter has been extended and can now be used for either black-listing or white-listing queries. In addition it is capable of logging both queries that match and queries that do not match.
  2. Client-side SSL has been available in MaxScale for a while, but it has been somewhat unreliable. We now believe that client side SSL is fully …
[Read more]
MySQL distributed message system

Based on messages, we create mysql replication platforms , using async message to build strong distributed subscription system.

read this PDF : http://www.vmcd.org/docs/MySQL_async_message.pdf

Showing entries 7873 to 7882 of 44053
« 10 Newer Entries | 10 Older Entries »