Abdulhafiz Bueraheng

Abdulhafiz Bueraheng (Thai: อับดุลฮาฟิส บือราเฮง, born 17 October 1995), simply known as Awae (Thai: อาแว), is a Thai professional footballer who plays as a Left Back for Thai League 1 club Nakhon Ratchasima.

Abdulhafiz Bueraheng
อับดุลฮาฟิส บือราเฮง
Personal information
Full name Abdulhafiz Bueraheng
Date of birth (1995-10-17) 17 October 1995
Place of birth Buketa, Narathiwat, Thailand
Height 1.70 m (5 ft 7 in)[1]
Playing position(s) Left back
Club information
Current team
Nakhon Ratchasima
Number 15
Youth career
2012–2014 Nara United
Senior career*
Years Team Apps (Gls)
2015–2016 Nara United 16 (2)
2016–2019 Buriram United 0 (0)
2017–2019PTT Rayong (loan) 28 (0)
2020– Nakhon Ratchasima 0 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 22 June 2016

Club career

Buriram United

May 2016, Abdulhafiz Bueraheng moved from Nara United in Regional League Division 2 to Buriram United in the second leg of 2016 season.[2]

gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```
gollark: ... or at all?
gollark: You don't have a thing to efficiently deallocate the list.

References

  1. "Archived copy". Archived from the original on 2017-10-22. Retrieved 2017-10-22.CS1 maint: archived copy as title (link)
  2. "บุรีรัมย์อุ่นเครื่องอัดนราถึงถิ่น 4-0 รับอับดุลฮาฟิซ - Goal.com". goal.com. Retrieved 2016-06-26.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.