All Projects → ljianshu → Blog

ljianshu / Blog

关注基础知识,打造优质前端博客,公众号[前端工匠]的作者

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to Blog

Loading Bar
Flexible, light weighted and super fast Progress Bar Library
Stars: ✭ 300 (-95.64%)
Mutual labels:  ajax
Elfinder
📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
Stars: ✭ 4,189 (-39.05%)
Mutual labels:  ajax
Form
jQuery Form Plugin
Stars: ✭ 5,122 (-25.48%)
Mutual labels:  ajax
Jsgantt Improved
Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.
Stars: ✭ 323 (-95.3%)
Mutual labels:  ajax
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (-37.01%)
Mutual labels:  ajax
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (-93.12%)
Mutual labels:  ajax
Mappersmith
is a lightweight rest client for node.js and the browser
Stars: ✭ 282 (-95.9%)
Mutual labels:  ajax
Rapid.js
An ORM-like Interface and a Router For Your API Requests
Stars: ✭ 700 (-89.82%)
Mutual labels:  ajax
Web
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://demo.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
Stars: ✭ 414 (-93.98%)
Mutual labels:  ajax
Unfetch
🐕 Bare minimum 500b fetch polyfill.
Stars: ✭ 5,239 (-23.77%)
Mutual labels:  ajax
Redux Requests
Declarative AJAX requests and automatic network state management for single-page applications
Stars: ✭ 330 (-95.2%)
Mutual labels:  ajax
Resource Loader
A middleware-style generic resource loader built with web games in mind.
Stars: ✭ 364 (-94.7%)
Mutual labels:  ajax
Atomic
A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
Stars: ✭ 526 (-92.35%)
Mutual labels:  ajax
Django Ajax
Fast and easy AJAX libraries for django applications. Contains ajax decorator, ajax middleware, shortcuts and more.
Stars: ✭ 312 (-95.46%)
Mutual labels:  ajax
Ssm Bookappointment
优雅整合SSM框架:SpringMVC + Spring + MyBatis(用户登陆式图书预约系统)
Stars: ✭ 666 (-90.31%)
Mutual labels:  ajax
Ajaxfileupload
A jQuery plugin that simulates asynchronous file uploads.
Stars: ✭ 291 (-95.77%)
Mutual labels:  ajax
Kkjsbridge
一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
Stars: ✭ 462 (-93.28%)
Mutual labels:  ajax
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (-89.67%)
Mutual labels:  ajax
Restclient
🦄 Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! 🎮
Stars: ✭ 675 (-90.18%)
Mutual labels:  ajax
Javascriptstudy
JavaScript的学习代码总结,高级特性、数据结构、设计模式、typescript、vue、angular、react、node、webpack、weex、小程序、tensorflow…,JavaScript是世界上最好的语言!
Stars: ✭ 529 (-92.3%)
Mutual labels:  ajax

博客目录

努力打造一系列适合初中级工程师能够看得懂的优质文章,今年博客侧重于vue、react和webpack等底层原理分析,如果想第一时间获取文章,欢迎关注我的公众号:前端工匠,接下去的路我们一起走! 欢迎添加我的个人微信frontJS,文末给你准备大厂面试题及其答案

版权声明:本文为博主原创文章,未经博主允许不得转载。

欢迎关注公众号:前端工匠,你的成长我们一起见证!

| 浏览器相关

1.深入浅出浏览器渲染原理

2.深入了解浏览器存储

3.深入理解浏览器的缓存机制

4.从URL输入到页面展现到底发生什么?

| Javascript

1.前端模块化详解(完整版)

2.九种跨域方式实现原理(完整版)

3.JavaScript的数据类型及其检测

4.JavaScript数据类型转换

5.深入理解JavaScript作用域和作用域链

6.深入理解JavaScript执行上下文和执行栈

7.细说数组常用遍历的方法

8.浅拷贝与深拷贝

9.深入浅出Javascript闭包

10.你还没搞懂this?

11.原型与原型链详解

12.Dom事件机制

13.JavaScript常见的六种继承方式

14.浏览器与Node的事件循环(Event Loop)有何区别?

15.JavaScript中的垃圾回收和内存泄漏

16.javascript函数式编程

17.慎用Number.toFixed()

18.你会用JSON.stringify()?

| ES6+

1.ES6核心特性

2.ES7、ES8、ES9、ES10新特性

3.ES2020新特性

4.ES2021新特性

5.7个令人兴奋的 JavaScript 新特性

6.你真的懂Promise吗

7.ES6数组的扩展--Array.from()和Array.of()

8.异步解决方案--Promise与Await

9.JS 异步编程六种方案

10.ES6迭代器和生成器

| CSS

1.如何居中一个元素(终结版)

2.关于响应式布局,你必须要知道的

3.深入理解BFC

4.如何清除浮动

5.LESS即学即用

6.几种常见的CSS布局

7.实现三栏布局的几种方法

| Http协议与数据请求

1.关于Http协议,你必须要知道的

2.深入理解HTTPS工作原理

3.解读HTTP/2 及 HTTP/3特性

4.Web 实时推送技术的总结

5.TCP和UDP比较

6.Ajax原理一篇就够了

7.Ajax请求后台数据

8.fetch 如何请求数据

| 页面性能优化与安全

1.页面性能优化办法有哪些

2.懒加载和预加载

3.函数节流和防抖.

4.常见六大Web安全攻防解析

| Vue全家桶

1.Vue3.2 有哪些新变化?

2.从头开始学习Vuex

3.从头开始学习vue-router

4.vue组件三大核心概念

5.vue组件间通信六种方式(完整版)

6.vue计算属性和watch的区别

7.揭秘Vue中的Virtual Dom

8.深入理解vue响应式原理

9.令人眼前一亮的Vue实战技巧

| 工具

1.如何在线预览 GitHub 项目

2.让开发效率“飞起”的VS Code 插件

| 实战

1.vue全家桶制作一个精致的美团项目

| 面试

1.Javascript 面试核心考点(基础版)

  • 前端面试手写大合集(写作中)

| 其他

1.写技术博客那点事

| 备战大厂面试

可以免费提供以下资料:

  • 大厂面试题及其答案(四份PDF囊括上千经典题)
  • vue/react/webpack源码视频深度讲解
  • JavaScript/vue 常见面试题视频讲解
  • JavaScript版数据结构与算法视频资料
  • 简历模版等等

感兴趣的扫描下方微信二维码(frontJS)找我领取,希望对你们有些许帮助!有时候图片显示不出来,直接加frontJS

image.png

| 写作计划(暂定)

今年除了对觉得不满意的以往文章进行迭代,还打算至少写三十篇原创高质量文章,目前预计会涉及到以下主题:

  • Vue深入系列
  • TypeScript系列
  • Webpack配置与原理
  • JavaScript设计模式
  • JavaScript面向对象
  • 前端数据结构与算法
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].