The Software Programming Experience of a Tech Lead
» Coding Savvy FB Twitter Google

Whats New in PHP7, How dose it compares to HHVM Performance and Features?

I upgraded one of my server to PHP7 to see how my application will work with it. But personally my design has been about MVC. MVC (Model-View-Controller) is a software design pattern built around the interconnection of three main component types, in a programming language such as PHP, often with a strong focus on object-oriented programming (OOP) software paradigms. On the Other hand is Hip Hop Virtual Machine HHVM, HHVM is a virtual machine for running PHP code as well as for running the new programming language HACK it is a virtual machine based on JIT (Just-In-Time) compilation.HHVM is built by Facebook which I know will work better with the MVC design pattern all I have to do is make sure that HHVN handles the business logic of the web applications. In this post, I am going to explain my experience in running PHP7 on my server and how it compares to HHVM performance.

How do I start a blog and what are the best blogging platforms available?

Blogging is a very interesting thing to do, To get a glimpse of why you need to blog read this article on 20 Reasons Why You Need to Start Blogging , Running a blog is very easy just make sure you are blogging on what you are passionate about. The best way to start a blog is to make sure that you are ready and a willing to start blogging no matter what it may cost you, though it somehow free but it will cost you time and some practices to get started before you become a professional blogger. One of the decisions starters finds hard to take is choosing a blogging platform to start with and how to get traffic to their new blog. on how to get free traffic for your new blog read How to Get More Web Traffic to Your Website . In this article, we are going to focus on what you need to start blogging and how to choose the best blogging platforms that will host your blog.
How do I start a blog and what are the best blogging platforms available?

Must-have tools and services for Front-End Web Development

To have an efficient front-end development environment require more than just the right skills, It needs to be with the right tools. This web development tools make our work easier every day. As a for a web developer/ web designer you can not help but have this tools and service readily available for every project. This tools are what add grease to the wheels of your development process and make things run smoothly without unnecessary rough patches. I have taken my time to look around the web and search for tools that are needed to have more front-end development environment on your PC and here they are base on developers remarks. It not necessary for you to have more than one tool that performs a single task but it your choice to determine the tool that suit your taste.
Must have tool and services for Front-End Web Development

How to Get More Web Traffic to Your Website

Traffic is one of the most common challenges we experience for new and old websites. But there are many ways to getting visitors to your new website. I will like to recommend that you invest time in creating an SEO strategy that helps you to connect with your customers socially, and encourages them to interact with you this way. But am not going to assume that you want free traffic or paid traffic because the best traffic sources are free. In the beginning, search engines can't work for you because it takes a long time to bring your site to the first page of Google by applying proper white hat SEO techniques. Use any chance to promote your site for free. Free promotion is always welcome, so don't neglect it.  Invest into Paid Advertising (Google Adwords, Bing, Facebook, Instagram and others) Get in touch with other authoritative websites in your field and offer them some contribution to their work in exchange for the link or mention.
Well, Here is 22 different ways of increasing your website traffic.
How to get more web traffic to your website

Top 10 Free HTML Blogger Blogspot Templates 2018

Thing about Blogger HTML template is that it has some XML and CSS in a single file but with little knowledge of XML and HTML Blogspot templates are easy to edit to suit your desire. Blogger templates of 2016 need to have some SEO improvement markups to keep up with trending SEO practices of 2016. All modern HTML5 blogger BlogSpot templates need to be responsive and mobile friendly Themes can be made friendly by using of CSS3, Google has stated that mobile friendliness is now part of SEO advantages.
Top 10 Free HTML Blogger Blogspot Templates 2016

HTML5 Unicode Symbols & Icons for Web Designers & Developers

Loading some additional Icons library can slow down your webpage , Why not just use the inbuilt HTML5 Symbols and Icons. It will save you great deal of time and working flexibility, It very simple to use, There is no import needed all we need to do is put the code and it done. They are Created to make web development cycle easier. 
HTML Useful Unicode Symbols : Useful for Web Designers.

Free 100% Responsive 3 Columns Blogger Template Download: SDK Alpha Blogger Template SEO Ready

This is the first blogger template am giving away on this blog, I hope you like it. I take my time to make sure that the template is 100% responsive so that it can work with any screen size including mobile displays, tablet and mini screens. With the help of JQuery the template menu automatically reduce itself to the screen size. You will have no trouble using it.I also make sure that it has 3 columns for those that loves it that way. I did not forget the ads positioning too to maximize your advert earnings through this template. This template is SEO Ready to help you skyrocket you blog to the top of the search engine Result.
Free 100% Responsive 3 Columns Blogger Template Download: SDK Alpha Blogger Template

20 Reasons Why You Need to Start Blogging.

I have been a blogger since 2008, Blogging is what motivated me to become a programmer a year after. It is what make me who I am Today, Am proud to say that I have become a better me. It improve my learning, writing and speaking skills academically. It Builds me an online audience, I was able to gain people's trust and confidence , It helps to Improve my think ability and ways of observing and tackling challenges in life. It make me a lot of money and brought me new friends. It make my Life better and Today I am happy that I start blogging and am proud to be a blogger. But it seems some people don't just realize why they need to blog So, Am putting this together to give you an insight on the benefits of blogging and the reason why you need to own a blog, be yourself and let your voice be heard .
20 Reasons Why You Need to Start Blogging This Year.

Beginners Step-by-Step Guide For Building Apps with Node.js

I just discovered that node.js has been one of the hidden treasure on the internet, I did not get to know much about node.js until the last two years but I have always installed it on my system until about some weeks ago I decide to take it for a spin and that's when i knew that node.js has the solution to one of my most used technique in programming, if you have read my tutorial on how i manage to keep my objects alive from the database on the server to the client side. But the incredible thing is that it a very simple task to be achieved using node.js which makes node very awesome to me. you really need to see this great programming language in action. let see node.js do something cool by using socket.io to create live chat app with node.js plus I forgot to mention node doesn't need Apache server to work it has it own way of crating an HTTP connection.

How to Create Custom Audio Media Player With HTML5 and JQuery P1

The tutorial you have basic knowledge of HTML and JavaScript, We are going to create an awesome audio music player that can work cross-browser with an incredible look and feel.
 JQuery is involved for compatibility. I/O is still evolving on the web lot of security constraints has been put in place for user protection. Our aims are quite simple. Get audio files, read them and play.
Streaming is done by the app. The supported extension is mp3, mp4, wave e.t.c.
How to Create Custom Audio Media Player With HTML5 and JQuery P1