🎉 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
  • Filtering with AngularJS

    Posted on Sep 1, 2013

    In the past couple of days, I've been trying to build custom list filters using AngularJS.
    Little did I know how surprisingly difficult it is to find an example close enough to what I wanted, and how simple it is to solve the problem.

    Read more ›
    Tagged with Angular, AngularJS, custom filters, angular services
    Posted in Technology
  • Adding Config to your AngularJS app

    Posted on Jul 19, 2013

    square
    For the past few weeks, I've been building a Web App based on AngularJS.
    I wanted it to act differently for different configurations, and I wanted to store the configuration in a simple Config file (sounds like standard procedure),
    but for some odd reason, I couldn't find any example or common way to do such a thing, so I improvised.

    Read more ›
    Tagged with Angular, AngularJS, config
    Posted in Technology
  • Facebook App pushing unwanted notifications

    Posted on Jul 8, 2013

    I've been using the Facebook App for 3 years now,
    and recently I've been getting some odd notifications (at very odd hours too).

    Read more ›
    Tagged with facebook, app, notifications
    Posted in Technology
  • Dynamic Import with Python

    Posted on Jul 1, 2013

    import_function_resized
    Rewriting my application on Django,
    I needed to import classes without knowing their names first
    (just reading them out of a directory).
    Obviously something like this:

    1
    2
    
    module_name = 'module_foo'
    import module_name

    will just try to import "module_name", and doesn't work the way it's suppose to.
    So, what did I do? I solved it by using the __import__ function!
    __import__ lets you import modules with parameters given, for instance:
    1
    2
    3
    4
    
    urllib = __import__(name='urllib') # import urllib</p>
    <p>#lets say we want &quot;from lxml import etree as tree_module&quot;
    lxml_module = __import__(name='lxml', fromlist=['etree'])
    tree_module = lxml_module.etree
    Read more ›
    Tagged with
    Posted in Technology
  • Berlin On Feier with a new version

    Posted on Jun 20, 2013

    berlin500X500px
    After a long period of developing,
    the new version of Berlin On Feier is ready!

    Read more ›
    Tagged with android, Berlin On Feier, berlin party
    Posted in Technology
  • Previous Page: 27 of 94 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

    • AI Function Calling in 2025: Build Agents That Actually Work
    • 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

© 2025 KidsIL