About admin

This author has not yet filled in any details.
So far admin has created 3 blog entries.

Jiu-Jitsu July 8th, 2025 Prep

Last night, we learned Arm Drag to Takedown + a Kimura from the takedown position. I need to get better at takedowns, as I'm still a bit timid when it comes to those. I had some good rolls, but I still haven't actually gotten to string together any submissions yet. I'm going to need to work on some combinations. I would like to set up the Flash Armbar, but that also requires great positioning. In order to set up the flash armbar yesterday, I attempted to get people into my guard, but they ended up fighting out of it. I'll continue to drill this flash armbar. It seems like something that works when there is a vulnerability in their positioning. I think taking notes from Jiu-Jitsu University will also help. This is the video for the Arm Bar to Takedown: This is the video for the kimura from the takedown. Tonight, apart from what john shows us, I am going to attempt to start from standing, and here is my sequence: - Arm Drag to Take down, then Kimura from takedown If that doesn't work, then retain upper position Somehow get them into my guard from guard, attempt triangle choke If that fails, set up flash armbar.

By |2025-07-08T06:59:55-04:00July 8th, 2025|0 Comments

Jiu-Jitsu Notes July 2nd, 2025

Shit Grip To Triangle Posture-Up, Arm Pull-Out Lazy Forearm Armbar Straight to Triangle Pinch Knees, Cross-Feet Choke PINCH KNEES CROSS-FEET CHOKE PART 2 FLASH ARMBAR PART 1 Flash Armbar Part 2 Flash Armbar Part 3 Deep Collar Choke from Close Guard Close Guard Under Arm Cross Collar Overhook to Arm Lock — Omoplata Setup variations 1 and 2 Overhook armlock or shin to neck leading up to Omoplata Omoplata Setup with Overhook, but opponent pulls out arm, so you roll into an armbar instead

By |2025-07-04T19:05:10-04:00July 2nd, 2025|0 Comments

Programming Blog July 10th, 2023

here is where I have done so far: First, HTML: <!DOCTYPE html> <html> <head> <title>Numair Qureshi</title> <linkrel="stylesheet"href="styles.css"> </head> <body> <div> <h1>Numair Qureshi</h1> </div> <div> <imgsrc="photo.jpg"id="photo"alt="Photo"> </img> </div> <div> <h2>Favorite Music Artists</h2> <ul> <li>The 1975</li> <li>Explosions In The Sky</li> <li>Jimmy Eat World</li> <li>Kings of Leon</li> <li>Queen</li> </ul> </div> <div> <h2>Favorite Films</h2> <ol> <li>The Prestige</li> <li>Step Brothers</li> <li>Inception</li> <li>The Shawshank Redemption</li> <li>Good Will Hunting</li> </ol> </div> <div> <ahref="https://www.meta.com">My Profile</a> </div> </body> </html> Next, CSS: img { border-width: 2px; border-style: solid; border-color: blue; } h1 { color: blue; } h2 { color: grey; } div { margin: 4px; }

By |2023-07-10T12:51:27-04:00July 10th, 2023|0 Comments
Go to Top