Skip to content

Instantly share code, notes, and snippets.

View Tahajjat's full-sized avatar

Mir Tahajjat Hossain Tahajjat

  • The Entourage Effect
  • Dhaka,Bangladesh
View GitHub Profile
@Tahajjat
Tahajjat / ultralearning.md
Created November 6, 2024 03:17 — forked from hlfshell/ultralearning.md
Ultralearning Notes

Ultralearning

The following is the notes I took years ago on the book Ultralearning by Scott Young. The bombastic title and promise to learn virtually anything quickly makes it sound as if its the typical marketing-powered fluff-filled nonfiction book stores are overflowing with, but something about this book stuck with me. After finishing it I quickly went back and wrote these thoughts down. While I don't follow his layout of plans regularly, I have used it to guide a lot of my own self education.

I've successfully utilized it when I needed to refresh on mathematics for my Master's degree (a host of skills that atrophied sigificantly for the dozen years between undergrad and the masters). I've also used it to self-study subjects like Robotics and Deep Learning (though I did decide in the end to go for the Master's accreditation).

I share it here with hopes that someone finds it useful.


Principle 1 - Metalearning

@Tahajjat
Tahajjat / java-http-client-samples.md
Created December 25, 2022 15:58 — forked from yidas/java-http-client-samples.md
JAVA HTTP Client Sample codes

JAVA HTTP Client Sample codes

HttpURLConnection

/**
 * @see https://docs.oracle.com/javase/8/docs/api/java/net/URLConnection.html
 * @see https://docs.oracle.com/javase/8/docs/api/java/net/HttpURLConnection.html
 * @see https://www.baeldung.com/java-http-request
 */
@Tahajjat
Tahajjat / index.html
Created March 30, 2017 05:14
Personal Portfolio Webpage
<nav class="navbar navbar-fixed-top navBgColor">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logoNameText" href="#">Tahajjat</a>