Skip to main content

Posts

Showing posts from 2020

Learning GO, Buffalo Web Framework

  LEARNING BUFFALO MY ADVENTURE IN GOLANG Intro After finishing a fun and simple way creating hello world in GO, I decided to extend the learning adventure into web framework. My choice is Buffalo, because some web recommended me to do so. I will try other framework as well but that is for later writing. My plan in this will be 1. Setting Environment. I think it’s already set 2. Install Buffalo. Based on https://gobuffalo.io/en/docs/getting-started/installation . Install scoop check, Install buffalo check. 3. Follow The Document. From here https://gobuffalo.io/en/docs/getting-started/new-project Follow The Document Based on https://gobuffalo.io/en/docs/getting-started/new-project I will begin my own adventure. I hope I found a new error. So it says I have to create my new application on my GOPATH I will not do that. I’m going to create in another folder. And I found some error as usual I just copy paste the error message with keyword golang. And stackoverflow answer

Learning GO : Basic

  LEARNING GO It’s My Learning Adventure Intro First of all I don’t have any experience in programming language called GO . I just notice it this month when I went to search for jobs online. There are a lot of company needed the experienced GO coder. So this will be my own way learning GO. It’s not a tutorial but my own experience in learning a new things and hopefully this writing will be useful somewhere in the future. Anyway I have experienced NodeJS and Pyhton so I don’t think this will be that hard. Learning Plan The learning method that I will use is...wait is there is any learning method ?. Anyway I just write what I usually do. So these are the plan on mastering GO. 1. Finding Resources 2. Setting up Environment 3. Start Coding 4. Find Web Framework in GO. Because that’s what I found in search for jobs 4.1 CRUD creation 4.2 Authorization and Authentication 4.3 User Management 5. Try to Host the web app. It’s free on IBM cloud https://cloud.ibm.com/ 6. ….. I d

My SAMPLE CASES FOR ODOO

  My SAMPLE CASES FOR ODOO VERSION 0.0.1 (18-aug-2020) Introduction Odoo is an ERP application but can be used for small business to medium business for free. I want to create a sample or maybe assumption when small business is using Odoo. Right now (18 Aug 2020) I don’t know anything on how to use Odoo for e-Commerce business or maybe a Kiosk, small Cafe or even a retail store. I know how to code python, I learn how to use python in Odoo framework, also I can create Custom Modules. But on how to use them, it’s still a grey area or even no colors. So this document will be a step for myself how to use Odoo in most cases and business, of course I’m only use the open source one. I’m not an Odoo partner or work for Odoo. So this is not a sales promotion for Odoo. Just simply want to know how Odoo meant to be use. This writing also meant to be use for my own learning document or even cheat sheet. To better understanding or to be better at using Odoo. You can watch trailer for w

LEARNING SSIS

LEARNING SSIS RESOURCES, COURSES, TRAINING AND CHEAT SHEET 1 Introduction T his document intended for learning about SSIS. Learning resources, link to document and also cheatsheet for project based on SSIS. I don’t know where I should obtain about courses and training, maybe I need to create it myself for further use. 2 Installation I did the installation earlier but I forgot the step. With Visual Studio 2019 installation wizard you can get SSIS. I think it also need to install some tools. 3 Learning process and resources You need to do a lot of reading to understand this tools, and also a lot of practice. But first we need to read the documentation for microsoft web site. I found tutorial for SSIS in microsoft websites https://docs.microsoft.com/en-us/sql/integration-services/integration-services-tutorials?view=sql-server-ver15 also on other website, this one contain so many tutorial check them out https://www.tutorialgateway.org/ssis/ I think its better to learn from mi