(Deprecate) Profile
TikTuzki
A collection of resources ☕
Contents
Github sources
Roadmaps
- roadmap.sh - Community driven roadmaps, articles and resources for developers.
Docker images repos
- Docker Images from Oracle - This repository contains Dockerfiles and samples to build Docker images for Oracle commercial products.
- docker-oracle-xe-11g - Oracle Express Edition 11g Release 2 on Ubuntu 18.04 LTS.
Data structure and algorithms
- Java algorithms & data structures - Algorithms and data structures are fundamental to efficient code and good software design.
Springframework
- Spring MVC Showcase - Demonstrates the capabilities of the Spring MVC web framework through small, simple examples.
Microservice
- confluent-demo-scene - Scripts and samples to support Confluent Platform talks. May be rough around the edges. For automated tutorials and QA'd code.
Git commands
Unstage file:
git restore --staged [file_paths]
Changing the latest Git commit message
git commit --amend -m "New message"
git push --force remote-name branch-name
Setup oracle_client
Download instantclient:
https://www.oracle.com/database/technologies/instant-client.html
Install packages:
sudo apt-get install libaio1 libaio-dev
Hang Out with People Who are Better than You.
Warren Buffett