header image

web developer

Dương Quốc Hoàn

learn more about me

my recent

Works

my education and work

Experience

  • education
  • work
timeline

2015 - 2019

College

2006 - 2015

School

timeline

6/2022 - present

VMG

10/2021 - 12/2021

Internal chat

4/2021 - 9/2021

Pivotta

11/2020 - 4/2021

PMS - Portal Manager

10/2019 - 10/2020

Aris

6/2019 - 10/2019

Meidai

4/2019 - 6/2019

Kurumaya

2018 - 4/2019

CL- Koyo

2017 - 2018

E-commerce

2015 - 2019

College

Graduated from Hanoi University of Economics and Technology

2006 - 2015

School

Starting school

6/2022 - present

VMG

Happy birthday to hospital staff. This project integrates crm to manage and analyze user data. Make the most of the new technology platform salesforce

Client: Vietnam

Number of members: 20

Technology used: Salesforce

1/2022 - 6/2022

Gaheikitosou - Chatbot

Build and develop chatbot about selling interior paint of customers. This project requires very high animations and scrolling for many client sites. It also integrates Google Tag Manager, Google Analytics. The difficulty encountered is having to OAuth Google to get data from GA and return it to aggregated google sheets for customers.

Client: Japan

Number of members: 3

Technology used: JS, Jquery, OAuth Google, Google Tag Manager

10/2021 - 12/2021

Internal chat software

Client: My company

Number of members: 3

Technology used: React Native, ReactJS, Electron, Deploy app

4/2021 - 9/2021

Pivotta

Smart meeting room management integrates zoom and professional calendar in 1 phone app

Client: Japan

Number of members: 15

Job position: Front-end

Technology used: React Native

11/2020 - 4/2021

PMS - Portal Manager

PMS is an information management system software that helps departments optimize business operations in the hotel.

  • It integrates all the important activities of the hotel into one common platform
  • It provides instant information about accommodation, reservations, restaurants, mini-bars, ...
  • It provides business health information that is very useful for senior management to better plan business goals and invest in better strategies.
  • It is a lever, promoting the efficiency of front desk staff, business operating at peak efficiency and productivity.
  • It simplifies complex day-to-day operations
  • It brings convenience to hotel staff as well as guests

Client: Vietnam

Number of members: 50

Job position: Front-end

Technology used: ReactJS, NextJS, TypeScript, ...

10/2019 - 10/2020

Aris

Worldwide sales management system of a Japanese capitalized company. It was a key project of the company at that time.

Client: Japan

Number of members: 60

Job position: Front-end

Technology used: ReactJS, i18n, typescrips, antd, ...

6/2019 - 10/2019

Meidai

Manage meeting room booking for Japanese customers

Client: Japan

Number of members: 15

Job position: Front-end

Technology used: React Native

4/2019 - 6/2019

Kurumaya

Repair and build a new car repair website. Develop and upgrade the system's admin site and upgrade the website interface since 2002.

Client: Japan

Number of members: 2

Job position: Front-end

Technology used: Cake PHP

2018 - 4/2019

CL - Koyo

Build and develop wordpress theme according to customer's request. This project is about introducing and selling textile products of a Japanese company.

Client: Japan

Number of members: 2

Job position: Front-end

Technology used: Wordpress

2017 - 2018

E-commerce floor

Building a state project on the provincial e-commerce product management interface.

Number of members: 5

Job position: Front-end

Technology used: HTML, CSS, JS, Jquery

my web development

Skills

Reactjs, Nextjs, React native
90%
Vuejs, php, saleforce
60%
Solidity, web3, rust
50%
Wordpress, electronjs, nodejs
40%
html
html - Hypertext Markup Language is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.
css
css - Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
Javascript
javascript - JavaScript often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.
sass
sass - Syntactically awesome style sheets is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).
bootstrap
bootstrap - Bootstrap is a free and open-source front-end library for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. Unlike many web frameworks, it concerns itself with front-end development only.
jquery
jquery - jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is free, open-source software using the permissive MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin.
gulp
gulp - Gulp is a task runner built on Node.js and npm, used for automation of time-consuming and repetitive tasks involved in web development like minification, concatenation, cache busting, unit testing, linting, optimization, etc.
React
ReactReact (also known as React.js or ReactJS) is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained by Meta (formerly Facebook) and a community of individual developers and companies.React can be used as a base in the development of single-page, mobile, or server-rendered applications with frameworks like Next.js. However, React is only concerned with state management and rendering that state to the DOM, so creating React applications usually requires the use of additional libraries for routing, as well as certain client-side functionality
next.js
Next.jsis an open-source web development framework built on top of Node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites. React documentation mentions Next.js among "Recommended Toolchains" advising it to developers as a solution when "Building a server-rendered website with Node.js". Where traditional React apps can only render their content in the client-side browser, Next.js extends this functionality to include applications rendered on the server-side.
Salesforce
Salesforce - Integrate every part of your company that interacts with customers — including marketing, sales, service, and more — onto one CRM platform, Salesforce
Solidity
SoliditySolidity is an object-oriented programming language for implementing smart contracts on various blockchain platforms, most notably, Ethereum. It was developed by Christian Reitwiessner, Alex Beregszaszi, and several former Ethereum core contributors. Programs in Solidity run on Ethereum Virtual Machine.
Web3
Web3Web3 (also known as Web 3.0 is an idea for a new iteration of the World Wide Web which incorporates concepts such as decentralization, blockchain technologies, and token-based economics. Some technologists and journalists have contrasted it with Web 2.0, wherein they say data and content are centralized in a small group of companies sometimes referred to as "Big Tech". The term "Web3" was coined in 2014 by Ethereum co-founder Gavin Wood, and the idea gained interest in 2021 from cryptocurrency enthusiasts, large technology companies, and venture capital firms
Rust
Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safety—that is, that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages. To simultaneously enforce memory safety and prevent concurrent data races, Rust's borrow checker tracks the object lifetime and variable scope of all references in a program during compilation. Rust is popular for systems programming but also offers high-level features including functional programming constructs
wordpress
WordPress - Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.
node.js
Node.js® - is a JavaScript runtime built on Chrome's V8 JavaScript engine.
electron
Electron- (formerly known as Atom Shell) is a free and open-source software framework developed and maintained by GitHub. The framework is designed to create desktop applications using web technologies (mainly HTML, CSS, and JavaScript, though other technologies such as frontend frameworks and Web Assembly are possible) which are rendered using a flavor of the Chromium browser engine, and a backend using the Node.js runtime environment. Additionally, it also uses various APIs to allow things such as native integration with Node services, and an Inter-process communication module.

get in touch

Contacts

scroll to top
text

About me

Hoanff is a versatile web designer due to his extensive history in web design. His dedication to continuously learning about new web design trends and concepts has made him a valuable member of the team. With five years of experience and a master's in web design, his expertise can help customers modernize with websites and appeal to expanding customer populations.
date fo birth:
11 November 1997
profession:
web developer
languages spoken:
english, vietnamese

Travels

Commercial flights to and from Vietnam remain limited. A number of airline websites allow online booking from Vietnam. However, check carefully in advance whether these flights are guaranteed to fly and whether they are passenger flights. Flights and transit arrangements are still prone to changes and cancellation with little notice.
categories:
My travel
travel by:
4Me
client:
Vietnamese
made in:
2022
text text text

Template Wordpress

You can choose from over 47200 website templates and themes on Webchoban, created by our global community of independent designers and developers.
text text

Consequuntu

Consectetur adipisicing elit. A et eveniet expedita illum libero, maxime natus nihil odio officiis quia quos rem sunt, tempora tempore temporibus ullam, veritatis.

Sillo magnam minus perferendis tempore! Ea exercitationem qui reiciendis? Accusantium aliquam aspernatur beatae dicta distinctio ea necessitatibus nemo numquam officiis placeat porro quidem rem rerum, similique sit.

categories:
ui design
project by:
Andrew Owens
client:
SomeOne
made in:
december 2017
text text

Quod veritatis

Aspernatur assumenda autem eum harum ipsum. Cupiditate itaque nesciunt odio officiis quod.

Consectetur adipisicing elit. A et eveniet expedita illum libero, maxime natus nihil odio officiis quia quos rem sunt, tempora tempore temporibus ullam, veritatis.

categories:
ui design
project by:
Andrew Owens
client:
SomeOne
made in:
december 2017
text text text

Explicabo laudantium

Aspernatur assumenda autem eum harum ipsum. Cupiditate itaque nesciunt odio officiis quod.

Illo magnam minus perferendis tempore! Ea exercitationem qui reiciendis? Accusantium aliquam aspernatur beatae dicta distinctio ea necessitatibus nemo numquam officiis placeat porro quidem rem rerum, similique sit.

Animi consectetur deleniti, eius facilis itaque laboriosam molestias placeat provident qui sequi soluta ullam.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores debitis deserunt eum itaque, minus non nostrum officiis quod repudiandae voluptatem!

categories:
illustration
project by:
Andrew Owens
client:
SomeOne
made in:
december 2017
text

Consequuntu debitis

Aspernatur assumenda autem eum harum ipsum. Cupiditate itaque nesciunt odio officiis quod.

Illo magnam minus perferendis tempore! Ea exercitationem qui reiciendis? Accusantium aliquam aspernatur beatae dicta distinctio ea necessitatibus nemo numquam officiis placeat porro quidem rem rerum, similique sit.

Animi consectetur deleniti, eius facilis itaque laboriosam molestias placeat provident qui sequi soluta ullam.

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Asperiores debitis deserunt eum itaque, minus non nostrum officiis quod repudiandae voluptatem!

categories:
illustration
project by:
Andrew Owens
client:
SomeOne
made in:
december 2017
text

Adipisicing elit

Aspernatur assumenda autem eum harum ipsum. Cupiditate itaque nesciunt odio officiis quod.

Illo magnam minus perferendis tempore! Ea exercitationem qui reiciendis? Accusantium aliquam aspernatur beatae dicta distinctio ea necessitatibus nemo numquam officiis placeat porro quidem rem rerum, similique sit.

Animi consectetur deleniti, eius facilis itaque laboriosam molestias placeat provident qui sequi soluta ullam.

Dolor sit amet, consectetur adipisicing elit. Asperiores debitis deserunt eum itaque, minus non nostrum officiis quod repudiandae voluptatem!

Eligendi harum ipsa iure necessitatibus possimus praesentium! Aut autem deleniti doloribus illum mollitia nam vitae? Eos, fuga mollitia!

categories:
illustration
project by:
Andrew Owens
client:
SomeOne
made in:
december 2017
text