Does blogging have anything to do with work

What am i?
        I’m in my senior year and I’m about to graduate. As an undergraduate majoring in communications, I have studied computer and communications. The dean of the communications department said that we paid for a major and learned almost 3 major courses. Worth it. But I want to say that I am not good at learning. Programming can't win software, and hardware can't compare to electrical. They all know a little bit.
        I am an ordinary person.

    new zhengqian;

    1、社团活动几乎很少

    2、没参见过学校大型活动

    3、奖学金倒是拿过几次

    4、没专精的编程语言

    5、没做过具体的项目,基本上都是照着写,自己写了个小玩意

    6、没女朋友

    7、没有的很多,性格慢热

        The graduating instructor said that he had to use the project and blog to show himself in the technology. So after returning to school, he uploaded some notes from the previous webpage in recent days. Recently, a classmate saw me writing a blog, and he asked me whether this blog will be helpful in finding a job in the future, and will it be helpful to your study?
        At this time, I also have questions about this, (because I have posted more than a dozen blogs without a sound, and the reading service visits are so few╮(╯▽╰)╭).

Speaking of this, I have to complain about the csdn, it's 2020, why watching my blog will increase the traffic.

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<title></title>
</head>
<body>
	<button onclick="mFunction()">不要浏览了</button>

	<script>
		var s=[
		"108899918",
        "108899427",
        "108897131",
        "108896236",
        "108894162",
        "108893739",
        "108893420",
        "108892952",
        "108878891",
        "108878854",
        "108876032",
        "108874849",
        "108873091",
        "108871694",
        "108858176",
        "108856061",
        "108852656",
        "108817664",
        "108816351",
        "108815730",
        "108813267",
        "108770304",
        "108763349",
        "106441856",
       ]
       
       var myVar = setInterval(function(){
     
      
       		for (var i = 0; i < s.length; i++) {
     
     
       			window.open("https://blog.csdn.net/qq_44682019/article/details/"+s[i]); 
       		}

       }, 15000);
        //清理定时器
    function mFunction() {
     
     
      clearInterval(myVar);
      alert("已为主人停止,如需再次使用请刷新页面!!!");
    }
	</script>
</body>
</html>

For a novice like me, I can use a small function of js to brush out the visits. From the first 30 visits to the current 1k+ , although it is very simple, brushing the visits is not my purpose, but it is alsoExplain that csdn has to change the mechanismUp.

Is that blog useful for job hunting

        As the teacher said, it’s good to have your own blog. This shows that you have accumulated a lot of experience. But if you are eager for success and piece together some repetitive articles, then I think you are a waste of time. It's useless to find a job, but it will reduce points. Besides, will HR have time to read your blog for a few minutes during the interview?

        My blog came about. It seems that a long time ago, by chance, in order to deal with various computer final exams, looking for test questions, finding answers, programming, etc., I will naturally encounter many problems in the process of learning, and most of these problems are found It is resolved through CSDN blogs and forums. Registered csdn. Of course, there is also github, although there is no contribution, but there is still a number. It's okay to see the works of great gods. Recording some of the knowledge points learned on csdn is really very useful, you can always see your previous experience in solving.
Insert picture description here

        Great gods like the spirit of open source very much. So slowly I started to share some of my own resource experience on the Internet. It may be that I was inspired by the works of the Great God.

        Although the csdn I wrote now is useless for job hunting, because not only the quality is a bit poor, but also the direction I want to pursue has not yet been determined. Currently I want to go to C++ back-end development. But in my opinion, as long as you have work experience and the habit of writing blogs, blog posts can generate a certain value and can definitely be used as a bargaining chip for finding a job.

        In short, in my opinion, blogging is just a supplementary function, taking notes while you are usually studying. But it must not be used as the only condition for finding a job. Because the boss wants you to do programming.
Don't put the cart before the horse. Need is valuable, and useful does not mean valuable.

        Life is like this sometimes. What you do with your heart may not be useful, but what you do without your heart will make you. Come on, learn happily, and take notes with csdn.

Don't donate your skill!

        Please ask me humbly, will I be blocked by csdn if I use this simple method to brush the traffic?
csdn come on! ! !
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_44682019/article/details/108904220