🎉 New book alert! 'From Coder To CTO' - My journey and lessons learned. Level up your career - get your copy today! 🚀 ✕
KidsIL

Asaf Zamir – Chief Technology Officer & AI/Cloud Consultant. Founder of CloudExpat, AZdev. Author of Coder to CTO.

  • CLOUD
  • AI
  • NODEJS
  • SERVERLESS
  • Hire me
    1. Home »
    2. Technology
  • Write CSS faster with SASS

    Posted on Nov 28, 2013

    Sass Logo (Color)
    Not to mention make it 10 times more elegant

    Read more ›
    Tagged with css, sass, ruby
    Posted in Technology
  • CSS3 Transitions to replace JavaScript animations

    Posted on Nov 21, 2013

    CSS3
    Until recently whenever I had to do the simplest animation I always had to use JavaScript code.
    If you're using jQuery it's pretty easy to make simple effects.
    The most known ones would probably be slideDown() and slideUp().
    Custom animation is also pretty easy with jQuery:

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10
    11
    12
    
    $('div.red').hover(function() {
        $('div.red').animate({
        width: '+=50',
        height: '+=50'
        }, 200)
    },
    function() {
        $('div.red').animate({
            width: '-=50',
            height: '-=50'
        }, 200)
    });

    (Working example)
    Read more ›
    Tagged with html5, css3, css transitions, css 3d
    Posted in Technology
  • What happens to inactive Bitcoins?

    Posted on Nov 19, 2013

    Bitcoin_-challenge_coin-
    After looking into bitcoins (on and off) for over 2 years, and finally started to accept bitcoins, I've added some Bitcoin news sites to my feed.

    Read more ›
    Tagged with bitcoin, bitcoins, inactive bitcoins
    Posted in Technology
  • HTML5 Local Storage - letting your Web Apps do more

    Posted on Nov 14, 2013

    html5
    Local Storage (or Web Storage), is a simple yet very powerful feature of HTML5, that is pretty much supported across the board
    by now, as in, by almost all browsers.
    In essence, Local Storage lets you store information for a long period of time (more on that in a bit).
    This has many uses, especially for Web Apps.

    Read more ›
    Tagged with html5, local storage, localstorage, session storage, sessionstorage, web apps
    Posted in Technology
  • Switching to Linux has never been easier

    Posted on Nov 6, 2013

    4775107201_4bdefccce9_z
    In the past 10 years (or so), I've been taking old
    computers (desktops, laptops), and putting Linux on them.
    Mainly because Microsoft's philosophy with Windows is a very one size fits all approach, and also because Windows had a general bad reputation when it comes to old machines (security holes, anyone?).
    As for friends & family, it was also very difficult for me to convince them that if they'll switch, they could get 2+ more years out of their machines.

    Read more ›
    Tagged with linux, browser, windows, raspberry pi, os
    Posted in Technology
  • Previous Page: 23 of 38 Next
  • Welcome to KidsIL

    A blog for Tech, Life, and beyond!


    Interesting ever-green articles of mine:
    • Fractional CTO - Why Your Company Needs One
    • How I got hacked in 10 hours on Google Cloud Platform
    • Getting Distance between 2 points with MySQL Query
    • Generating with MeanJS and Yeoman Generator
    • Python's virtualenv, Ruby's RVM and PHP's vagrant

    Take a look at Meteoro.
    A Pomodoro app built with Meteor.
    For those who like to work on their productivity.


    If you're into Django, feel free to mess with AgriCatch, the engine I've built for Berlin On Feier (events app) that grew well beyond the app, into a general data aggregation library.
  • Recent Posts

    • The Hidden Cost of Perfect Code
    • Node.js Version Causing JSON Parse Errors: A Solution
    • Scalable AI Solutions: Building Cloud-Native RAG Systems for Enterprise FinTech
    • Bridging Diagrams and Code: A Journey with PUML and Graphviz
    • Unleashing the Power of Serverless with Cloudflare

© 2025 KidsIL