1. Build a Nice-Looking Cardboard Raspberry Pi CaseBeing a completely stripped down device, you need to build a case for your Raspberry Pi board. You can either build the case or buy one.2. Build a Raspberry Pi-Powered ComputerYou can make an ent… Read more »
53 Cheatsheets For Programmers And Developers
1. Asynchronous JavaScript And XML (AJAX): This is a group of interrelated web development techniques that are used to create asynchronous web applications on the client side.2. Apache: If you’re using the Apache HTTP server then this cheat sheet … Read more »
10 Must Know WhatsApp Tips And Tricks
1. Hide "Last Seen" Timestamp-WhatsApp shows a "last seen" timestamp by default. However, you can disable this timestamp on both iOS and Android. -For iOS users: all you need to do is go into Settings > Chat Settings > Advanced and set Last Seen Tim… Read more »
100 Websites That You Must Know And Use
Business and E-Commerce: E-commerce and running businesses on the internet has become a trend in recent times. You can buy everything, from your daily groceries to month's grocery and flight ticket without having to move from your bedroom. blog… Read more »
15 'Big Data' Facts Every IT Professional
1. How Much Data is There?-According to IBM, a whopping 2.5 quintillion bytes of data is created every day! 2. Structured Versus Unstructured Data-According to Tata Consultancy Services Limited (TCS): 51 per cent of data is structured, 27 per cent… Read more »
11 CSS Code Snippets For Web Developers
1. Adding Rounded Corners: Rounded corners can be added to your CSS3-based elements, like borders and buttons..round1 { border:1px solid #c1c13a; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; /* future proofing… Read more »