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
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
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.…
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 …
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
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
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.
…
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
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:
- 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.
- 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 …
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