Skip to main content

Posts

Creating Login Page using Some of Javascript Framework

Introduction status : inprogress So this writing intent to create notes for myself or other that looking to learn about frontend javascript framework. Also to utilize this frontend I'm gonna use some popular stylesheet.  This writing also meant to make me re-learn again if I didn't touch any of frontend job. With so many framework out there I will try to use the popular first then do the rest. ReactJS, VueJS, and Angular is a must with Bootstrap, Material, and Tailwind. I will also going to explore some of mobile code in React Native and Flutter. I have to find a good css/stylesheet to be use in the code. so it will make comparing code much more simple. ReactJS for reactjs you can always start from their main site https://reactjs.org/docs/getting-started.html or more advanced, maybe simplified https://create-react-app.dev/docs/getting-started learn from existing project on github or just go to https://reactjsexample.com/ see free sample from creative-tim https://www.creative-ti
Recent posts

Trying IBM Cloud Foundry with Go

  Pre~ So sometime ago I try to search free host for Go and found out that IBM Cloud gave free stuff on their system. I went and try but didn’t read the document too much, I’m just excited to try the GO server. I’ve been learning the buffalo framework for a while then I have to stop because got injured in my ankle and try to rehabilitate them for a few month so I can walk again. Anyway I found free stuff from IBM then I just want to try it out. This writing is just a documentation for me and anyone who see it useful. I didn’t try to write a very detailed or well edited science stuff. This document was meant to be a small cheatsheet for future reference. IBM CLOUD DASHBOARD If you already registered and logged in, you should be redirected to the Dashboard. If you see the menu  from image below you’ll notice there are a lot of stuff ready to be explored. Now I just need to find where I could upload my GO code into server. Anyway I chose the Cloud Foundry just because its on the ver

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