Open in app
Home
Notifications
Lists
Stories

Write
Asaf g6
Asaf g6

Home

Published in turtle-techies

·Mar 27

How to Package Your Multi-platform Electron App

Written by Andres Acevedo In part one and two of these Electron app development series, we created a basic text loader, and then addressed some security issues. But at the end of the day, we have not yet experienced the best feature of Electron apps: Their ability to run on…

Electronjs

6 min read

How to Package Your Multi-platform Electron App
How to Package Your Multi-platform Electron App

Published in turtle-techies

·Mar 27

Checking out Duck DB using R

Written by Suresh Regmi With an ever-increasing number of developers attracted towards the file-based embedded database in their development environment, DuckDB has likewise developed its popularity as an embedded OLAP database. Its column-oriented storage approach and vectorized execution makes it one of the quickest one in its category. Otherwise called…

Database Development

5 min read

Checking out Duck DB using R
Checking out Duck DB using R

Published in turtle-techies

·Mar 27

Database Version Control With Liquibase

Written by Suresh Regmi Motivation Let me give you a scenario, You have a project with multiple database instances in different environments (Dev, QA, Production) and you need to manage the database schema changes that are done against those environments. Let’s assume that you are managing those changes by creating a git…

Sql

5 min read

Database Version Control With Liquibase
Database Version Control With Liquibase

Published in turtle-techies

·Jul 20, 2021

Kill all those damn left over docker-compose deployments

Have you ever booted your machine and discovered some left over docker containers? You can easily stop them all with: docker stop `docker ps -a -q` But then, you check again… and they are back up again! That’s probably because they are part of docker-compose deployments with restart: always . …

Docker

2 min read


Published in turtle-techies

·Nov 18, 2020

Certificate Pathways to Cyber Security

Cyber Security certificates to jump start your career — written by Nipuna Dilhara If you are reading this article it means you are already interested in cybersecurity. That’s the first symptom of becoming obsessed with this fascinating IT discipline. You might have heard about all these cyber attacks, data breaches, system vulnerabilities at least a few times a week…

Certificates Online

11 min read

Certificate Pathways to Cyber Security
Certificate Pathways to Cyber Security

Published in turtle-techies

·Nov 11, 2020

Checking Out Quest DB

Written by Suresh Regmi QuestDB is an open-source Time Series database that uses a column-oriented storage approach and vectored execution for simple and extremely quick query execution. It was developed by QuestDB Limited in 2014. It is written in Java and supports Linux, macOS and Windows as the server operating system. The query…

Database

4 min read

Checking Out Quest DB
Checking Out Quest DB

Published in turtle-techies

·Nov 8, 2020

Analyzing SSL Handshake Logs

Written by Nipuna Dilhara SSL 101 Currently, we are in an era of online businesses and for good or bad, we are in a path of becoming an online life form. Meanwhile, cyber crimes and attacks are becoming more of a threat to businesses at each passing day. If you are an…

Ssl

12 min read

Analyzing SSL Handshake Logs
Analyzing SSL Handshake Logs

Published in turtle-techies

·Sep 8, 2020

How to implement the singleton pattern in python

Magically implementing the Singleton design pattern in python By Asaf Gur, Published 2018–05–30 The Singleton Design Pattern If you have been writing code for a while now, you must have encountered design patterns. The most simple of them is the singleton. From Wikipedia: The singleton pattern is a software design pattern that restricts the instantiation of a class to one object. You…

Python

4 min read

How to implement the singleton pattern in python
How to implement the singleton pattern in python

Published in turtle-techies

·Jun 13, 2018

Dont Call Us We Will Call You

Recently, more and more websites, servers and tools are starting to adopt http2. What started as SPDY somewhere around 2012, evolved and accepted as http2 around 2015. After some reading about some of the benfits of http2 I decided I have to give it a try. …

Golang

7 min read


Published in turtle-techies

·Mar 18, 2018

Progressive Web Apps Are Here and You Should Get on Board

Progressive Web Apps are getting a lot of hype these days, and there is a good reason. They offer strong advantages to most types of apps. Having an app on your phone for just about anything, doesn’t make any sense to me.. However, serving apps through a web browser is…

Web Development

4 min read

Asaf g6

Asaf g6

Software Developer and Writer at https://www.turtle-techies.com

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable