Skip to content

Instantly share code, notes, and snippets.

View RadianSmile's full-sized avatar

Radian RadianSmile

  • Provision Co., Ltd
  • Taipei, Taiwan
  • 09:20 (UTC +08:00)
View GitHub Profile
@RadianSmile
RadianSmile / index.pug
Created May 30, 2020 18:55
Pure Responsive CSS Snorlax 😅
mixin claw(index)
.snorlax__foot-claw(class=`snorlax__foot-claw--${index}`)
div
.snorlax
.snorlax__head
.snorlax__head-outline
.snorlax__ear.snorlax__ear--left
.snorlax__ear.snorlax__ear--right
.snorlax__brow.snorlax__brow--left
.snorlax__brow.snorlax__brow--right

Bussiness Website

  • 萬事屋 wordpress template

    一個租借器材的器材列表網站,案主要求租賃採預約方式,透過 Email 或網頁中的表單預約,因此沒有串金流。有非常完整的商品查詢導覽功能、手機版介面也相當完善,案主可依照我們提供的教學文件上架商品。

  • 上海青埔賓館 商務官網

// 更新事件日期
// 假設你大概是在 2017/09/21 20:00:00 改的
var eid = 50 // 你的 eid
var date = new Date("2017/09/21 18:00:00") //你大概的日期
var hourTolerance = 3 // 上下區間
var dateStr = "9/20" // 要改的日期
var q = new Parse.Query(EventRecord)

鄭竣丰

國立政治大學 教育系學士 | 數位內容學士 | 數位內容碩士

Work Experience  

  • Birdie Web3 專案 前端工程師 (2022-今)

  • 前端工程師轉職班 講師 (2022)

  • Thinker-Tinker 軟體工程師 (2018~2021)

  • 政大 程式設計基礎 助教 (2014~2016)

<script src="https://www.gstatic.com/firebasejs/4.0.0/firebase.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.6/vue.js"></script>
<div id="app">
<!-- input -->
<h3>Auth</h3>
https://firebase.google.com/docs/auth/web/facebook-login
<!-- input -->
(function($) {
$.getWeatherJSON = function ( url , callback ){
$.getJSON (url , function (data){
if (data && data.query && data.query.results && data.query.results.channel.item.forecast && data.query.results.channel.item.forecast[3] ){ // if data.query.results exist , do the following action.
callback (data)
}else {
console.info("reloading : ",url)
$.getWeatherJSON(url,callback)
}
})
function getJsonUntilSuccess (url , callback ){
$.getJSON (end_point_url , function (data){
if (data.query.results){ // if data.query.results exist , do the following action.
callback (data)
}else {
console.info("reloading : ",url)
import Foundation
import CoreData
import RxSwift
import RxCocoa
// ------------------------------
class Widget<View: UIView>: UIView {
var widgetFrame: CGRect {
var todoUndoneClass = "list-group-item" ,
todoDoneClass = "list-group-item list-group-item-success"
// 把事件註冊在 todo 的母階層
document.getElementById("todo-todoList").addEventListener(function(e){
// 母階層裡面的物件
if(e.target.className === todoDoneClass){
e.target.className = todoUndoneClass
}else {

鄭竣丰

國立政治大學 教育系學士 | 數位內容學士 | 數位內容碩士

Profile

在學程的修課過程中,我完成了許多以互動為設計核心的專案,並都扮演著軟體開發的角色。過程中我建立了快速熟悉工具的能力,使我在解決不同問題時,能有更多工具幫助我解決問題。

我常使用 javascript 實作介面上的互動,以及簡易的資料串接。加上我長期從事著網頁的前端開發與後端的架設,因此我對於 javascript 很熟悉,也熟悉網站的前台、後端、資料庫、連線、安全性、套件管理、任務自動化等相關工具。我喜歡從事與網路服務關的工作。