Open in app

Sign In

Write

Sign In

rumit mittal
rumit mittal

2 Followers

Home

About

Feb 23, 2021

MYSQL Case-Sensitive Search

When searching for partial strings in MySQL with LIKE OR = you will match case-insensitive by default. This is due to by default collation of the Database set for default character set. The default collation for character set latin1, which is latin1_swedish_ci, happens to be case-insensitive You can choose a…

My SQL

2 min read

My SQL

2 min read


Nov 9, 2020

Best Animated TV Series

Fans of fantasy, sci-fi, thriller , action and superheroes have plenty to choose from animated tv series. Death Note (Genre — Thriller, Mystery) Total Episodes — 37 | IMDB — 9.0 | Rotten Tomatoes — 100% Death Note is a Japanese manga series written by Tsugumi Ohba and illustrated by Takeshi Obata. The story follows…

Web Series

3 min read

Web Series

3 min read


Oct 30, 2020

The 10 Best Netflix TV Series

Fans of fantasy, sci-fi, thriller , comedy , action and superheroes have plenty to choose from on Netflix. Money Heist (Genre — Crime, Thriller, Mystery, Heist, suspense) Money Heist (Spanish: La casa de papel, “The House of Paper”) is a Spanish heist crime drama television series created by Alex Pina. The series traces two long-prepared heists led by…

Netflix

5 min read

Netflix

5 min read


Jul 1, 2020

Remove Duplicates from an Array in JavaScript

It’s a common use case in many projects to need to remove duplicates from an array in JavaScript. For interviews, it’s a common coding challenge to practice for everyone. Here are some ways to filter out duplicates from an array and return only the unique values. By using a Set Sets are a new…

Java Script

1 min read

Java Script

1 min read


Jul 1, 2020

Stalemate -Chess

The word stalemate is one of the most important chess terms. As the last hope for players defending a lost position, it can turn players games from a loss into a draw. It can cause frustration, happiness, excitement and aesthetical pleasure. For players new to chess and even for some…

Chess

2 min read

Stalemate -Chess
Stalemate -Chess
Chess

2 min read


Jul 1, 2020

Castling -Chess

Castling is a special move in the game of chess involving a player’s king and either of the player’s original rooks. …

Chess

3 min read

Castling -Chess
Castling -Chess
Chess

3 min read


Jun 29, 2020

Some Useful Underscore.Js Method

Most of the Modern Libraries and Frameworks these days use “Underscore.Js” or “Lodash” for common javascript methods. As Developer we can also use the methods provide by these libraries in our code by just importing these libraries. Today we will learn some most useful methods provide by the libraries. find: _.find(list…

Development

2 min read

Development

2 min read


May 26, 2020

Hiding Field in SugarCRM Conditionally

When we are working on SugarCRM many times we encounter a case or scenario that we need to hide or show some field conditionally in record view or list view. We can do that with various approaches, Today i will share some of the approaches.Following are those approaches:- Suppose we…

Sugar CRM

2 min read

Sugar CRM

2 min read


May 26, 2020

Clone Object in Javascript

How to do a shallow or deep clone of an Javascript Object using JS ES5, JS ES6 or Lodash. Please note that in the shallow copy the nested properties are just copied by reference. Javascript ES5 JSON.stringify() (Deep Clone) Be aware that you can’t use JSON.stringify to clone Functions and that Date objects. var clone = JSON.parse(JSON.stringify(obj)); LoDash cloneDeep() Method (Deep Clone) var clone = _.cloneDeep(obj, true);

Java Script

1 min read

Java Script

1 min read


May 26, 2020

Javascript empty an existing array

A couple of method how to empty an existing array in javascript. Consider these scenarios. let myArray = [1, 2, 3, 4]; let otherArray = myArray; New Empty Array (Reference remain Unchanged) Be aware that if you had any references to myArray they’ll remain unchanged as you would be pointing myArray…

Java Script

1 min read

Java Script

1 min read

rumit mittal

rumit mittal

2 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech