AWS Lambda Function – Watermark a PDF

Contents: What’s not covered: Introduction & Goal Serverless architecture has some good uses if you plan in advance. Anytime you use a service like AWS Lambda you should ask yourself “Why bother, is the additional complexity really justified?”. Additionally, you should think about the costs as they can be unpredictable, they’re not constant like EC2… Continue reading AWS Lambda Function – Watermark a PDF

What do employers look for in candidate when hiring? 

Most employers that I’ve spoken say following: People with most experience are generally the favorites. Capability is the key. So if you have worked on complex projects over the years and dug into the details, fixed the bugs, refactored the code, made changes on regular basis, wrote unit tests, added new features then you have… Continue reading What do employers look for in candidate when hiring? 

AWS mistake that almost cost me £££

Let’s talk about something that’ll save you money. Most website’s goal is to make on-boarding process smoother. For example signups, saving credit details, buying a product and other actions. More effortless the better. So talking about effortless on-boarding.. Having used AWS for few years and I can tell you they have a very  decent interface.… Continue reading AWS mistake that almost cost me £££

5 reasons why junior developers fail to land a job

Top 5 reason are: Money expectations, Unskilled, Wrong Market, Bad CV (not visually), Unreal expectations Money Expectations First things you all need to understand is that even tho you’re somewhat skilled you still won’t be valuable to the employer. In a sense you’re just a liability Keeping that in mind, ask yourself what should you… Continue reading 5 reasons why junior developers fail to land a job

Laravel Collection Challenges (Beginner to Advanced)

Before we get into data manipulation using Laravel please note that it’s best to try and use the right tools/technology for what you want to achieve. Laravel’s way to manipulate collection is just one of many ways to manipulate the data. This doesn’t mean you shouldn’t use functions provided by native language and best practices.… Continue reading Laravel Collection Challenges (Beginner to Advanced)

10 Tips to WIN any Interview

Memorize Answers Look, I can’t stress this enough. You cannot be in an interview thinking answers on the go. The interviewer expects a direct clear answer and if you’re hesitant the interviewer will think you got no idea what you’re on about. You could have 10 years of experience in the field but if you… Continue reading 10 Tips to WIN any Interview

Laravel: Code in Controller or a separate Class?

The problem with a lot of online advice is that it’s not backed by extensive experience at all, rather picked from small experiments and guesses.. A common advice you’ll hear, especially in Laravel community goes like this: Controller’s should only contain HTTP/requests logic, everything else should be separated. The issue with such statements is that… Continue reading Laravel: Code in Controller or a separate Class?

Relax for once, fellow devs!

You’re writing code you’re soaking all the information knowing that even tho the facts may disappear from the memory soon the stress that’s built up each day will not. You finish your work at 5 but it isn’t really finished, is it? you’re thinking, not because you have to but because it’s stuck in your… Continue reading Relax for once, fellow devs!

WordPress: When to use?

When to use WordPress? If you’ve been wondering whether to learn wordpress then my advice is, YES! DO IT! You shouldn’t spend time creating sites from scratch when the solutions are already out there. Patterns WordPress sites follow a pattern and if your site doesn’t fit in that pattern then by all means avoid WordPress.… Continue reading WordPress: When to use?

Free Web Developer CV/Resume Template with Example

Trying to figure out the best format for your CV? or just have some ideas? This post is for you! Feel free to use this template. Be sure to modify it! Download: https://docs.google.com/document/d/1yszNLvRJUslfcn3gRAHxKmqWtJep73JFYZXLZhWt-6E/edit?usp=sharing

PHP Binary Search Example

There’s many ways to search an array in PHP. Here’s 3 simple examples. Note that most of the times it really doesn’t matter how you do the search there’s always situations where you can’t simply use array_search function for example. This is especially true when it’s an associative array or you’re dealing with a bit… Continue reading PHP Binary Search Example

1 Trick to take your Web Development Skills to a NEXT LEVEL (for beginners)

Here’s how to take what you already know to a next level. Go to Codecanyon: Head over to https://codecanyon.net. Codecanyon is a popular site where people sell their scripts/themes/web products. It’s a great place to see what sort of things people have built. You can use any other similar site.. Find something interesting: Find a… Continue reading 1 Trick to take your Web Development Skills to a NEXT LEVEL (for beginners)