|
We are excited to announce the release of a new way to take action on the deep insights Snyk offers regarding security and project health — auto upgrades.
|
|
So my new gig has moved to doing daily agile standup meetings and while I've done these before, I don't think I've ever seen them done quite so consistently well. And the credit for this goes to my boss, Dave Sifry, who is our lead facilitator. We are a team of 8 people and, so far, we have brought them in at under the scheduled 15 minutes per meeting every time. Here are the techniques that we are using: Start on time . If everyone....
|
|
One of my favorite conversations I had with a colleague back in early 2015 was about Ansible, the future of provisioning VMs, pets vs cattles, Infrastructure as Code and the ways an organization can make sure that an administrator isn't leaving behind a backdoor when they leave the organization. We had that discussion on the day they gave their one month notice and announced their resignation.
|
|
Of course , I think no — but a few people think yes: investors see big money in the space , and it works out for some . I think no, though — for most aspiring writers, anyway — and this is why: as I said in Keeping Up with Current Events , a different dynamic exists in this space: Permalink.
|
|
Stupid Simple ActiveRecord Optimizations or Why Rails Console is Essential for Development
-
fuzzyblog.io
-
6 years ago
-
eng
Ever since 2008 when my pairing partner at the time, Jared, pushed me to basically live in the Rails console, I've been heavily, heavily dependent on the console as an essential developer tool. I just watched something that pointed out to me just why it is so damn important. Here's what I observed: 2.6.3 :057 > m.change_pct_today_over_goal? Goal Load (65.2ms) SELECT `goals`.* FROM `goals` WHERE `goals`.`habit_id` = 39 ORDER BY `goal....
|
|
As a technical lead, planning meetings serve as your opportunity to clarify upcoming work with your stakeholders. Running them properly will make your meetings more effective both for your teammates and your stakeholders.
|
There are two cat beds, many chairs, a sofa but no. She will sit there. That’s how I have two step authentication for my Ubuntu.
|
|
A truffle is such an interesting food that I was curious to dig into the history and details behind them.
|
|
Finishing our 16th occurrence of the series, our quarterly ShipIt Day hackathon invites the makers and innovators to come out and share new ways to think about our daily work here at Cerner. Whether it’s experimenting with new features or improving our developer workflows, ShipIt Day gives our engineers a chance to try and learn new things. This ShipIt day in particular had some exciting projects that melded hardware and software.
|
|
Reading Files to Strings using Python and then Loading them to JSON
-
fuzzyblog.io
-
6 years ago
-
eng
I know this is dirt simple but I'm writing it down because it is one of those simple things that I just forget constantly. In each of these cases, the output is to the str variable. Using a With Block to Auto Close the File As a rubyist, I keep reading this as str is local to the with "block". Of course python doesn't have blocks … with open ( 'data.txt' , 'r' ) as myfile : str = myfile . read () Python 3.....
|
|
I write and publish open source code. I quite often get bug fixes, patches, requests and questions regarding the things I have published. Most of the feedback is respectful and helpful. However occasionally there are other requests. This page is where I plan to redirect them as a final warning before I block and ignore them. The three F’s to open source development. Fix it, Fork it, Fuck off Fix it If you find a bug, notice missing,..
|
Help RMS defeat the tranny faggot sjws destroying Free Software. Learn the truth of what is happenin...
|
|
I've been actively working on a side project for the past several months and one of the people who has been helping out a bit around the edges wants to learn how to program Ruby on Rails. Since this, like everything I always do, is a distributed, remote effort, an in person teaching effort just doesn't work. When they pushed back on the feature set I was making and said that it wouldn't work for them, I said "Well that's fine, tell me wh....
|
|
Cameron Desautel has a great post on Working Faster in Emacs by Reading the "Future" , highlighting M-n 's usefulness for inserting minibuffer default values. Invoking M-n in shell-command 's prompt is handy for quickly getting the current buffer's file name. This works great for one-off shell commands like "chmod +x script.sh" or "tidy -xml -i -m data.xml" . Unfortunately, these commands aren't easily reusable from shell-comman....
|
|
Again in October, like in September , I spent most of my dev time on an Instapaper-like read later service. I use it every day, and plan to release it sometime soon. I did get a couple things done, though; once again, I did not neglect First Crack entirely. Permalink.
|
|
At the beginning, I started my website on 14th May of 2017 when the recent Wannacry malware has appeared. My first post, in fact, was to discuss and to analyze the malware in deeper, explaining technical concepts to people who do not know anything about Windows and SMB. -Continue to read the article on SerHack.me
|
|
New Ionic 5 Angular 8 Display, Update and Delete Records with RxJS
-
www.9lessons.info
-
6 years ago
-
eng
This post is about displaying the API records with delete and update actions using new Ionic and Angular reactive programming. This is a continuation of Ionic Angular series and it explains to you how to distribute the data between the components using RxJS method like BehaviorSubject. All of the feed API responses/records storing in a reactive object, This help the application DOM works seamlessly with update and delete operations. Impl..
|
This cat has been in my life for 12 years now. Whenever I get back home and sit on the sofa, she jumps on my chest and starts licking my nose and my eyebrows. She stays there until the moment she realizes I could be feeding her instead of relaxing.
|
|
I am a member of an 8 person team that is: part of a non profit distributed all over the country trying to get started on a new initiative and find our footing; we are about 1 year old (I've only been here for 2 months) just had our first offsite At the offsite I witnessed a fascinating exercises in doing a retrospective on the past year's work that my boss, Dave Sifry, orchestrated. This is now my third time consulting for Dave Sifry ....
|
|
Simple agile stand ups Here's what I'm up to today Here's what I'm stuck on How can I help anyone else
|
|
Turns out we got a bank holiday here in Germany, and it freed up some unexpected time and suddenly my thoughts broke loose. I love React. Yet, I never use it. I normally end up with smaller alternatives like Preact, superfine, hyperapp or Mithril. I choose those, because I like that satisfying feeling, when you skim through the source code and understand how things are implemented. Also, I must inform you upfront, that I am not a frontend d..
|
|
Turns out we got a bank holiday here in Germany, and it freed up some unexpected time and suddenly my thoughts broke loose. I love React. Yet, I never use it. I normally end up with smaller alternatives like Preact, superfine, hyperapp or Mithril. I choose those, because I like that satisfying feeling, when you skim through the source code and understand how things are implemented. Also, I must inform you upfront, that I am not a frontend d..
|
|
What is the difference between style-loader and mini-css-extract-plugin?
-
maxrozen.com
-
6 years ago
-
eng
Looking to optimise your webpack config? Understanding the difference between style-loader and mini-css-extract-plugin can help you speed up your page loads.
|
|
Getting tired of running the relay-compiler every time you change your GraphQL schema/resolvers? There's a plugin in webpack for that!
|
|
Looking to inject variables from CI into the HTML your webpack build outputs? It's relatively simple to do.
|
|
Want to stop webpack from including multiple versions of the same package in your bundle? It only takes a couple of lines of code.
|
|
In one of our previous posts we discussed how packaging of applications is shifting to developers as organizations embrace containers. But it’s not just packaging that’s moving from systems administration to development — it’s configuration management as well.
|
|
Really is anything more scary than prioritization???; Picture taken at Pete's Dueling Piano Bar, Austin, TX; Recommended I am a member of an 8 person team that is: part of a non profit distributed all over the country trying to get started on a new initiative and find our footing; we are about 1 year old (I've only been here for 2 months) just had our first offsite juggling way too much work hence the need to prioritize At the offsit....
|
|
Because side projects are as ridiculous as someone doing push ups on top of a set of dueling pianos; Picture taken at Pete's Dueling Piano Bar, Austin, TX; Recommended Great Googly Moogly! My current side project is almost 10K lines of code in total or at least 5k lines (and yes there are tests, rspec, I don't know why it says 0 lines of tests): rake stats +----------------------+--------+--------+---------+---------+-----+-------+ |....
|
|
Sloc Cloc and Code - Can a crusty Go program outperform a well written Rust Project?
-
boyter.org
-
6 years ago
-
eng
For those that wish to follow along with the presentation use the below link, https://boyter.org/static/gophercon-syd-presentation/ You can press S to see the speaker notes as you go along.
|
|
Repository: @knadh/listmonk GitHub release page: v0.3.0-alpha Breaking changes The media file upload mechanism has changed in this release with pluggable interfaces, and bundled support for filesystem and S3. There are new upload* sections in the TOML config that control this behaviour.
|
|
Happy Halloween! Here's A Cute and Funny Trick-or-Treat Story
-
www.joehxblog.com
-
6 years ago
-
eng
Happy Halloween! I thought today I would share a cute and funny (and maybe scary!) trick-or-treat story from when I was a little kid.
|
|
2019 side-by-side comparison of Angular and React security vulnerabilities
-
snyk.io
-
6 years ago
-
eng
Welcome to Snyk's State of JavaScript frameworks security report 2019. In this section, we review the impact that security vulnerabilities can have by looking at the severity, CVSS scores and more over the years for both Angular and React.
|
|
Welcome to Snyk's State of JavaScript frameworks security report 2019. This section of the report is about Angular and React projects overall security posture.
|
|
Welcome to Snyk's State of JavaScript frameworks security report 2019. In this section, we review the security risk of the indirect independencies for both Angular and React, and then we also review the direct dependencies, first for Angular and then for React.
|
|
Welcome to Snyk's State of JavaScript frameworks security report 2019. In this blog post we'll review security vulnerabilities found in other frontend ecosystem projects.
|
|
Welcome to Snyk’s State of JavaScript frameworks security report 2019. Let’s begin this report by exploring the different security vulnerabilities found in the core Angular and React projects.
|