tech/webdev magazine

March 5, 2019

Start Something Amazing with Hackathon Starter

Tuesday, March 05, 2019 Teklinks

The struggle of the blank page is real. Where does one begin? Do you dive right into building mission critical functionality or do you build a basic login system for the hundredth time? Maybe it’s better to focus on building a killer CI/CD pipeline before the first line of application code is written. And before you know it, the hackathon is over.

Full article

Git Best Practices

Tuesday, March 05, 2019 Teklinks

Over the years I learned a lot about git. Most of the parts I learned the hard way by using it on a regular basis. Here I summarize a lot of the things which I would consider Git Best Practices for using git in a team.

Full article

March 4, 2019

Snagging Parking Spaces with Mask R-CNN and Python

Monday, March 04, 2019 Teklinks

I live in a great city. But like in most cities, finding a parking space here is always frustrating. Spots get snapped up quickly and even if you have a dedicated parking space for yourself, it’s hard for friends to drop by since they can’t find a place to park.

Full article

March 3, 2019

Learn immutability with JavaScript

Sunday, March 03, 2019 Teklinks

Imagine you are waiting in queue. At entrance you got an electronic device showing your number. Just before you were very close to be served, your order number has changed on the screen. As you ask…

Full article

Automate Your Workflow with Git Hooks

Sunday, March 03, 2019 Teklinks

Git hooks are one of the most underrated git features, and have the potential to increase your productivity as a developer. Have you ever wanted to run a command every time you commit or push? Lucky for you, that’s exactly what git hooks do — they’re custom scripts that run before or after git commands to automate manual tasks. Read on to find out how hooks could improve your workflow.

Full article