like bugs

  • Archive
  • RSS
  • Ask me anything

“I’m not perfect”.

(via tomhiddles)

  • 2 months ago > tomhiddles
  • 6181
  • Permalink
  • Share
    Tweet

Redis - Pick the Right Data Structure

nosql:

Brian O’Rourke in a post with tips about Redis:

Here’s our standard reference table for Redis datatypes, their most common uses, and their most common misuses.

Redis Pick the Right Data Structures

Even if most of these are just common sense, it’s good to have some sort of cheat sheet around when modeling your data.

Original title and link: Redis - Pick the Right Data Structure (NoSQL database©myNoSQL)

  • 2 months ago > nosql
  • 11
  • Permalink
  • Share
    Tweet
Hui, the snow arrived successfully in Berlin!
Pop-upView Separately

Hui, the snow arrived successfully in Berlin!

  • 5 months ago
  • Permalink
  • Share
    Tweet

Use your know GIT skillz

A few days ago I had that situation were I’m accidentally commited and pushed changes in the wrong branch. Directly in that moment a few questions run through my head: “How to revert that?”, “Is there an easy way?”, “Are my current GIT skillz enough?” and “Why I’m so stoopid?*”

After fighting with those questions I had an easy solution for my problem:

  1. In my case, I wanted to keep my changes, so I git checkout -b my-changes a new branch.
  2. git cherry-pick accident-commit-hash the changes from the branch I accidently commited in.
  3. Than I git checkout accident-branch again and git reset --hard commit-hash the branch to the commit before.
  4. After fixing my local branch, I also needed to fix the remote branch, so I git push --force origin accident-branch to solve also that problem.

After those four easy steps everything was fixed & clean again - Hooah! :)

*That’s part of one of my favorite Arnold quotes: You are stoopid!

    • #git
    • #github
  • 6 months ago
  • Permalink
  • Share
    Tweet

DNS published?

Some domain providers have this annoying default TTL (30 minutes) for DNS zone file changes, so I wrote a simple Ruby script that checks for me every minute if the given domain is now published and reachable. Here is the Gist code of that script:

https://gist.github.com/4001503

Be careful, it’s super simple! ;)

    • #ruby
    • #DNS
  • 6 months ago
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 6

Portrait/Logo

Who's that guy?

Hey, I'm Daniel a RoR developer with a passion for computer games.

I'm also a Co-Founder of a Berlin based Start-Up called 6Wunderkinder.

Seeya! ;)

Me, Elsewhere

  • DMarschner on Forrst
  • @dmarschner on Twitter
  • Facebook Profile
  • dmarschner on Foursquare
  • My Skype Info
  • Linkedin Profile
  • daniel-marschner on github

Twitter

loading tweets…

Following

  • RSS
  • Random
  • Archive
  • Ask me anything
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr