Akramul Qader

Akramul Qader is a Bangladeshi diplomat and former Ambassador of Bangladesh to the United States.[1][2][3] He was the longest serving ambassador of Bangladesh to the United States.[4] He had the rank of a state minister in the government.[5]

Early life

Qader completed his M.A. from the University of Dhaka in Islamic History. In the 1960s he taught in college and would later join the Pakistan Ministry of Foreign office as a section officer. He graduated in 1970 from National Institute of Public Administration, Dhaka and in 1973 completed a Foreign Service Training Course in Australia.[6]


Career

Qader joined the Bangladeshi Foreign service in 1972 returning from Pakistan after the Independence of Bangladesh. He was assigned to the USSR in 1974, where he worked till 1976. He was posted in Burma from 1976 to 1981 and in Pakistan from 1981 to 1984. From 1984 to 1986 he was the Director of the South East Asia Division in the Ministry of Foreign Affairs. From 1996 he served as the ambassador of Bangladesh to Thailand and Cambodia till 1999.[6]

From 1999 to 2002, he was the High Commissioner of Bangladesh to South Africa, and was also cross-accredited as High Commissioner to Botswana, Namibia, Zimbabwe, Swaziland, and Lesotho. He served as the Permanent Representative of Bangladesh to the United Nations Economic and Social Commission for Asia and the Pacific. From November 2009 to May 2014 he was the Ambassador of Bangladesh to the United States.[6][7][8]

gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.

References

  1. "Akramul Qader meets US Congressman Whitfield in Washington - Click Ittefaq". www.clickittefaq.com. Retrieved 2017-10-29.
  2. "Another trust fund at DU". The Daily Star. 2012-01-10. Retrieved 2017-10-29.
  3. "US senator briefed about Bangladesh politics". The Daily Star. 2013-12-22. Retrieved 2017-10-29.
  4. "US bids farewell to Akramul Qader". The Daily Star. 2014-05-29. Retrieved 2017-10-29.
  5. "Bangladesh a model country". The Daily Star. 2010-04-09. Retrieved 2017-10-29.
  6. "The Embassy of Bangladesh in Washington DC - Ambassador Akramul Qader". www.bdembassyusa.org. Retrieved 2017-10-29.
  7. "Relation roadmap taking shape". The Daily Star. 2012-05-03. Retrieved 2017-10-29.
  8. "Bangladesh envoy in US hosts farewell reception". The Daily Star. 2014-05-31. Retrieved 2017-10-29.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.