Tag: tool
Total: 21 Posts
Posts of Tag: tool
Total: 21 Posts
Posts of Tag: tool
Guide to Elasticdump - Moving and Saving Elasticsearch Indices
Introduction Elasticsearch initially began as a custom search engine. These days, it has gone above and beyond that singular role as it's part of log aggregation stacks, security monitoring, and even as a datas...Learn MoreNodejsUnixtoolRedis Queues & Redis Queue Dashboards for Python API Development
Introduction The in-memory data store - Redis is extensively used by developers as a database, cache layer, to manage job queues, and more. It comes in handy when you are building APIs with a job queue mechanis...Learn MorePythonDevelopmentAPIredistoolPython's Iteration Tools: filter(), islice(), map() and zip()
Introduction Python has touched the hearts of many software developers around the world, thanks to its utility and simplicity. Python provides its users with a number of useful functions and data structures tha...Learn MorePythontoolThe Myth of Multi-tasking as a Developer
Occasionally, as a member in a team or as a self-employed person you have to keep the stages of various projects in mind. More and more in our work life, the possibility to only concentrate on a single task bec...Learn MoretoolHow to Convert DOCX To Html With Python Mammoth
How to Convert DOCX To Html With Python Mammoth Introduction At some point in your software development path, you'll have to convert files from one format to another. DOCX (used by Microsoft Word) is a pretty c...Learn MorePythonHTMLtoolfile formattingParse Datetime Strings with parsedatetime in Python
Parse Datetime Strings with parsedatetime in Python Introduction In this tutorial, we'll take a look at how to parse Datetime with parsedatetime in Python. To use the parsedatetime package we first need to inst...Learn MorePythonStringDateTimetoolUsing Mocks for Testing in JavaScript with Sinon.js
Using Mocks for Testing in JavaScript with Sinon.js Introduction Test "mocks" are objects that replace real objects while simulating their functions. A mock also has expectations about how the functions being t...Learn MoreJavaScriptNodejstooltestingtddHow to Rename Pandas DataFrame Column in Python
How to Rename Pandas DataFrame Column in Python Introduction Pandas is a Python library for data analysis and manipulation. Almost all operations in pandas revolve around DataFrames. A Dataframe is is an abstra...Learn MorePythonpandastoolGetting Started with Postman
Getting Started with Postman Introduction Testing an application means more than just clicking around until something breaks or trying different inputs until something isn't working right. While this is a good ...Learn MoreJavaScriptAPItoolGuide to MapStruct in Java - Advanced Mapping Library
Guide to MapStruct in Java - Advanced Mapping Library Introduction As microservices and distributed applications quickly take over the development world - data integrity and security are more important than eve...Learn MoreJavatoolManaging Python Environments with direnv and pyenv
Managing Python Environments with direnv and pyenv Introduction As Python developers, most of us are familiar with Virtual Environments. One of the first things we do when working on a new project is to create ...Learn MorePythontoolMaking HTTP Requests in Node.js with node-fetch
Making HTTP Requests in Node.js with node-fetch Introduction A web application often needs to communicate with web servers to get various resources. You might need to fetch data from or post data to an external...Learn MoreJavaScriptNodejsHTTPtool