Giter Site home page Giter Site logo

gitalk-comment's Introduction

Hey there!

  • 👨 My name is Jinqiao Zhao.
  • 💻 I’m a passionate self-taught iOS&Web developer and a freelance software engineer from China.
  • 🌱 I’m currently learning multi-platform application development such as dart&flutter.
  • 🤖 In addition to coding, I use CI/CD tech to make work more efficient.
  • 👯 I’m looking to collaborate on iOS/Web project.
  • 💬 Ask me about anything, I’m happy to help.
  • 📫 You can reach me by email.

My Tech Stack

iOS Swift RxSwift Reverse

JavaScript HTML5 CSS3 Vue.js

Dart Flutter

Work With

Xcode VS Code iTerm2 Cocoapods Yarn npm Git

Jenkins Travis CI fastlane

GitHub Stats

github contribution grid snake animation

LeetCode Stats

Workout Stats

Typing SVG

profile views badge

gitalk-comment's People

Watchers

 avatar  avatar

gitalk-comment's Issues

位段与共用体 | JQ♡TECH

https://jqz3.tech/2019/08/29/union-bit-field/

位段信息的存取一般以字节为单位。实际上,有时存储一个信息不必用一个或多个字节,例如,“真”或“假”用0或1表示,只需1位即可。在计算机用于过程控制、参数检测或数据通信领域时,控制信息往往只占一个字节中的一个或几个二进制位,常常在一个字节中放几个信息。

isa_t | JQ♡TECH

https://jqz3.tech/2019/08/30/isa_t/

isa 在 arm64 架构之前,isa 就是一个普通的指针,存储着 Class、Meta-Class 对象的内存地址 从 arm64 架构开始,对 isa 进行了优化,变成了一个共用体 (union) 结构,还使用位域来存储更多的信息

UIWebView 的简单使用 | JQ♡TECH

https://jqz3.tech/2016/08/30/UIWebView/

简介 你可以在你的 APP 中使用 UIWebView 内嵌网页内容,你也可以在网页浏览历史中前进或后退,甚至利用代码改变网页内容。除了 HTML 网页以外,UIWebView 还可以用来展示其它内容,例如:Keynote、PDF 以及 Pages 文档,但是为了富文本的更好渲染,还是最好使用 UITextView。

【面试题】+load 相关 | JQ♡TECH

https://jqz3.tech/2019/08/27/load/

+load 方法的调用顺序? 先调用类的 +load 方法; 按照编译先后顺序 (Build Phases -> Compile Sources) 调用(先编译先调用); 调用子类的 +load 方法会先调用父类的; 然后调用分类的 +load 方法; 按照编译先后顺序 (Build Phases -> Compile Sources) 调用(先编译先调用)。

Yarn Installation | JQ♡TECH

https://jqz3.tech/2016/10/13/yarn-installation/

macOSHomebrew你可以通过 Homebrew package manager,这同时会安装 Node.js 如果没有安装的话。 $ brew update $ brew install yarn 设置 Path 环境变量你需要通过你的终端设置 Path 环境变量,使 Yarn 的执行包可以全局访问。 在你的配置文件(可能是你的 .profile,.bashrc,.zshrc文件,等等。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.