Priyank Verma

  • April 23, 2018

    7 Tips On Making Your Engineering Workflow Faster

    One of the most important thing that I like about pair programming with other awesome engineers is you get to see their workflows. How they get things done? How they get find and make their way around tools, terminal, and editors? After witnessing and getting awestruck by many such experiences I realized that having an…

    Uncategorized
    1., 2., 3., A, about, action, after, align, all, an, and, any, are, around, audit, automating, awesome, awestruck, become, by, can, changer., code, codebase, commands:, compiled, considerable efficiency once, Custom, customer, day., Debugger, develop, developing, Distraction, do, doesn’t, doing, done, drudgery, editors., effective, eliminating, engineering, engineers, enough, etc., Ex., experiences, familiar, faster, features, few, find, first, flow, folds., for, free, game, get, getting, given, had, hardship, harness, harnessing, have, having, how, I, IDE, Identify, Identifying, IDEs, important, increase, investing, investment., is, It’s, it., itself, keyboard, large, learn, like, live, look, Make, makes, many, mode, most, must, my, navigation, next, ninja, Not, of, on, one, other, packed., pair, pay, Plugins, power, productivity, proficient, programming, PyCharm, realized, reload, requires, return, see, shell, shortcuts, smart, Smarter, So, step, steps, such, super, take, templates, terminal, that, the, The First step, their, them., they, thing, things, time., tips, to, Today, too., took, tools, towards, Unix, use, user, very, waiting, was, waste:, wastes, way, we, what, while, willing, with, witnessed, witnessing, work, workflow, workflows., worth, you, Your
  • April 14, 2018

    Fail Fast: Hone Your Ability to Recover and Respond Quickly

    It’s close to midnight and you are about to wrap your day off. Suddenly you get a pager-duty to resolve a critical bug that’s failing some of the automated reporting emails. You go on to check the logs in the log management tool. This is not the ideal time to find out that logs are not…

    Uncategorized
    A, abilities, ability, about, activity, actual, against, all, allows, an, and, API, applied, are, arise., around, as, ask, aspects, at, automated reporting, available, be, becomes, best, better, bound, broker, bug, bugs., But, called, can, careful, cases, certainly, Chaos, check, close, Conclusion, confidence, contingency, control, counter-intuitive, creating, critical, date, day., debugging., decide, defense, deployed, develop, dilemma, Don’t, done, down?, drills, due, during, effective, effectively, email, emails., emergencies., engineering, engineers, enough, enough for actual, even, every, face, fail, failing, failures, fast, feature, find, folks!, for, forward, from, gaping, get, gets, getting, gives, Go, goes, handle, have, having, helps, helps them, high, higher, holes, hone, hours, how, ideal, if, important, in, increase, infrastructure, investing, is, It’s, it., kills, know, knows, learning, levels., leverage, log, logs, lower, made, major, management, matter, may, member, metrics, midnight, mind, mock, monitoring, Monkeyrandomlyndonly, more, move, much, my, Netflix, new, next, No, Not, of, off., office, often.”, on, our, out, own, pager-duty, panic, peace, perform, performance, plan, plans, point, Practice, prepare, prepares, prioritization?, problems, processes., product, properly., questions, quickly., raises, ready, realize that, recover, recovering, recovery, release?, reliability., reliable, reponed?, resolve, respond, right, scenarios, scripts, service, services, sets, should, sick?, sites, So, software, some, sound, spike, strategy, streamed, stress, success, such, Suddenly, Surfaces, systems., tackle, talk, task, team, that, that’s, the, their, them., theme, there, they, things, this, ticket?, time., to, tool., tools, turns, unexpected, urgent, us, usage?, used, user, using, via, way, we, well, what, when, why, will, with, work-through, working, wrap, wring, write, you, Your, yourself
  • April 7, 2018

    Strive to learn : 8 Ways to optimize for learning at work as a software engineer

    A large open space with amazing ergonomic chairs where people discuss and execute upon disrupting ideas. It’s right next to company’s game room where you unwind after a hard work day.  Here is we as engineers, get to work on products that our customers love and we love delivering that delight by continuous delivery (or…

    Growth and Self-Development
    10, :, as, at, engineer, for, learn, learning, optimize, software, Strive, technology, to, Ways, work
  • March 25, 2018

    Practical Problem Solving Framework: Inspired By The Toyota Way

    We all will agree to a certain point that having a system/process for anything reduces chances of errors. As an engineer or someone people look forward to propose solutions to problems it’s beneficial to have a framework in place to solve problems effectively. Recently I was reading The Toyota Way, and it suggested a framework to Practical Problem…

    Uncategorized
    books, business, coding, design, developer, engineer, entrepreneurship, framework, fun, ideas, inspiration, Internet, lean, learning, problem, programming, software, solving, technology, toyota
  • March 11, 2018

    8 System Design Principles I learned After Doing It Wrong More than 50 Times!

      At Squad, we strive to build awesome products to solve customer(internal and external) needs. As a product engineer, paramount part of your job is to design and build products. Dig deep into the root cause of the problems, design solutions and implement them as the end product. Over the course of my journey so…

    Uncategorized
    8, coding, deisgn pattern, design, engineer, engineering, google, how, iterate, lean, pattern, principles, product, programming, ship, software, software engineing, system, technology
  • February 4, 2018

    Introduction to Ingressing With Kubernetes

      Single responsibility is a magical notion. Whatever it touches, it makes it more manageable and efficient. With Kubernetes, we have the power to spawn many services. As many of them as we would like. But how inbounds requests are routed among these services? Ingressing is a powerful way to decouple routing rules with core application logic. According…

    Uncategorized
    demo, deployment, edx, ingress, intro, kubernetes, minikube, routing, services
  • January 1, 2018

    2018, New Year: Let’s Set The Rhythm For What Lies Ahead

    Here are the 9 things I would love to incorporate into my life as I set myself to see the sun of 2018. 1. Stop chasing the long dream, start conquering the micro-goals: Start cultivating a passionate dedication to the pursuit of short-term goals, being micro ambitious. Putting my head down and work with pride,…

    Growth and Self-Development, Uncategorized
    2018, 9, goals, ideas, inspiration, januray, new, things, year
  • December 24, 2017

    Basics Of Kubernetes Volume Management : Mounting a simple hostPath directory

    Kubernetes is a system for automating deployment, scaling, and management for containerized applications. As we know, containers, which create the Pods, are ephemeral in nature. All data stored inside a container is deleted if the container crashes. However, kubelet will restart it with a clean state, which means that it will not have any of…

    Uncategorized
  • November 19, 2017

    Deploying a nginx application using Kubernetes for Self-Healing and Scaling

    Kubernetes is an open source system for automating deployment, scaling and management of containerized applications. A more technical term for it is, container orchestrator which is used to manage large fleets of containers. Minikube is an all-in-one single node installation for trying out kubernetes on local machines. And the following post covers deploying a nginx…

    Uncategorized
    alpine, app, Application, coding, container, deploy, DevOps, docker, google, healing, how, in, Internet, introduction, k8s, kubernetes, minikube, nginx, scaling, self, technology, tp, tutorial, web
  • October 15, 2017

    Estimation Peril: How To Estimate Software Projects Effectively(or How Not To Lie)

    Consider, you are a rockstar engineer and you are given a task by your favorite person, your project manager, to show some new fields in the dashboard. As usual, you are asked to estimate it as soon as possible. You think that well, seems like a quickie and you are tempted to estimate it a…

    Uncategorized
    art, Bob, books, business, code, coding, css, design, engineering, entrepreneurship, estimate, estimates, how, learning, programming, scrum, software, story, tasks, technology, to, uncle
Previous Page
1 2 3 4 5 6 … 10
Next Page

Pixl ThemeWebsite Powered by WordPress.com.

 

Loading Comments...
 

    • Follow Following
      • Priyank Verma
      • Join 46 other followers
      • Already have a WordPress.com account? Log in now.
      • Priyank Verma
      • Edit Site
      • Follow Following
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar