All Articles

143661 articles · Page 6584 of 7184
Efficient Ops
Efficient Ops
Jan 14, 2018 · Operations

How We Built a Unified Network Automation Framework for Heterogeneous Devices

This article shares how a telecom operations team tackled the complexity of managing dozens of device vendors and hundreds of models by designing a Python‑based automation module called Forward, which standardizes low‑level actions, provides reusable libraries, and enables rapid script composition for diverse network scenarios.

Heterogeneous DevicesInfrastructure as CodeOperations
0 likes · 10 min read
How We Built a Unified Network Automation Framework for Heterogeneous Devices
DevOps
DevOps
Jan 14, 2018 · Fundamentals

Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain

This guide introduces the g4e series, explains why version control is essential, walks through installing Git for Windows, configuring user identity and enterprise credentials, and reviews popular Git GUI tools, Visual Studio integration, VS Code extensions, VSTS/TFS private servers, and the Cmder command‑line alternative.

TortoiseGitWindowsdevops
0 likes · 11 min read
Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain
21CTO
21CTO
Jan 14, 2018 · Fundamentals

Master Python Loops, Dictionaries, and OOP Basics with Practical Examples

This tutorial walks you through Python's for loops, iterating over lists and dictionaries, demonstrates key-value access, explores class definitions, constructors, getters, setters, and property decorators, and shows how to create and manipulate objects with clear code examples.

DictionariesLoopsOOP
0 likes · 8 min read
Master Python Loops, Dictionaries, and OOP Basics with Practical Examples
21CTO
21CTO
Jan 14, 2018 · R&D Management

Which Tech Career Path Fits You? Founder, Executive, or Senior Engineer

The article outlines three major career trajectories for technology professionals—founder, senior executive, and senior engineer—detailing their advantages, drawbacks, and practical advice to help readers make informed decisions about their future growth and success.

Tech Leadershipcareer adviceexecutive
0 likes · 11 min read
Which Tech Career Path Fits You? Founder, Executive, or Senior Engineer
Java Captain
Java Captain
Jan 14, 2018 · Backend Development

How to Write an Effective Java Developer Resume and Submit It Successfully

This article, written from a senior interviewer's perspective, provides comprehensive guidance on crafting a concise, technology‑focused Java resume, describing essential sections, work and project details, management skills, and practical tips for sending the resume to maximize interview opportunities.

Project ExperienceResumeinterview
0 likes · 28 min read
How to Write an Effective Java Developer Resume and Submit It Successfully
MaGe Linux Operations
MaGe Linux Operations
Jan 14, 2018 · Artificial Intelligence

7 Essential Python Tools Every Data Scientist Must Master

This article introduces seven must‑know Python tools—including IPython, GraphLab Create, Pandas, PuLP, Matplotlib, Scikit‑Learn, and Spark—explaining their key features and how they empower data scientists to work efficiently in production environments.

Data ScienceGraphLabIPython
0 likes · 9 min read
7 Essential Python Tools Every Data Scientist Must Master
ITPUB
ITPUB
Jan 14, 2018 · Blockchain

What Is Blockchain? A Simple Guide to Blocks, Hashes, Mining, and Forks

This tutorial explains blockchain as a special distributed database, covering its core concepts such as block structure, hash immutability, mining difficulty, dynamic difficulty adjustment, and chain forks, while highlighting its advantages, limitations, and typical use cases like cryptocurrencies.

HashMiningblockchain
0 likes · 12 min read
What Is Blockchain? A Simple Guide to Blocks, Hashes, Mining, and Forks
ITPUB
ITPUB
Jan 14, 2018 · Blockchain

Can Blockchain Redefine Trust and Build a Decentralized Future?

The article explores blockchain’s fundamental data structure—a hash‑linked list forming an immutable ledger—and its broader vision of enabling trust‑less, decentralized systems that can reshape finance, governance, and many coordination problems, while warning that speculation currently overshadows its true potential.

blockchaincryptographydecentralization
0 likes · 9 min read
Can Blockchain Redefine Trust and Build a Decentralized Future?
Architects' Tech Alliance
Architects' Tech Alliance
Jan 14, 2018 · Operations

Why Some Developers Keep Coding After 40 and How Grafana Powers Their Monitoring Projects

While many believe software development ends after age 40, the article highlights veteran programmers who treat coding as a lifelong passion and showcases Dennis’s Grafana‑based monitoring solutions for Huawei storage, illustrating how open‑source dashboards, SNMP data collection, and comparisons with Kibana empower modern ops.

GrafanaKibanaSNMP
0 likes · 7 min read
Why Some Developers Keep Coding After 40 and How Grafana Powers Their Monitoring Projects
Senior Brother's Insights
Senior Brother's Insights
Jan 14, 2018 · Blockchain

Avoid Underpriced Replacement Errors by Managing Nonce in Hot Ethereum Accounts

When a frequently used Ethereum account (hot account) sends multiple transactions, an incorrect nonce can cause the 'replacement transaction underpriced' error, but by understanding pending transactions, gas price requirements, and choosing either client‑managed or custom nonce strategies, developers can reliably prevent and resolve this issue.

Ethereumhot accountsnonce
0 likes · 5 min read
Avoid Underpriced Replacement Errors by Managing Nonce in Hot Ethereum Accounts
21CTO
21CTO
Jan 13, 2018 · Blockchain

Why Is Blockchain Booming? A Beginner’s Guide to Its Core Principles

This article explains the fundamentals of blockchain technology, covering its definition as a distributed database, the structure of blocks and chains, mining, decentralization, node verification, and the five key characteristics that make it secure and transparent.

Miningblockchaincryptography
0 likes · 6 min read
Why Is Blockchain Booming? A Beginner’s Guide to Its Core Principles
21CTO
21CTO
Jan 13, 2018 · Fundamentals

Master Python Basics: Variables, Control Flow, Loops, Lists & Dictionaries

This tutorial introduces Python fundamentals, covering variables, conditional statements, while and for loops, list operations, and dictionary usage, with clear explanations and code examples to help beginners quickly start programming in Python.

Control FlowDictionariesLists
0 likes · 10 min read
Master Python Basics: Variables, Control Flow, Loops, Lists & Dictionaries
21CTO
21CTO
Jan 13, 2018 · Frontend Development

Which JavaScript Frameworks Ruled 2017? npm’s State‑of‑JS Report Revealed

The 2017 npm State of JavaScript report analyzes the popularity and growth of major front‑end frameworks—React, Preact, Angular, Ember, Vue, and Backbone—showing dramatic shifts, rapid adoption rates, and guidance for developers choosing the right tool for their projects.

JavaScriptReActVue
0 likes · 6 min read
Which JavaScript Frameworks Ruled 2017? npm’s State‑of‑JS Report Revealed