Namshi Engineering

Tech @ Namshi.com

Newsletter #33


Newsletter #32


Newsletter #31

It’s TechThursday again: here’s what we’ve been excited about over the past week!

Oh, before the news, give us 3 seconds to announce that:

And now…this week in Tech:


Looking for some fun with APIs or JavaScript? We have what you need!

To the army of developers out there: if you are looking to boost your nerditude and have some fun, we might have what you are looking for.

(no, it’s not a cookie)


Newsletter #30

#TechThursday! Here are some interesting news!


Newsletter #29

TechThursday again: it’s a bit short, but the list of useful links of the week is still here!


Newsletter #28


Symfony 2.4 Expression Language

Expression Language is a new awesome component that got released in the latest Symfony2.4. This component allows string expressions to be parsed, compiled and evaluated in PHP. It was basically extracted from the Twig library that supports writing expression logic in templates.

As simple as:–

$expLang = new ExpressionLanguage();
$x       = "1+1";
echo $expressionLang->evaluate($x);

The previous code will output “2”!

It seems simple enough, but the benefits that it introduces are great! Especially when we talk about a company like Namshi, where there are dedicated and specialized content and marketing teams with hundreds of templates and segments of information that must be delivered and shown on the website. The goal is to provide the most flexibility to other departments in creating their information with the least overhead in terms of code maintenance to the development team.


Newsletter #27


Newsletter #26


‹ Newer Older ›