JAQ (b-boy)

Jeffery Ameen Qaiyum (born September 16, 1979) is an American professional b-boy, writer and MC, also known as JQ and JAQ. He has a brother, GQ, who is also a B-Boy professional, and with whom he performs as the "Q Brothers."

JAQ
Born
Jeffery Ameen Qaiyum

(1979-09-16) September 16, 1979
Chicago, Illinois, US
Other namesJQ
OccupationMC, writer, b-boy

Biography

Jeffrey Ameen Qaiyum was born and raised in Chicago, Illinois. JAQ is of mixed ethnic background having a Pakistani father and a European American mother of German descent. The DJ, emcee, beatmaker, producer, beatboxer then moved to New York City where he learned how to make beats and carefully craft rhymes. J was the composer and DJ for the off-broadway smash hit musical comedy, The Bomb-itty of Errors.[1]

He was also composer and co-star of MTV's Scratch and Burn, which he created along with his brother GQ and two of the other bomb-itty guys, Dragon and Jordan. He scored New York indie film "Just Another Story", which aired on Showtime. His brother GQ wrote, directed and starred in the movie. The Q brothers were associate producers. J was the music video co-director and has a small cameo.

Jeffrey Ameen Qaiyum has produced the "Smashing" album for the Grommits, The Grommits, a rock/electro/hip-hop trio, and a solo hip hop album entitled "Foul Mouth Poet". He toured the country extensively with The Grommits for much of 2004. He is now the lead singer of Them Vs. Them, a new rock band out of Chicago. The Q Brothers, formed by JAQ and GQ, are currently working on an album together entitled, "The Feel Good Album of the Year," a mix of jazz, heavy metal, R&B, and electronica.

Jeffrey Ameen Qaiyum currently lives in Chicago, IL.

Jeffrey Ameen Qaiyum has also voiced Dexter "Dex" Jackson in the first game of the Saints Row series & reprises his role as the voice of Dex for Saints Row: Gat Out of Hell, in the second game Dex is instead voiced by Arif S. Kinchen who also voices Pierce Washington.

gollark: I told you.
gollark: The clunky syntax for functions?
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!

References

  1. Bruce Weber. "The Bomb-itty of Errors". The New York Times Theatre Reviews 1999–2000. Taylor & Francis, 2001. 227.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.