DevOps

DevOps
DevOps

AWS re:Invent 2024 Notes

AWS re:Invent 2024, held in Las Vegas from December 2nd to 6th, brought the cloud computing world together for a week of groundbreaking announcements and insightful sessions. Under new CEO Matt Garman leadership, AWS unveiled a wave of innovations across compute, storage, databases, generative AI, and data analytics.

3 min read
DevOps
DevOps

AWS Innovate - Gen AI & Date 2024 Notes

AWS Innovate is an online conference hosted by AWS designed to inspire and educate executives and IT professionals. You can learn to build and scale generative AI applications with security, privacy, and responsible AI built in from day one. Access leading foundation models, customize with your own data, and use the leading security, access control, and features you trust from AWS.

2 min read
DevOps
DevOps

AWS re:Invent 2023 Notes

AWS re:Invent 2023 is a learning conference hosted by AWS for the global cloud computing community. The in-person event features keynote announcements, training and certification opportunities, access to 2,000+ technical sessions, the Expo, after-hours events, and so much more. These are notes I’ve compiled from the conference.

9 min read
DevOps

Evernote - Architectural Digest (http://blog.evernote.com/)

Not everything is best suited for the cloud. I've used Evernote for a few years and always thought their performance was impressive.

http://blog.evernote.com/tech/2011/05/17/architectural-digest/#

Take aways:

  • Shards – protection in silos
  • Single-tier architecture; No remote storage
  •  Evernote's business model and cost structure. Evernote is notable for their pioneering of the freemium model \<http://www.fastcompany.com/magazine/147/next-tech-remember-the-money.html\>__, based on the idea from their CEO: *The easiest way to get 1 million people paying is to get 1 billion people using. *Evernote is designed to become profitable at a 1% conversion rate.*

1 min read
DevOps

What is SPDY?

http://dev.chromium.org/spdy/spdy-whitepaper

The SPDY project defines and implements an application-layer protocol for the web which greatly reduces latency. The high-level goals for SPDY are:

| * To target a 50% reduction in page load time. Our preliminary results have come close to this target (see below). | * To minimize deployment complexity. SPDY uses TCP as the underlying transport layer, so requires no changes to existing networking infrastructure. | * To avoid the need for any changes to content by website authors. The only changes required to support SPDY are in the client user agent and web server applications. | * To bring together like-minded parties interested in exploring protocols as a way of solving the latency problem. We hope to develop this new protocol in partnership with the open-source community and industry specialists.

3 min read
DevOps

MySQL: ibdata files do not shrink on database deletion [innodb] | Technology: Learn and Share

A great discussion on a potential problem for database servers with limited drive space (life EC2 small instances). The best solution is in the comments section so be sure to read through.


One very interesting thing I noticed with MySQL was that if you delete a database, ibdata file doesn’t shrink by that much space to minimize disk usage. I deleted the database and checked usage of /usr/local/mysql/var folder and noticed that ibdata file is still the same size. So the problem I face now is, how do I claim back this space?

1 min read
DevOps

Tomato Firmware | polarcloud.com

| Tomato Firmware | polarcloud.com | Tomato is a small, lean and simple replacement firmware for Linksys WRT54G/GL/GS, Buffalo WHR-G54S/WHR-HP-G54 and other Broadcom-based routers. It features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes, raises the limits on maximum connections for P2P, allows you to run your custom scripts or telnet/ssh in and do all sorts of things like re-program the SES/AOSS button, adds wireless site survey to see your wifi neighbors, and more.

1 min read
DevOps

Amazon EC2 Basics For The Curious | Django Aware

Amazon EC2 Basics For The Curious | Django Aware

Amazon EC2 Basics For The Curious By Paul Kenjora | June 3, 2008

For those of you wondering what it would be like to host and maintain a an application on Amazon’s Elastic Computing Cloud (EC2) here is a basic list of daily operations. These steps assume you’ve set up your Amazon account. This is the basic set of commands you can use to fully administer an EC2 server.

1 min read
DevOps

Amazon.com: Amazon SimpleDB, Amazon Web Services

| Amazon.com: Amazon SimpleDB, Amazon Web Services | Amazon SimpleDB is a web service for running queries on structured data in real time. This service works in close conjunction with Amazon Simple Storage Service (Amazon S3) and Amazon Elastic Compute Cloud (Amazon EC2), collectively providing the ability to store, process and query data sets in the cloud. These services are designed to make web-scale computing easier and more cost-effective for developers.

1 min read