Skip to content
View rensothearin's full-sized avatar
💭
I dont have supernatural power~^^
💭
I dont have supernatural power~^^

Highlights

  • Pro
Block or Report

Block or report rensothearin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. article-management-web-with-ajax article-management-web-with-ajax Public

    Hey guys! This is a simple practice with jQuery-Ajax. It's article management with a simple interface. The technology contains bootstrap, jQuery, Ajax... Enjoy coding :)

    CSS

  2. mvp-architecture-example mvp-architecture-example Public

    Hi guys! This is the example code of one of iOS Architecture called MVP - Model View Presenter. The code support with iOS 11.2, Xcode 9, Swift 4 syntax.

    Swift

  3. visual-studio-code-setting-configura... visual-studio-code-setting-configuration
    1
    {
    2
        "editor.formatOnSave": true,
    3
        "editor.mouseWheelZoom": false,
    4
        "terminal.integrated.automationShell.osx": "/bin/zsh",
    5
        "workbench.startupEditor": "newUntitledFile",
  4. NodeJS/Passport-local Configuration NodeJS/Passport-local Configuration
    1
    /**
    2
     * Created by : rensothearin * navee @2020 <http://github.com/sothearin-ren>
    3
     * File definition : This is the local configuration which is used for passport-local authentication.
    4
     */
    5
    
                  
  5. gulp-configuration gulp-configuration
    1
    'use strict';
    2
    
                  
    3
    const gulp = require('gulp'),
    4
      sass = require('gulp-sass'),
    5
      postcss = require('gulp-postcss'),