Progwriter [programmer + writter] by Azat Mardan
My notes from the book Progwriter [programmer + writter] by Azat Mardan: It’s better to have fewer features with no bugs than lots of features with bugs. Marketing…
My notes from the book Progwriter [programmer + writter] by Azat Mardan: It’s better to have fewer features with no bugs than lots of features with bugs. Marketing…
My notes from the book The Lean Startup by Eric Ries: Split testing often uncovers surprising things. Many features that make the product better in the eyes of engineers…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
ng-wat is the most awesome video I’ve seen presented at any official conference. It was presented by the ever so slightly awesome developer Shai Reznik. Anyways, take a look…
My notes from the book Creativity for sale: How I Made $1,000,000 Wearing T-Shirts and How You Can Turn Your Passion Into Profit, Too by Jason Surfrapp: Do…
This got me pretty alarmed: I immediately checked the devices from which it was accessed but couldn’t see any different from what I use usually. Nevertheless, even though…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I was just accepted to the Webfestival 2015 competition, so fingers crossed! C/P from the official site (since, well, this is for Croatian users – so, fellow citizens,…
My notes (on Croatian [did you notice I added the translate functionality?]) from the book Zločin u židovskoj četvrti by Ernesto Mallo: Smrt je jedino što ne dopušta repliku.…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
This is indeed awesome, as it hopefully means that Ionic is here to stay, so that all of us who use it won’t have to fear for it’s…
My quotes from the book Start with why by Simon Sinek: There are leaders and there are those who lead. Leaders hold a position of power or influence.…
I just came home from Weblica, the very first ever developers conference in my Međimurje county. All in all, a very good conference and I hope this is just…
Touch Pianist is an awesome free app which is a musical toy / instrument that allows the user to perform hard-to-play classical piano music favorites (from composers like…
Recently I bought a years worth subscription over at Pluralsight (here’s my portfolio of passed courses), and here I’ll be posting my notes from the courses that I…
I was testing Jenkins and as it doesn’t support localhost addresses I found Localtunnel, which, and I qote, allows you to easily share a web service on your local development…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My notes from the book Brain rules for baby by John Medina: Babies develop an active mental life in womb. Stressed mom, stress baby. Eat right, stay fit.…
I’m all about advancement, but this just kinda starts to freak me out, fearing that we just may end up as in the movie Surrogates. But, it’s so…
This error come up when I tried to use the debugging tools for Node.js program using Visual Studio Code, as outlined in their official tutorial. The solution was…
You’ve all heard the news – Microsoft made a free editor for developers called Visual Studio Code. You can download it from the official page here. The cool thing…
For the past 26 weeks I’ve gone through the MaxCapacity program 2 times (2 * 12 weeks + 2 weeks rest time between), and I can tell you…
An eye opening post from Jason Lengstorf. After a few days of too little sleep, you’re a drunken zombie. We wouldn’t go to work drunk, so why the hell…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
StackOverflow updated the users profile pages, which now look awesome: It’s way cleaner now. All in all, thumbs up from me, and as it seem, most of the…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
While editing your post in WordPress in the Publish area on the right, next to Visibility click on edit and then check the “Stick this post to the front…
That moment when you realize someone on your team surely logged all of the errors, and still something wasn’t right, and then you find out how exactly this…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I finished the course at CodeSchool, and below are my notes from it. Level 1 Ternary howto with SIAF var allPacked = true; var readyToGo = true; var adventureTime;…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Smarterer released its API for free. Even if you’re not into programming, you can still make use of this and give your site visitors a quick skill test (in just 10…
Recently I wanted to find out how to update field only if the updated value would be new (as in – different from the current one). After a…
Here are my notes from a free CodeSchool tutorial sponsored by Google: Things I wish I were told about Angular.js. Binding <!DOCTYPE html> <html> <head> <title>AngularJS Tutorials</title> </head> <body> <div…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I listened to the book Time management made simple by Brian Tracy via Audible and honestly this is one of the best I’ve read/listened on this subject. Make…
Building blocks of Express.js on CodeSchool, notes below… If you’re interested for more in depth tutorial about Node.js and Express, make sure you check out the 2nd tutorial…
Awesome Andy Weir and his The egg. If you like this, you may like his The Martian which will be a movie in 2015. The Youtube adaptation: You…
I love you Apple and all, but honestly I don’t know dafuq was it with the person who approved this keyboard – namely the keys for up/down/left/right. I…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
CORS = Cross origin resource sharing – a pain in the butt when trying to do an ajax request when developing locally. For local testing I ended up using…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive. To do so, we provide a generator ecosystem. A generator is basically…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
edit (18.06.2015): Nowdays I’m using PM2, and here’s my post that explains how to use PM2. Nodemon is a utility that will monitor for any changes in your source and…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Redis is an open source, BSD licensed, advanced key-value cache and store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. Comparison with Memcache and Memcached can be…
Here’s I’m going to show you steps on how to share your data between scenes in Unity3D In the starting scene make a new empty object and name…
In Ionic framework you can use the ionic resources command to automatically generate icons and splash screen of different sizes and for optionally different platforms (iOS, Android). All you have…
In this post I’m going to show you how to use custom fonts in Unity3D. Create a new project Save scene (CTRL + s) and name it…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
In this post I’m going to show you how to create a countdown timer and show current time in Unity3D. Create a new 2D project: Optionally download…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book The Richest Man in Babylon: A part of all you earn is yours to keep. Why should so few men be able to…
Followed this official tutorial on how to build an advanced space shooter in Unity3D, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to…
As you can see in the featured image, to find unread emails in Gmail, just search for is: unread and you will get all of your unread emails. You…
Followed this official tutorial, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to shoot). Steps on how to create this: Create a new…
Followed this official tutorial, my own version on GitHub, and you can see it in action here (click the cube to see the effect). Steps on how to make this: Create…
Followed this official tutorial: http://unity3d.com/learn/tutorials/modules/beginner/physics/assignments/bouncing-ball My own version on GitHub, and you can see it in action here (watch for 10 seconds to see what happens with the balls…
In this blog post I’m going to show you how to build a 2D Space shooter with efficiency calculation in Unity3D. I followed these two blog posts: post…
I followed http://unity3d.com/learn/tutorials/projects/roll-a-ball, and updated the steps for the newest Unity3D currently available (4.5). You can try the game and download the project on GitHub. Create a new 3D…
Nothing, just saying 🙂 Ok, jokes aside, this has been a nice journey for me. It all started with the post Carcassonne scoring board application which I decided to…
My notes from the book Game development with Three.js by Isaac Sukin: Three.js is usually used with a new technology called WebGL, a JavaScript API for rendering graphics…
My favourite quotes from the book Legion: Skin deep by Brandon Sanderson: Always tell your captives they have more time than they do. It makes them relaxed. Sets…
Post from James Clear here: http://jamesclear.com/better-sleep In the words of the researchers, sleep debt “has a neurobiological cost which accumulates over time.” After one week, 25 percent of the…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
The only quote I liked from the book Storm Front by Jim Butcher: I made a vampire cry. I felt like a real super hero now. Harry Blackstone…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
TL;DR: In this short tutorial I’ll show you how I built my own testable (Jasmine) npm module which I then published to npm repository. The npm module is here,…
My favourite quotes from the book Scream free parenting by Hal Edward Runkel: Parenting is not about kids, it’s about parents. The greatest thing you can do for your…
First things first, if you bought your domain elsewhere then you first need to point that domain to your server. You basically have two options here installing, setting…
I’ve been playing with my VPS that I bought from WeLoveServers.net and I previously wrote about how to set up your VPS from scratch. Here I’ll show just brief…
I bought a VPS on a sale on WeLoveServers.net for a crazy 48$ a year with 2GB of RAM. If you know a cheaper one, please share it in…
My favourite quotes from the book Strong fathers strong daughters by Meg Meeker: Believe it or not, the most important factor for girls growing up into competent, well-adjusted woman is…
So, first you need to download all the data that Facebook has stored for you (well, and what it’s willing to give you :)). You can do that…
I had to find some string inside one of the files, and I couldn’t remember in which file it was, classic 🙂 In linux, simple grep command would…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Since I’m all into MEAN stack lately, I made a custom graphic for a MEAN T-shirt. Also, I made the presentation and a talk for hack.hands(). I’m giving the…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
The guys at WeLoveServers.com are having an anniversary sale. And a sale it is indeed! If someone knows of a better option please share it in the comments! In…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Lately I’ve been playing at JavascriptBattle, which is a fun and engaging web application intended to make artificial intelligence (AI) design accessible to all. Every day, your code will be…
I just competed (and finished! – I’m Hitman666) a Topcoder Scavanger Hunt. Anyways, you have the instructions on how to play on the link above. I’ve really missed…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Awesome short video about JavaScript event loop One cool thing I didn’t know is that you can defer something right after the end of the stack. So for…
I just read a great post on WebTools Weekly newsletter about how to convert a JavaScript switch statement into a function lookup. Here’s the full content from there,…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Here are my notes (on Croatian) from the DevArena 2014 hosted by Ekobit. The bolded bullet points were, you guessed it, topics. All in all, a very well…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
Love you Apple, I really do, but this video is just too true! Since you’ve allowed that I install iOS8 on my beloved 4S (unfortunately the best and…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
A simple example of how to make a custom YES/NO dialog with DialogResult in WPF. Freely (as in beer) available code is on Github: https://github.com/Hitman666/CustomYesNoDialogWPF. The breakdown is that you…
My favourite quotes from the book Law of success by Napoleon Hill: Make yourself a habit of doing more than you are paid for. We need not seek opportunity in…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book The Game by Anders de la Motte: If you don’t change, then what’s the point of anything happening to you? Fear is…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book Rich dad, poor dad by Robert T. Kiyosaki: The love of money is the root of all evil versus the lack of money…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
[vcfb id=10203881466450662] Fala Philip Taylor na nominaciji. Ja nominiram Miljenko Bistrovic, Luka Mesarić i Denis Jelenčić.Ko nezna za kaj se ide, nek pročita: http://www.vecernji.hr/hrvatska/i-u-hrvatskoj-pocelo-skupljanje-novca-za-oboljele-od-als-a-957366 (tu imate i broj žiro računa). Inače, slažem se i s Seth Godin koji…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book Think and grow rich by Napoleon Hill: All earned riches have a beginning and an idea. We refuse to believe that which we…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book The greatest salesman in the world by Og Mandino: It is indeed a simple task, provided one is willing to pay the price…
Say you have a field called date in your MySQL table and its type is timestamp (example: ‘2014-08-23 08:37:57’), and you want to get all the records for today (so,…
Due to its folder nesting Windows can’t delete the folder as its name is too long. To solve this, install RimRaf: npm install rimraf -g and delete the…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book The Hobbit by J. R. R. Tolkien: You are not easy to carry around, not even after few weeks of your starvation. This would…
This is the new section that I’ll be posting in Programming category (parent Books); whenever I read a book I always take notes, so here they are now for…
I’m a big fan of Stack Overflow and I tend to contribute regularly (am currently in the top 0.X%). In this category (stackoverflow) of posts I will will be posting…
My favourite quotes from the book Therapy by Sebastian Fitzek: Stories are worthless if they can’t be narrated to someone. Show me your friends and I’ll tell you who…