Showing entries 8676 to 8685 of 44863
« 10 Newer Entries | 10 Older Entries »
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

AngularJS how to remove html tags using filter

Whenever you require to strip HTML tags usign Angular Filter then this post can help you If you are working on php then it is very easily use predefine function But in AngularJS you need to make your own filter for remove html tag from string So In bellow example you can see how to create and us

TwinDB talks on Percona Live 2016

Percona Live is a Christmas in MySQL world. It’s time when all friends and family gather over a glass of beer. Everyone is talking about achievements of the last year and make New Year resolutions for a next one.

There will be two talks from TwinDB this year. One is about data recovery and one – about backups.

The data recovery talk is a kind of traditional talk. I will briefly cover InnoDB files format so you know where to look for data. I will show how to recover data from two most popular accidents: InnoDB tablespace corruption and DROP TABLE or DROP DATABASE. Data recovery is impossible without table structure recovery. I will show how to get the structure from an .frm file or from InnoDB dictionary (think of DROP TABLE when the .frm file is gone). We made a drastic improvement in user …

[Read more]
Laravel 5 Stripe example using Laravel Cashier from Scratch

In this tutorial post i show you the example of Stripe subscription example using Laravel Cashier in Laravel 51 application In this example i use Laravel CashierBilling of Laravel 5 Whenever you are work on big project like ecommerce or ERP on that project mostly we need to use subscription pla

Dealing with Jumbo Chunks in MongoDB

In this blog post, we will discuss how to deal with jumbo chunks in MongoDB.

You are a MongoDB DBA, and your first task of the day is to remove a shard from your cluster. It sounds scary at first, but you know it is pretty easy. You can do it with a simple command:

db.runCommand( { removeShard: "server1_set6" } )

MongoDB then does its magic. It finds the chunks and databases and balances them across all other servers. You can go to sleep without any worry.

The next morning when you wake up, you check the status of that particular shard and you find the process is stuck:

"msg" : "draining ongoing",
"state" : "ongoing",
"remaining" : {
"chunks" : NumberLong(3),
"dbs" : NumberLong(0)

There are three chunks that for some reason haven’t been migrated, so the

removeShard
[Read more]
Showing entries 8676 to 8685 of 44863
« 10 Newer Entries | 10 Older Entries »