干了三年php 求问我以后的路要怎么走 ?
回复内容:
有缘给楼主分析下。首先是楼主的情况,楼主不是计算机系的。即使现在大学生混日子的很多,但不得不承认一个计算机系毕业的水平不是普通人自学或者是报名速成班能补上的。
其次楼主频繁地换工作,频率之高可能已经远远超过IT行业的容忍度了。没有公司愿意招聘刚过试用期就离职的。刚熟悉就走,不是和没招一样么。试用期的那点贡献,楼主可以和老员工的成果比比。
如此频繁可能是楼主面试的时候没有了解公司的情况,也可能是出于无奈的选择。但是一觉得不理想就辞职,而且如此频繁,那么就会陷入一个恶性循环。另一种可能是,薪水远高于能力,或者说不能胜任岗位,入职几个月可能公司会给各种难堪,把人逼走。
最后楼主那些很多只有百度才会的问题,显示了知识的积累比较少的。
再谈谈楼主的经历:
第一份工作干了两个月,在只有我一个程序员的公司写页面套网站 ,慢慢知道了php是用来建站的,都是一个人!老板懂的都比我多!这时候是2500 在珠海
表示做二次开发也是可以有成就感的……
我们这个组
先说对APP接口:
首先,做了一套 基于DISCUZ自己的客户端接口的 APP接口 提供给公司的APP使用
然后,发现这个不好,于是做了一套基于DISCUZ的全新接口 给APP接口使用
再然后,统一了目前支持的 多个论坛版本, 并且准备搭建 通用的APP接口架构
——已开发完成。保持 API层可以订制化、中间层统一 的方式。
然后对DISCUZ支持:
首先 搭建了 插件管理项目,准备用来 把插件的管理与发版与论坛的管理与发版分开
然后 搭建了 敏感词检测服务,提供接口,检测提供的字符串是否包含敏感词 CI3.0
再然后,搭建了一套 全文搜索服务,laravel5.0框架,底层是elasticsearch
——目前已有一个论坛在初步试用,准备下面在内部推广
再然后准备基于DISCUZ 大改,
砍掉不需要的部分、重构大部分代码OO化、分离功能、插入更多的钩子等等…… 跟我经历差不多,当然我没有跳槽这么频繁,刚开始3年也跳了4次,工资也是这样跳着涨,但是三年下来技术水平没什么增长,跳槽起来就能明显的感觉到处处碰壁。所以下定了决心,工资可以不是第一考虑因素,找一个做自己产品的公司,能够长期运维的产品,数据量的增长能带动技术水平的增长,就这样一直待到了现在,我觉得你也可以这样来走 做一份工作很忌讳跳来跳去,浪费时间,还没经验,当然待的公司是自己认可一点的,要忍,很多人都是熬下去,有了实力再去和别人开价,让老板没有拒绝的理由 才三年就混到这么高的工资,真的是越跳槽越值钱,诶...

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Alipay PHP...

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

Article discusses essential security features in frameworks to protect against vulnerabilities, including input validation, authentication, and regular updates.

Sending JSON data using PHP's cURL library In PHP development, it is often necessary to interact with external APIs. One of the common ways is to use cURL library to send POST�...

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

An official introduction to the non-blocking feature of ReactPHP in-depth interpretation of ReactPHP's non-blocking feature has aroused many developers' questions: "ReactPHPisnon-blockingbydefault...
