It’s an all too common story: You go to school for years and years and walk out with a freshly printed diploma, snag your first job, and yet get immediately blindsided by unwritten rules and other day-to-day complexities that no one bothered to warn you about. And programming is no exception.
Few students are 100% prepared for their first real job. And a computer science degree is lot more than a vocational degree solely designed to prepare students for a job writing banking apps. But I’m still continually surprised to see how many recent graduates—and even some experienced programmers—who still edit their code in Notepad or Pico and don’t know how to use version control.
If you don’t want to be “that person” – or don’t want to be that person anymore — take the time to learn these 10 basic skills and you won’t need hand-holding to get the real work done:
It’s perhaps the biggest omission in computer science curricula. Institutions of higher education teach how to create source code for programs, but usually ignore everything about the management of that code. Every programmer should know how to create repositories, edit and commit code, and branch and merge effectively as part of a project workflow using Git or Subversion. Knowing about version control systems also means that you’ll know better than to work for any organization that doesn’t use one.
Working as a programmer is more than just writing in a programming language. You also have to write release notes for your projects. You write commit messages for version control. You write tickets for bugs in the system. All of these and many more require clear, effective English communication – a skill that computer science programs seldom emphasize.
Regexes are a language all their own, and every modern programmer needs to be adept in their use. Every programming language supports regexes or has standard libraries to work with them. If part of your code assignment is to validate that a part number is five letters, a dash and a digit, you should be immediately able to express that as/^[A-Z]{5}-\d$/
.
It’s 2014, and nobody needs to use a regular expression to extract the hostname from a URL. Every modern programming language includes a standard library of common functionality, or has standard libraries easily available.
Programmers need to understand that code that has already been written, tested, and debugged is going to be better quality than new code that she has to create. Even more important, code that doesn’t have to be written can be implemented much faster.
As someone said to me at a meetup recently, “All the SQL I know I learned on the job. Why are databases an elective? What doesn’t use a database?”
The era of storing data in flat files is over. Everything goes into and out of a database, and SQL is the language that’s used to retrieve it. SQL is also a declarative language, not a procedural language, and so requires learning a new way of thinking about problem solving. But every programmer should understand the basics of database normalization and be able to do SELECTs (including basic INNER and OUTER JOINs), INSERTs, UPDATEs and DELETEs.
A carpenter would never complete an apprenticeship knowing how to use a only hacksaw, so it’s astonishing that schools can turn out CS graduates who know only Notepad or pico. It’s the job of programming tools to help manipulate the source code and all other data in the computer to make the programmer’s life easier. The Unix command line, shell scripting, find, grep, and sed should be part of every programmer’s knowledge set.
Every programmer should be able to debug with an interactive debugger or by sprinkling print statements liberally throughout the code. The ability to track down a problem through stepwise refinement is too important to be left for programmers to learn by the seat of their pants.
Even rockstar programmers are fallible, much of the world is out of our control, and things will go wrong. Defensive programming is about understanding that simple truth. If things didn’t go wrong, we wouldn’t have to check file opens for success, or assert that customer IDs are valid integers, or to test our code to make sure that it works properly.
error_reporting(E_ALL)
, or each Perl program with use strict; use warnings;
.Very few programming jobs allow you to work entirely on your own–and those that do are often intellectually crippling and leave you a worse programmer than when you started. Your code must interact with code written by others, or often be intermingled with code from others. No matter how talented, a programmer who can’t collaborate on projects with others has negative productivity, and quickly becomes a liability to the organization.
In school, every class assignment is a new, greenfield project. That’s not how it works in the real world. The first thing that happens to new hires is they get assigned to fix ticket #8347 in the bug tracking system. After that, they have to add a small new complementary feature to an existing system with an established codebase. Designing new code comes months later, if they’re lucky.
استیو بالمر، مدیرعامل سابق مایکروسافت، برای توسعهی دپارتمان علوم کامیپوتر دانشگاه هاروارد، ۶۰ میلیون دلار کمک کرد. وی دورهی بعدی انقلاب در صنعت کامپیوتر را متعلق به یادگیری ماشین خواند
مایکروسافت در جریان برگزاری کنفرانس ;()Connect که با تمرکز روی توسعهدهندگان برگزار میشود، اعلام کرد که فریمورک داتنت را متن باز میکند. همچنین علاوه بر متنباز کردن داتنت، این فرمورک کراس پلتفرم نیز خواهد شد که با وجود این ویژگی اپلیکیشنهای مبتنی بر داتنت در لینوکس و مک نیز اجرا خواهند شد.
بردی برای افزودن وای فای به هر وسیله ای!
Have you been searching for that perfect Internet of Things dev kit? The Spark Core is a microcontroller that will get your IoT troubles behind you.
The Spark Core is a complete Wi-Fi enabled development platform for creating connected devices with ease. Please note, this is not truly Arduino-compatible - Their IDE works with many Arduino examples and there have been libraries that are ported to the STM processor on board but even though they say 'Arduino-compatible' we would classify it more like "Arduino-like programming language"
The Spark Core is small, low power, and does all the heavy WiFi lifting, but will still let you do all kinds of tinkering to get your IoT project up and running. There's a backend website platform 'cloud' that will let you send and receive data so, rather than having to access everything from your local network or trying to figure out how to tunnel into it, the Spark Core connects out to the Spark.io network for seamless connectivity. You can always set up your own protocols if you want, but you don’t have to. And that’s kind of the point! The Spark Core ships hooked up the cloud, so you can worry about your things and how they integrate, instead of worrying about getting the cloud to work. There's a lot more info on theSpark website.
Each Spark Core comes with 1 x Core, 1 x usb cable, 1 sticker, and 1 medium sized breadboard.
خواندن خبر در دی0جیاتو: برد بسیار کوچک Spark وای فای را به هر دستگاهی اضافه می کند
همچنین در همین رابطه : Getting started with Spark Core
تصاویر در ادامه